-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 928 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 928 Bytes
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
{
"name": "stray",
"private": true,
"dependencies": {
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.2.1",
"axios": "^0.21.1",
"pug": "^3.0.1",
"pug-plain-loader": "^1.0.0",
"turbolinks": "^5.2.0",
"vue": "^2.6.11",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.1.2",
"webpack-merge": "^4.2.2"
},
"version": "0.1.0",
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.6",
"babel-loader": "^8.0.6",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"build": "webpack --config webpack.prod.js --progress",
"start": "webpack-dev-server --config webpack.dev.js --progress --colors"
}
}