forked from requinDr/tsukiweb-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 973 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "tsukihime-port",
"version": "0.1.4",
"private": true,
"type": "module",
"dependencies": {
"@fancyapps/ui": "^5.0.32",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"framer-motion": "^10.16.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-icons": "^4.12.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.21.1",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.25.1",
"sass": "^1.69.6",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.3"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@types/react-modal": "^3.16.3",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}