-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
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
{
"name": "cities",
"version": "1.0.0",
"description": "Cities: Skylines 2 - Tax & Production Management Mod",
"main": "dist/index.js",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"classnames": "2.3.2",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@swc/core": "^1.15.21",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"css-loader": "6.7.2",
"mini-css-extract-plugin": "2.7.0",
"sass": "^1.69.5",
"sass-loader": "13.2.0",
"style-loader": "^3.3.3",
"swc-loader": "^0.2.7",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.0.4",
"webpack": "5.97.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "^4.15.0"
},
"keywords": [
"cities",
"skylines",
"mod",
"tax",
"production"
],
"author": "binded-zz",
"license": "MIT"
}