-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 2.01 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
61
62
63
64
65
{
"name": "2021_2_a06367",
"version": "1.0.0",
"description": "Проект Netflix команды \"A06367\"",
"main": "src/index.js",
"scripts": {
"dev-prod": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src DEBUG=http",
"dev-local": "webpack-dev-server .",
"hi": "webpack-dev-server ./webpack.config.js",
"lint": "eslint --ignore-pattern 'dist/*' --fix --ext .js,.jsx .",
"wp": "npx webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontend-park-mail-ru/2021_2_A06367.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/frontend-park-mail-ru/2021_2_A06367/issues"
},
"homepage": "https://github.com/frontend-park-mail-ru/2021_2_A06367#readme",
"dependencies": {
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^9.1.2",
"cookie-parser": "^1.4.5",
"css-loader": "^6.5.0",
"file-loader": "^6.2.0",
"http-server": "^13.0.2",
"loader": "^2.1.1",
"mini-css-extract-plugin": "^2.4.5",
"path": "^0.12.7",
"postcss-preset-env": "^6.7.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"uuid": "^8.3.2",
"workbox-core": "^6.3.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"css-minimizer-webpack-plugin": "^3.2.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.3.11",
"postcss-loader": "^6.2.0",
"pug": "^3.0.2",
"pug-loader": "^2.0.4",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.0",
"terser-webpack-plugin": "^5.3.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1",
"workbox-strategies": "^6.3.0",
"workbox-webpack-plugin": "^6.3.0"
}
}