forked from DRincs-Productions/pixi-vn-react-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.96 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
71
{
"name": "my-app",
"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/pixi-vn": "^0.8.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.3",
"@mui/joy": "^5.0.0-beta.28",
"@tanstack/react-query": "^5.59.13",
"framer-motion": "^11.11.8",
"i18next": "^23.16.0",
"i18next-browser-languagedetector": "^8.0.0",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-color-palette": "^7.3.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-i18next": "^15.0.3",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.27.0",
"recoil": "^0.7.7",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"shade-generator": "^1.2.7",
"vite-plugin-checker": "^0.8.0"
},
"devDependencies": {
"@pixi/devtools": "^2.0.1",
"@pixi/sound": "^6.0.1",
"@types/crypto-js": "^4.2.2",
"@types/deep-diff": "^1.0.5",
"@tanstack/react-query-devtools": "^5.59.13",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-react": "^4.3.2",
"crypto-js": "^4.2.0",
"deep-diff": "^1.0.2",
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"pixi.js": "^8.5.1",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.3"
},
"keywords": [
"game",
"js",
"novel",
"pixi",
"pixi-js",
"pixi-vn",
"visual",
"visual-novel",
"vn"
]
}