-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.15 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 2.15 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
{
"name": "pssgrs",
"private": true,
"scripts": {
"lint": "vue-cli-service lint",
"build-storybook": "build-storybook",
"i18n:report": "vue-cli-service i18n:report --src './app/javascript/src/**/*.?(js|vue)' --locales './app/javascript/src/locales/**/*.json'",
"storybook": "start-storybook -p 6006",
"webpack:analyze": "mkdir -p public/packs && node_modules/.bin/webpack --config config/webpack/production.js --profile --json > public/packs/stats.json && node_modules/.bin/webpack-bundle-analyzer public/packs/stats.json"
},
"dependencies": {
"@rails/webpacker": "5.2.1",
"axios": "^0.21.0",
"bootstrap": "4.5.3",
"bootstrap-vue": "^2.21.2",
"dayjs": "^1.10.6",
"humps": "^2.0.1",
"leaflet": "^1.7.1",
"leaflet-swoopy": "^3.4.1",
"leaflet.smoothwheelzoom": "petitkriket/Leaflet.SmoothWheelZoom.git",
"mapbox-gl": "^2.4.1",
"mapbox-gl-leaflet": "^0.0.14",
"phosphor-vue": "^1.3.1",
"vue": "^2.6.14",
"vue-cookies": "^1.7.4",
"vue-i18n": "^8.17.3",
"vue-loader": "^15.9.5",
"vue-meta": "^2.4.0",
"vue-router": "^3.2.0",
"vue-template-compiler": "^2.6.14",
"vue2-hammer": "^2.1.2",
"vue2-leaflet": "^2.6.0",
"vue2-leaflet-markercluster": "^3.1.0",
"vuelidate": "^0.7.6",
"vuex": "^3.5.1",
"vuex-persistedstate": "^4.0.0-beta.1"
},
"devDependencies": {
"@babel/core": "^7.12.7",
"@mapbox/stylelint-processor-arbitrary-tags": "^0.3.0",
"@storybook/addon-actions": "^6.1.2",
"@storybook/addon-essentials": "^6.1.2",
"@storybook/addon-links": "^6.1.2",
"@storybook/vue": "^6.1.2",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "^4.5.9",
"@vue/eslint-config-airbnb": "^5.0.2",
"babel-loader": "^8.2.1",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^6.2.2",
"stylelint": "^13.8.0",
"stylelint-config-recess-order": "^2.3.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-webpack-plugin": "^2.1.1",
"vue-cli-plugin-i18n": "~1.0.1",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-dev-server": "^3.11.0"
}
}