-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 949 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
{
"dependencies": {
"@astrojs/react": "3.0.2",
"@astrojs/tailwind": "5.0.0",
"@astrojs/vercel": "5.0.2",
"@radix-ui/react-slider": "^1.1.2",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"astro": "3.2.2",
"clsx": "^2.1.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"tailwindcss": "3.0.24",
"zustand": "^4.4.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.1.0",
"typescript": "5.3.3"
},
"name": "spotify-twitch-clone",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"type": "module",
"version": "0.0.1"
}