-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.29 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "c2c_ui",
"version": "7.4.2",
"private": true,
"description": "https://www.camptocamp.org user interface",
"author": "Camptocamp community <[email protected]>",
"scripts": {
"serve": "cross-env BUILD_ENV=local vue-cli-service serve",
"build": "cross-env BUILD_ENV=camptocamp vue-cli-service build --modern --skip-plugins eslint",
"lint": "vue-cli-service lint",
"build:github": "cross-env BUILD_ENV=github vue-cli-service build --modern --skip-plugins eslint",
"generate-icons": "node tools/generate-icons.js",
"lint:no-fix": "vue-cli-service lint --no-fix",
"messages:extract": "node tools/extract-messages.js",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk protect",
"update-c2c-common": "python3 tools/update-c2c-common.py"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.14.0",
"@fortawesome/fontawesome-svg-core": "1.2.30",
"@fortawesome/free-brands-svg-icons": "5.14.0",
"@fortawesome/free-regular-svg-icons": "5.14.0",
"@fortawesome/free-solid-svg-icons": "5.14.0",
"@fortawesome/vue-fontawesome": "2.0.0",
"ag-grid-community": "23.2.1",
"ag-grid-vue": "23.2.1",
"axios": "0.20.0",
"blueimp-load-image": "5.14.0",
"bulma": "0.9.0",
"bulma-checkradio": "1.1.1",
"core-js": "3.6.5",
"d3": "6.1.1",
"elm-pep": "1.0.6",
"file-saver": "2.0.2",
"lodash.debounce": "4.0.8",
"moment": "2.27.0",
"ol": "6.4.3",
"proj4": "2.6.2",
"vue": "2.6.12",
"vue-analytics": "5.22.1",
"vue-awesome-swiper": "3.1.3",
"vue-infinite-scroll": "2.0.2",
"vue-multiselect": "2.1.6",
"vue-property-decorator": "9.0.0",
"vue-recaptcha": "1.3.0",
"vue-router": "3.4.3",
"vue-slider-component": "3.2.5",
"vuejs-datepicker": "1.6.2",
"zingtouch": "1.0.6"
},
"devDependencies": {
"@vue/babel-preset-app": "4.5.4",
"@vue/cli-plugin-babel": "4.5.4",
"@vue/cli-plugin-eslint": "4.5.4",
"@vue/cli-service": "4.5.4",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-standard": "5.1.2",
"angular-gettext-tools": "2.5.3",
"babel-eslint": "10.1.0",
"cross-env": "7.0.2",
"eslint": "7.9.0",
"eslint-import-resolver-custom-alias": "1.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-vue": "6.2.2",
"husky": "4.3.0",
"node-sass": "4.14.1",
"prettier": "2.1.1",
"pretty-quick": "3.0.0",
"sass-loader": "10.0.2",
"snyk": "1.391.1",
"vue-template-compiler": "2.6.12",
"webpack-bundle-analyzer": "3.8.0",
"xml2js": "0.4.23"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"cover 95% in FR",
"> 1%",
"last 2 versions",
"not dead",
"not ie <= 10"
],
"bugs": {
"url": "https://forum.camptocamp.org/c/site-et-association/v6-suggestions-bugs-et-problemes",
"email": "[email protected]"
},
"homepage": "https://www.camptocamp.org",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/c2corg/c2c_ui.git"
},
"snyk": true
}