forked from frontend-park-mail-ru/2021_1_YSNP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.6 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
{
"name": "2021_1_YSNP",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint -c .eslintrc.js public",
"build": "webpack",
"buildDebug": "webpack --mode=development --watch",
"start": "forever start server",
"stop": "forever stop server",
"startDebug": "node server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontend-park-mail-ru/2021_1_YSNP.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/frontend-park-mail-ru/2021_1_YSNP/issues"
},
"homepage": "https://github.com/frontend-park-mail-ru/2021_1_YSNP#readme",
"dependencies": {
"@babel/core": "^7.13.14",
"@sentry/cli": "^1.64.2",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^8.0.0",
"eslint": "^7.20.0",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"forever": "^3.0.4",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^5.3.1",
"node-sass": "^7.0.1",
"svg-url-loader": "^7.1.1",
"webpack": "^5.30.0",
"webpack-cli": "^4.5.0",
"webpack-pwa-manifest": "^4.3.0"
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.15.1",
"autoprefixer": "^10.2.5",
"css-loader": "^5.2.0",
"mini-css-extract-plugin": "^1.4.0",
"postcss-loader": "^5.2.0",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0"
},
"browserslist": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
]
}