-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.92 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@tanstack/react-query": "^4.29.14",
"ahooks": "^3.7.7",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"eslint-config-next": "13.4.4",
"framer-motion": "^10.12.16",
"next": "13.4.4",
"next-plausible": "^3.7.2",
"next-runtime-env": "^1.6.1",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use-audio-player": "^2.0.0",
"spotify-api.js": "^9.2.5"
},
"devDependencies": {
"@fontsource-variable/space-grotesk": "^5.0.3",
"@iconify-json/logos": "^1.1.33",
"@iconify-json/mingcute": "^1.1.7",
"@next/eslint-plugin-next": "^13.4.6",
"@tanstack/eslint-plugin-query": "^4.29.9",
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@unocss/eslint-config": "^0.53.1",
"@unocss/postcss": "^0.53.1",
"@unocss/preset-icons": "^0.53.1",
"@unocss/reset": "^0.53.1",
"@unocss/transformer-directives": "^0.53.1",
"@unocss/transformer-variant-group": "^0.53.1",
"autoprefixer": "^10.4.14",
"eslint": "8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"sass": "^1.63.4",
"typescript": "5.0.4",
"unocss": "^0.53.1"
}
}