-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.11 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.11 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
{
"name": "game-maps-fe",
"version": "0.3.0",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"check": "biome check --write",
"dev": "rsbuild dev --port 3000",
"format": "biome format --write",
"preview": "rsbuild preview --port 3000",
"tauri": "tauri",
"dev:rsdoctor": "cross-env RSDOCTOR=true rsbuild dev",
"build:rsdoctor": "cross-env RSDOCTOR=true rsbuild build",
"dev:profile": "cross-env RSPACK_PROFILE=ALL rsbuild dev",
"build:profile": "cross-env RSPACK_PROFILE=ALL rsbuild build"
},
"dependencies": {
"@master/css": "^2.0.0-rc.53",
"@master/css-runtime": "^2.0.0-rc.53",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"solid-js": "^1.9.5"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rsbuild/core": "^1.2.16",
"@rsbuild/plugin-babel": "^1.0.4",
"@rsbuild/plugin-sass": "^1.2.2",
"@rsbuild/plugin-solid": "^1.0.5",
"@rsdoctor/rspack-plugin": "^1.0.0",
"@rsdoctor/webpack-plugin": "^1.0.0",
"@tauri-apps/cli": "^2",
"cross-env": "^7.0.3",
"typescript": "^5.8.2"
}
}