-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 941 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
{
"name": "react-starter-new",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --force --host 0.0.0.0",
"build": "vite build",
"preview": "vite --host 0.0.0.0 preview"
},
"dependencies": {
"normalize.css": "~8.0.1",
"prop-types": "~15.8.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-transition-group": "~4.4.5",
"simple-router": "git+https://github.com/naikus/simple-router.git",
"store2": "~2.14.2"
},
"devDependencies": {
"@tsconfig/vite-react": "~3.4.0",
"@types/react": "~18.0.28",
"@types/react-dom": "~18.0.11",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-compiler": "^0.0.0-experimental-3cbe879-20240808",
"less": "^4.1.3",
"vite": "^6.0.1"
}
}