-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 919 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
{
"name": "ocean-plus-habitat",
"private": true,
"dependencies": {
"@rails/webpacker": "^4.0.2",
"axios": "^0.21.1",
"core-js": "2",
"dotenv-webpack": "^1.5.5",
"es6-promise": "^4.2.8",
"scrollmagic": "^2.0.6",
"smoothscroll-polyfill": "^0.4.4",
"vue": "^2.6.10",
"vue-analytics": "^5.22.1",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"vue-turbolinks": "^2.0.4",
"vue2-touch-events": "^2.0.0",
"vuex": "^3.1.1"
},
"devDependencies": {
"eslint": "~5.16.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-vue": "^6.0.0",
"webpack-dev-server": "^3.3.1"
},
"scripts": {
"build": "RAILS_ENV=production NODE_ENV=production ./bin/webpack",
"dev": "./bin/webpack-dev-server",
"serve": "rails s",
"network-serve": "bash ./scripts/network-serve.sh",
"lint": "eslint --ext .js,.vue"
},
"version": "0.0.0"
}