-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.04 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
{
"name": "cakefestjapan",
"version": "1.0.0",
"description": "An example CakePHP and Vue.js application for Cakefest 2019 in Japan",
"author": "David Yell <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"moment": "^2.24.0",
"vue": "^2.6.10",
"vuex": "^3.1.1"
},
"devDependencies": {
"css-loader": "^3.2.0",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"scripts": {
"build": "webpack --mode production --config webpack.config.js",
"build-dev": "webpack --mode development --watch --info-verbosity verbose --progress --config webpack.config.dev.js"
}
}