-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 803 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 803 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
32
{
"name": "spotify-clone",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"axios": "^0.26.0",
"moment": "^2.29.1",
"pinia": "^2.0.11",
"query-string": "^7.1.1",
"random-string": "^0.2.0",
"vue": "^3.2.25",
"vue-material-design-icons": "^5.0.0",
"vue-router": "4",
"vue3-cookies": "^1.0.6"
},
"devDependencies": {
"@types/random-string": "^0.0.28",
"@vitejs/plugin-vue": "^2.2.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.22",
"vite": "^2.8.0"
}
}