-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.83 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.83 KB
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
{
"author": {
"name": "Tuan Dang",
"email": "tuandangit2004@gmail.com",
"url": "https://github.com/tuan204-dev"
},
"name": "spotify-react",
"description": "Spotify clone with React - TS",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite --port 5000 --host",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --port 5001 --host"
},
"dependencies": {
"@types/node": "^20.2.5",
"antd": "^5.7.1",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"color-thief-react": "^2.1.0",
"colorthief": "^2.4.0",
"he": "^1.2.0",
"normalize.css": "^8.0.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-fast-marquee": "^1.6.0",
"react-icons": "^4.9.0",
"react-intersection-observer": "^9.5.1",
"react-lazy-load-image-component": "^1.6.0",
"react-loading-skeleton": "^3.3.1",
"react-router-dom": "^6.11.2",
"react-spinners-kit": "^1.9.1",
"react-split": "^2.0.14",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/he": "^1.2.0",
"@types/jsdom": "^21.1.1",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-lazy-load-image-component": "^1.5.3",
"@types/react-modal": "^3.16.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^4.3.9"
},
"repository": {
"type": "github",
"url": "https://github.com/tuan204-dev/spotify-react-typescript"
}
}