-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 744 Bytes
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
{
"private": true,
"author": "郑家豪 <beatboxzjh@163.com>",
"homepage": "https://soundmark.github.io/maple-nodes",
"scripts": {
"dev": "umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev",
"predeploy": "pnpm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"sweetalert2": "^11.7.20",
"sweetalert2-react-content": "^5.0.7",
"umi": "^4.0.74"
},
"devDependencies": {
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.18",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@umijs/plugins": "^4.0.74",
"gh-pages": "^6.0.0",
"tailwindcss": "^3",
"typescript": "^5.0.3"
}
}