-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 951 Bytes
/
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
{
"scripts": {
"start": "./bin/webpack-dev-server --host 0.0.0.0 --inline --content-base .",
"lint": "eslint --ext .js,.vue"
},
"dependencies": {
"@amcharts/amcharts4": "^4.9.28",
"@rails/webpacker": "^4.0.2",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"cookieconsent": "^3.1.1",
"d3": "^5.9.2",
"dotenv-webpack": "^1.7.0",
"es6-object-assign": "^1.1.0",
"es6-promise": "^4.2.6",
"leaflet": "^1.6.0",
"puppeteer": "^5.2.1",
"save": "^2.4.0",
"scrollmagic": "^2.0.6",
"url-search-params-polyfill": "^8.1.0",
"vue": "^2.6.10",
"vue-analytics": "^5.17.2",
"vue-flickity": "^1.2.1",
"vue-lazyload": "^1.3.3",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"vue2-touch-events": "^2.0.0",
"vuex": "^3.1.0",
"webpack-dev-server": "^3.8.2"
},
"devDependencies": {
"eslint": "~5.16.0",
"eslint-plugin-vue": "^5.2.3"
}
}