-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
76 lines (76 loc) · 2.05 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "spotify-client",
"version": "2.0.1",
"private": true,
"dependencies": {
"@ant-design/pro-form": "^2.31.2",
"antd": "^5.22.4",
"axios": "^1.7.9",
"colorthief": "^2.6.0",
"dayjs": "^1.11.13",
"devicons-react": "^1.4.0",
"html-react-parser": "^5.2.0",
"i18next": "^23.15.1",
"javascript-time-ago": "^2.5.11",
"lodash": "^4.17.21",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-drag-listview": "^2.0.0",
"react-full-screen": "^1.1.1",
"react-i18next": "^15.0.2",
"react-icons": "^5.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-player-controls": "^1.1.0",
"react-redux": "^9.2.0",
"react-resizable-panels": "^2.1.7",
"react-router-dom": "^6.26.2",
"react-scripts": "5.0.1",
"react-time-ago": "^7.3.3",
"redux-persist": "^6.0.0",
"redux-persist-expire": "^1.1.1",
"tinycolor2": "^1.6.0",
"use-debounce": "^10.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && cp build/index.html build/404.html",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@reduxjs/toolkit": "^2.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@types/node": "^22.10.2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/spotify-web-playback-sdk": "^0.1.19",
"@types/tinycolor2": "^1.4.6",
"sass": "^1.82.0",
"typescript": "^4.4.2",
"web-vitals": "^4.2.4"
}
}