-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 813 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 813 Bytes
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
{
"name": "uintdev",
"version": "2.6.0",
"description": "Main website",
"main": "index.ts",
"type": "module",
"scripts": {
"build": "bun run fetch_blog.ts && rspack build",
"dev": "bun run fetch_blog.ts && rspack serve",
"typecheck": "tsc --noEmit"
},
"keywords": [],
"author": "uintdev",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/uintdev/uintdev-web.git"
},
"devDependencies": {
"@rspack/cli": "^2.0.5",
"@rspack/core": "^2.0.5",
"@rspack/dev-server": "^2.0.3",
"@types/bun": "^1.3.14",
"axios": "^1.16.1",
"cheerio": "^1.2.0",
"css-loader": "^7.1.4",
"html-minifier-terser": "^7.2.0",
"sass": "^1.100.0",
"sass-loader": "^17.0.0",
"typescript": "^6.0.3",
"wrangler": "^4.95.0"
}
}