-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.93 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.93 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
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "spotalytics",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@nivo/bar": "^0.63.1",
"@nivo/geo": "^0.63.1",
"@nivo/pie": "^0.64.0",
"@types/chance": "^1.1.0",
"@types/spotify-api": "0.0.3",
"axios": "^0.19.2",
"chance": "^1.1.6",
"formik": "^2.1.4",
"iso3166-alpha-converter": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"lastfm-node-client": "^2.2.0",
"localstorage-ttl": "^1.0.2",
"lodash": "^4.17.21",
"moment": "^2.26.0",
"moment-timezone": "^0.5.31",
"musicbrainz": "^0.2.7",
"nivo": "^0.31.0",
"passport-spotify": "^1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-infinite-scroller": "^1.2.4",
"react-router": "^6.28.0",
"react-router-dom": "^6.28.0",
"react-serialize": "^0.2.0",
"rsuite": "^4.7.0",
"sass": "^1.93.2",
"spotify-web-api-js": "^1.4.0",
"styled-components": "^5.1.1",
"typescript": "^5.9.3"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^25.2.3",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash": "^4.17.20",
"@types/moment": "^2.13.0",
"@types/moment-timezone": "^0.5.13",
"@types/node": "^14.0.5",
"@types/node-cache": "^4.2.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-infinite-scroller": "^1.2.1",
"@types/styled-components": "^5.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@vitejs/plugin-react": "^5.0.0",
"jsdom": "^22.0.0",
"vite": "^6.0.0"
}
}