-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.66 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mvvm",
"version": "1.0.0",
"description": "",
"main": "./server.js",
"scripts": {
"hello": "echo \"hello\"",
"start": "node server.js",
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "webpack serve"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/frontend-park-mail-ru/sample-2020-2/issues"
},
"homepage": "https://github.com/frontend-park-mail-ru/sample-2020-2#readme",
"dependencies": {
"@babel/runtime": "^7.12.5",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.4",
"debug": "^4.1.1",
"express": "^4.17.1",
"fest": "^0.12.1",
"morgan": "^1.9.1",
"sass": "^1.29.0",
"serviceworker-webpack-plugin": "^1.0.1",
"uuid": "^3.3.2",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"autoprefixer": "^10.0.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.1",
"fest-webpack-loader": "^2.3.0",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.2",
"mini-css-extract-plugin": "^1.3.0",
"postcss": "^8.1.6",
"postcss-loader": "^4.0.4",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"sass-loader": "^10.0.5",
"serviceworker-webpack-plugin": "^1.0.1",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^4.41.6",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
}
}