forked from requinDr/tsukiweb-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1010 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
42
{
"name": "tsukihime-port",
"version": "0.2.4",
"private": true,
"type": "module",
"dependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"classnames": "^2.5.1",
"framer-motion": "^11.3.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-icons": "^5.2.1",
"react-modal": "^3.16.1",
"react-router-dom": "^6.25.1",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.27.1",
"sass": "^1.77.8",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"yet-another-react-lightbox": "^3.21.1"
},
"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.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.4"
}
}