forked from jimcinbrisbane/viteCN
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 875 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
{
"name": "cn",
"private": true,
"homepage": "./",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "gh-pages -d build",
"predeploy": "npm run build"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-free": "^6.5.2",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.10",
"@notionhq/client": "^2.2.15",
"animate.css": "^4.1.1",
"gh-pages": "^5.0.0",
"react": "^18.2.0",
"react-animated-cursor": "^2.5.2",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.9.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.1.0"
}
}