forked from c2corg/c2c_ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
95 lines (95 loc) · 3.05 KB
/
package.json
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
{
"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": "husky install && npm run snyk-protect",
"snyk-protect": "snyk protect",
"update-c2c-common": "python3 tools/update-c2c-common.py"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"@fortawesome/fontawesome-svg-core": "1.2.35",
"@fortawesome/free-brands-svg-icons": "5.15.3",
"@fortawesome/free-regular-svg-icons": "5.15.3",
"@fortawesome/free-solid-svg-icons": "5.15.3",
"@fortawesome/vue-fontawesome": "2.0.2",
"ag-grid-community": "25.2.1",
"ag-grid-vue": "25.2.0",
"axios": "0.21.1",
"blueimp-load-image": "5.14.0",
"bulma": "0.9.2",
"bulma-checkradio": "1.1.1",
"bulma-switch": "2.0.0",
"bulma-toast": "2.3.1",
"core-js": "3.14.0",
"d3": "6.7.0",
"date-fns": "2.22.1",
"elm-pep": "1.0.6",
"file-saver": "2.0.5",
"ol": "6.5.0",
"swiper": "6.7.0",
"vue": "2.6.14",
"vue-analytics": "5.22.1",
"vue-awesome-swiper": "4.1.1",
"vue-head": "2.2.0",
"vue-infinite-scroll": "2.0.2",
"vue-multiselect": "2.1.6",
"vue-property-decorator": "9.1.2",
"vue-recaptcha": "1.3.0",
"vue-router": "3.5.1",
"vue-slider-component": "3.2.12",
"vuejs-datepicker": "1.6.2",
"zingtouch": "1.0.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-eslint": "4.5.13",
"@vue/cli-service": "4.5.13",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-standard": "6.0.0",
"babel-eslint": "10.1.0",
"cross-env": "7.0.3",
"eslint": "7.28.0",
"eslint-import-resolver-custom-alias": "1.2.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-vue": "7.10.0",
"husky": "6.0.0",
"prettier": "2.3.1",
"pretty-quick": "3.1.0",
"sass": "1.34.1",
"sass-loader": "10.1.1",
"snyk": "1.624.0",
"vue-template-compiler": "2.6.14",
"webpack-bundle-analyzer": "4.4.2",
"xml2js": "0.4.23"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"bugs": {
"url": "https://forum.camptocamp.org/c/site-et-association/v6-suggestions-bugs-et-problemes",
"email": "[email protected]"
},
"homepage": "https://www.camptocamp.org",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/c2corg/c2c_ui.git"
},
"snyk": true
}