-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "vup-song-list",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node scripts/converter.js && next dev",
"build": "node scripts/converter.js && next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"buildssg": "node scripts/converter.js && next build && next export"
},
"dependencies": {
"@cloudbase/cli": "^1.12.3",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"autoprefixer": "^10.4.19",
"bootstrap": "^5.1.3",
"cnchar": "^3.2.5",
"cnchar-poly": "^3.2.5",
"cnchar-trad": "^3.2.5",
"copy-to-clipboard": "^3.3.1",
"exceljs": "^4.4.0",
"framer-motion": "^11.11.11",
"next": "^14.2.5",
"next-themes": "^0.3.0",
"postcss": "^8.4.40",
"react": "^18",
"react-bootstrap": "^2.1.2",
"react-dom": "^18",
"react-icons": "^5.2.0",
"react-toastify": "^8.2.0",
"react-use": "^17.5.1",
"sharp": "^0.33.5",
"styled-components": "^5.3.3",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"tw-colors": "^3.3.2"
}
}