-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.17 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
{
"name": "vdonate",
"version": "1.0.0",
"description": "Фронтенд для итогового проекта 2 семестра проекта \"VK образование\" команды ВДонате.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"prepare": "husky install",
"build:dev": "webpack --mode development && node generateSW.js",
"build:prod": "webpack --mode production && node generateSW.js",
"stats": "webpack --json > stats.json && webpack-bundle-analyzer stats.json",
"start": "webpack serve --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontend-park-mail-ru/2022_2_VDonate.git"
},
"author": "VDonate Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/frontend-park-mail-ru/2022_2_VDonate/issues"
},
"homepage": "https://github.com/frontend-park-mail-ru/2022_2_VDonate#readme",
"dependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@gfx/zopfli": "^1.0.15",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.2",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"image-minimizer-webpack-plugin": "^3.8.1",
"imagemin": "^8.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.1",
"mini-css-extract-plugin": "^2.6.1",
"style-loader": "^3.3.1",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"uuid": "^9.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-google": "^0.14.0",
"file-loader": "^6.2.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-dev-server": "^4.11.1"
}
}