forked from qiuxiang/ky-genshin-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1016 Bytes
/
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
{
"private": true,
"scripts": {
"init": "curl https://github.com/qiuxiang/ky-genshin-map/files/14155013/data.tar.gz -Lo data.tar.gz && tar xf data.tar.gz && mv dist/data* src/ && ln index.html dist/ && cp images/favicon.png dist/",
"uno": "unocss -o dist/uno.css 'src/**/*.tsx' index.html",
"build": "esbuild build.ts --format=cjs | node",
"dev": "esbuild build.ts --format=cjs | node - dev"
},
"dependencies": {
"@canvaskit-map/core": "^0.2.0",
"@canvaskit-map/react": "^0.2.0",
"@heroicons/react": "^2.0.18",
"canvaskit-wasm": "^0.39.1",
"classnames": "^2.3.2",
"fflate": "^0.8.1",
"google-protobuf": "^3.21.2",
"preact": "^10.18.1",
"valtio": "^1.11.2"
},
"devDependencies": {
"@types/google-protobuf": "^3.15.9",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@types/react-transition-group": "^4.4.8",
"@unocss/cli": "^0.56.5",
"esbuild": "^0.19.5",
"unocss": "^0.56.5"
}
}