-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 998 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
36
{
"name": "umm",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"addmeme": "node addmeme",
"build": "node node_modules/webpack-cli/bin/cli.js -p",
"dev": "node node_modules/nodemon/bin/nodemon.js server dev",
"eslint": "eslint *.js src/**/*.js public/**/*.html || true",
"webpack": "node node_modules/webpack-cli/bin/cli.js -p"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"platform": "^1.3.5"
},
"devDependencies": {
"css-loader": "^3.5.2",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"extract-text-webpack-plugin": "^4.0.0-alpha.0",
"node-sass": "^7.0.0",
"nodemon": "^2.0.3",
"prompts": "^2.3.2",
"sass-loader": "^8.0.2",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
}
}