generated from Richard-Zhang1019/yu-react-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 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
{
"name": "starport-react",
"private": false,
"version": "0.0.2",
"type": "module",
"main": "main.tsx",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [
"react",
"react-starport",
"starport",
"transition"
],
"homepage": "https://github.com/richard-zhang1019/react-starport",
"repository": {
"type": "git",
"url": "https://github.com/richard-zhang1019/react-starport"
},
"author": {
"name": "richard-zhang1019",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@chakra-ui/react": "^2.4.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@zougt/vite-plugin-theme-preprocessor": "^1.4.5",
"antd": "^4.24.2",
"framer-motion": "^7.6.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-router-dom": "^6.4.3"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"less": "^4.1.3",
"typescript": "^4.6.4",
"vite": "^3.2.3"
}
}