-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
35
36
37
38
39
40
41
42
43
44
{
"name": "vm-4",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev:assets": "cd src && webpack --mode development -w",
"build:assets": "cd src && webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codesquad-memeber-2020/vm-4.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codesquad-memeber-2020/vm-4/issues"
},
"homepage": "https://github.com/codesquad-memeber-2020/vm-4#readme",
"dependencies": {
"core-js": "^3.6.4",
"cors": "^2.8.5",
"express": "4.17.1",
"morgan": "^1.9.1",
"regenerator-runtime": "^0.13.5",
"request": "2.88.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"sass-loader": "^8.0.2",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}