forked from DRincs-Productions/pixi-vn-react-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.92 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "my-app-package-name",
"description": "my-app-description",
"version": "0.1.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@drincs/nqtr": "^0.3.7",
"@drincs/pixi-vn": "^0.10.23",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.6",
"@mui/joy": "^5.0.0-beta.51",
"@mui/material": "^6.4.6",
"@tailwindcss/vite": "^4.0.9",
"@tanstack/react-query": "^5.67.1",
"i18next": "^24.2.2",
"i18next-chained-backend": "^4.6.2",
"i18next-resources-to-backend": "^1.2.1",
"motion": "^12.4.10",
"notistack": "^3.0.2",
"react": "^19.0.0",
"react-color-palette": "^7.3.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0",
"react-i18next": "^15.4.1",
"react-markdown": "^10.0.1",
"react-markdown-typewriter": "^1.0.1",
"react-router-dom": "^7.2.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"shade-generator": "^1.2.7",
"tailwindcss": "^4.0.9",
"vite-plugin-checker": "^0.9.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.67.1",
"@types/node": "^22.13.9",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"tailwindcss-motion": "^1.1.0",
"typescript": "^5.8.2",
"vite": "^6.2.0",
"vite-plugin-pwa": "^0.21.1"
},
"keywords": [
"game",
"js",
"novel",
"pixi",
"pixi-js",
"pixi-vn",
"visual",
"visual-novel",
"vn"
]
}