-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.74 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
{
"name": "2020_2_temporary-name",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontend-park-mail-ru/2020_2_Temporary-name.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/frontend-park-mail-ru/2020_2_Temporary-name/issues"
},
"homepage": "https://github.com/frontend-park-mail-ru/2020_2_Temporary-name#readme",
"dependencies": {
"@babel/plugin-proposal-throw-expressions": "^7.12.1",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^5.0.0",
"debug": "^4.2.0",
"express": "^4.17.1",
"extract-text-webpack-plugin": "^3.0.2",
"morgan": "^1.10.0",
"style-loader": "^2.0.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-private-methods": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.26.0",
"eslint": "^7.15.0",
"file-loader": "^6.1.1",
"handlebars": "^4.7.6",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.1.0",
"svg-inline-loader": "^0.8.2",
"svg-url-loader": "^6.0.0",
"webpack": "^5.1.3",
"webpack-cli": "^4.1.0",
"webpack-pwa-manifest": "^4.3.0"
}
}