-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.69 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
{
"name": "2024_2_eaglesdesigners",
"version": "1.0.0",
"description": "Фронтенд проекта Telegram команды \"EaglesDesigners\"",
"main": "index.js",
"scripts": {
"tsc": "tsc --project tsconfig.json --noEmit",
"build": "webpack",
"start": "webpack serve",
"lint": "npx prettier --write ./source && npx eslint ./source & npx prettier --write ./server"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/preset-typescript": "^7.25.7",
"babel-loader": "^9.2.1",
"express": "^4.21.1",
"handlebars": "^4.7.8",
"package-json": "^10.0.1",
"sass": "^1.79.4",
"serviceworker-webpack5-plugin": "^2.0.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript-eslint": "^8.8.1",
"uuid": "^10.0.0",
"webpack-manifest-plugin": "^5.0.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@html-eslint/parser": "^0.27.0",
"@types/jquery": "^3.5.32",
"@types/mini-css-extract-plugin": "^2.5.1",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "8.57.0",
"globals": "^15.9.0",
"handlebars-loader": "^1.7.3",
"html-webpack-plugin": "^5.6.3",
"image-minimizer-webpack-plugin": "^4.1.1",
"imagemin": "^9.0.0",
"sass-loader": "^16.0.2",
"sharp": "^0.33.5",
"style-loader": "^4.0.0",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}