-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1011 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1011 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
34
35
36
37
38
{
"name": "hi-packa",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{ts,js}\"",
"deploy": "npm run build && gh-pages -d build-gh-pages"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"@vitejs/plugin-react": "^5.0.2",
"eslint": "^9.33.0",
"gh-pages": "^6.3.0",
"typescript": "^5.9.0",
"typescript-eslint": "^8.39.1",
"vite": "^5.0.2"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"i18next": "^25.3.6",
"interactjs": "^1.10.27",
"konva": "^9.3.22",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^15.7.3",
"react-konva": "^19.0.7"
}
}