-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.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
{
"name": "35-appjam-web-cocos",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"svgr": "npx @svgr/cli --out-dir src/asset/svg --ignore-existing --typescript --no-dimensions -- public/svgs",
"lint": "biome lint --write",
"format": "biome format --write",
"check": "biome check --write",
"reporter": "biome check --reporter=summary",
"generate-types": "openapi-typescript https://www.cocos.r-e.kr/v3/api-docs -o ./src/type/schema.d.ts"
},
"dependencies": {
"@tanstack/react-query": "^5.62.11",
"@vanilla-extract/css": "^1.17.0",
"@vanilla-extract/dynamic": "^2.1.2",
"@vanilla-extract/recipes": "^0.5.5",
"axios": "^1.7.9",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.5.2",
"openapi-typescript": "^7.5.2",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@svgr/cli": "^8.1.0",
"@tanstack/react-query-devtools": "^5.62.11",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vanilla-extract/vite-plugin": "^4.0.19",
"@vitejs/plugin-react-swc": "^3.5.0",
"globals": "^15.14.0",
"typescript": "~5.6.2",
"vite": "^6.0.5"
},
"packageManager": "[email protected]"
}