-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.51 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
{
"name": "clonedspotify",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"server": "node --watch server/index.js",
"start":"concurrently \"npm run server\" \"npm run dev\""
},
"dependencies": {
"@types/spotify-web-playback-sdk": "^0.1.15",
"concurrently": "^8.2.1",
"cors": "^2.8.5",
"http-proxy-middleware": "^2.0.6",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.4",
"react-icons": "^4.8.0",
"react-router-dom": "^6.11.1",
"styled-components": "^5.3.9",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@types/styled-system": "^5.1.16",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^5.1.6",
"vite": "^4.2.0"
},
"description": "It is a clone of the spotify website ## Tools used: - **reactjs** as js framework - **styled-component** for styling - **spotify web API** for fetching data",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kobbin003/spotifyClone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kobbin003/spotifyClone/issues"
},
"homepage": "https://github.com/kobbin003/spotifyClone#readme"
}