forked from c2corg/c2c_ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 4.03 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "c2c_ui",
"version": "7.26.0",
"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 --no-module --skip-plugins eslint",
"lint": "prettier --write \"**/*.{ts,js,json,css,scss,less,md,html,vue}\" && npm run lint:style && vue-cli-service lint",
"build:github": "cross-env BUILD_ENV=github vue-cli-service build --no-module --skip-plugins eslint",
"generate-icons": "node tools/generate-icons.js",
"lint:no-fix": "prettier --check \"**/*.{ts,js,json,css,scss,less,md,html,vue}\" && npm run lint:style && vue-cli-service lint --no-fix",
"lint:style": "stylelint \"src/**/*.{vue,scss}\"",
"messages:extract": "node tools/extract-messages.js",
"prepare": "husky && npm run snyk-protect && npm run prepare-swiper",
"snyk-protect": "snyk-protect",
"update-c2c-common": "python3 tools/update-c2c-common.py",
"prepare-swiper": "concat -o ./public/swiper.css ./node_modules/swiper/modules/pagination/pagination-element.min.css ./node_modules/swiper/modules/navigation/navigation-element.min.css ./node_modules/swiper/modules/virtual/virtual-element.min.css ./node_modules/swiper/modules/zoom/zoom-element.min.css"
},
"dependencies": {
"@c2corg/fit-parser-extract-geometry": "1.0.2",
"@fortawesome/fontawesome-free": "6.5.2",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-regular-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/vue-fontawesome": "2.0.10",
"@turf/boolean-intersects": "6.5.0",
"@turf/buffer": "6.5.0",
"@turf/difference": "6.5.0",
"@turf/intersect": "6.5.0",
"@turf/simplify": "6.5.0",
"ag-grid-community": "28.2.1",
"ag-grid-vue": "31.3.1",
"axios": "1.6.8",
"blueimp-load-image": "5.16.0",
"bulma": "0.9.4",
"bulma-checkradio": "2.1.3",
"bulma-switch": "2.0.4",
"bulma-toast": "2.4.4",
"core-js": "3.37.1",
"d3": "7.9.0",
"dayjs": "1.11.11",
"file-saver": "2.0.5",
"ol": "9.1.0",
"process": "0.11.10",
"swiper": "9.4.1",
"vue": "2.7.16",
"vue-analytics": "5.22.1",
"vue-head": "2.2.0",
"vue-infinite-scroll": "2.0.2",
"vue-multiselect": "2.1.9",
"vue-property-decorator": "9.1.2",
"vue-recaptcha": "1.3.0",
"vue-router": "3.6.5",
"vue-slider-component": "3.2.24",
"vuejs-datepicker": "1.6.2",
"zingtouch": "1.0.6"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.5",
"@snyk/protect": "1.1291.0",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-standard": "6.1.0",
"concat": "1.0.3",
"cross-env": "7.0.3",
"eslint": "7.32.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-custom-alias": "1.3.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-vue": "7.20.0",
"husky": "9.0.11",
"postcss-html": "1.7.0",
"prettier": "2.8.8",
"prettier-plugin-jsdoc": "0.4.2",
"pretty-quick": "3.3.1",
"sass": "1.77.1",
"sass-loader": "14.2.1",
"stylelint": "16.5.0",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-scss": "6.3.1",
"vue-template-compiler": "2.7.16",
"webpack-bundle-analyzer": "4.10.2",
"xml2js": "0.6.2"
},
"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
}