forked from tamhgdc/minizing-master
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 751 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 751 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
30
31
{
"name": "minizing",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.4.0",
"react": "^18.1.0",
"react-cssfx-loading": "^1.1.1",
"react-dom": "^18.1.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.3.0",
"spotify-web-api-js": "^1.5.2",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.7",
"eslint-config-react-app": "^7.0.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.3",
"typescript": "^4.6.4",
"vite": "^2.9.8"
}
}