-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.29 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
{
"name": "market-stree-tycoon",
"author": "lopis",
"version": "1.5.0",
"main": "index.js",
"devDependencies": {
"@rollup/plugin-typescript": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"clean-css": "^5.3.1",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"ect-bin": "1.4.1",
"eslint": "^8.34.0",
"eslint-plugin-unused-imports": "^2.0.0",
"google-closure-compiler": "^20230206.0.0",
"html-minifier": "^4.0.0",
"html-webpack-plugin": "^5.3.2",
"jimp": "^0.22.10",
"npm-run-all": "^4.1.5",
"roadroller": "^2.1.0",
"tmp": "^0.2.1",
"ts-loader": "^9.2.5",
"typescript": "^4.9.5",
"vite": "^4.1.3",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
},
"scripts": {
"dev": "npm-run-all --parallel tsc vite",
"build": "cross-env LEVEL_2_BUILD=true vite build",
"find-best-roadroller": "node find-best-roadroller.js",
"build-with-best-roadroller": "cross-env USE_RR_CONFIG=true vite build",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore src",
"vite": "vite serve",
"tsc": "tsc --watch --noEmit",
"font-gen": "node font/index.js font.png --height=5 --width=5 --output=src/core/font.ts"
}
}