-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.4 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "catcoin-miner",
"version": "0.1.0",
"description": "Casual idle-clicker game where you collect Catphics Cards to mine CatCoins~!",
"license": "MIT",
"author": "",
"homepage": "https://voidei.github.io/scungus",
"type": "module",
"main": "index.tsx",
"scripts": {
"build": "swc src -d dist && webpack",
"deploy": "gh-pages -d dist",
"publish": "npm run build && npm run deploy",
"start": "webpack-dev-server --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.10",
"break_eternity.js": "^2.1.1",
"break_infinity.js": "^2.2.0",
"fs-extra": "^11.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@swc/cli": "^0.5.2",
"@swc/core": "^1.10.0",
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint-plugin-prettier": "^3.1.3",
"@types/eslint-utils": "^3.0.5",
"@types/fs-extra": "^11.0.1",
"@types/gh-pages": "^6.1.0",
"@types/htmlhint": "^1.1.5",
"@types/node": "^22.10.1",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/semver": "^7.5.8",
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.5",
"@types/webpack-sources": "^3.2.3",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/experimental-utils": "^5.62.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/scope-manager": "^8.17.0",
"@typescript-eslint/type-utils": "^8.17.0",
"@typescript-eslint/types": "^8.17.0",
"@typescript-eslint/typescript-estree": "^8.17.0",
"@typescript-eslint/utils": "^8.17.0",
"@typescript-eslint/visitor-keys": "^8.17.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-module-utils": "^2.12.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-json-schema-validator": "^5.2.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-toml": "^0.12.0",
"eslint-plugin-yml": "^1.16.0",
"eslint-webpack-plugin": "^4.2.0",
"get-tsconfig": "^4.8.1",
"gh-pages": "^6.2.0",
"html-validate": "^8.27.0",
"html-webpack-plugin": "^5.6.3",
"htmlhint": "^1.1.4",
"jsonc-eslint-parser": "^2.4.0",
"markdownlint": "^0.36.1",
"markdownlint-cli2": "^0.15.0",
"prettier": "^3.4.2",
"progress-webpack-plugin": "^1.0.16",
"semver": "^7.6.3",
"style-loader": "^4.0.0",
"swc-loader": "^0.2.6",
"toml-eslint-parser": "^0.10.0",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"typescript-eslint-language-service": "^5.0.0",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-sources": "^3.2.3",
"yaml-eslint-parser": "^1.2.3"
},
"engines": {
"node": ">=20"
}
}