-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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": "2024_2_therewilibename",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server",
"lint": "eslint **/*.ts --fix",
"build": "webpack",
"dev": "webpack serve --config ./webpack.dev.js"
},
"pre-commit": [
"lint"
],
"repository": "git+https://github.com/frontend-park-mail-ru/2024_2_ThereWilIBeName.git",
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@eslint/js": "^9.13.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.13.0",
"express": "^4.21.0",
"globals": "^15.9.0",
"html-webpack-plugin": "^5.6.3",
"ip": "^2.0.1",
"webpack-dev-server": "^5.1.0"
},
"dependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@types/eslint__js": "^8.42.3",
"@types/leaflet": "^1.9.14",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"handlebars": "^4.7.8",
"handlebars-loader": "^1.7.3",
"html-webpack-plugin": "^5.6.3",
"leaflet": "^1.9.4",
"pre-commit": "^1.2.2",
"style-loader": "^4.0.0",
"stylus": "^0.64.0",
"stylus-loader": "^8.1.1",
"terser-webpack-plugin": "^5.3.11",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1"
}
}