forked from tvillarete/ipod-classic-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 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
52
53
54
55
{
"name": "ipod-classic",
"version": "0.1.0",
"private": true,
"homepage": "./",
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"bundle-report": "ANALYZE=true yarn build",
"start": "vercel dev",
"lint": "next lint",
"type-check": "tsc"
},
"eslintConfig": {
"extends": "eslint-config-next"
},
"dependencies": {
"@tanstack/react-query": "^5.17.12",
"cookie": "^0.5.0",
"cookies-next": "^4.1.0",
"framer-motion": "^10.16.16",
"he": "^1.2.0",
"next": "^14.0.4",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "6.1.1",
"use-debounce": "^8.0.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/he": "^1.1.2",
"@types/lodash.uniqby": "^4.7.7",
"@types/musickit-js": "^1.0.8",
"@types/node": "18.0.6",
"@types/pluralize": "^0.0.29",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/spotify-api": "^0.0.25",
"@types/spotify-web-playback-sdk": "^0.1.12",
"@types/styled-components": "^5.1.25",
"@types/uuid": "^9.0.7",
"@next/bundle-analyzer": "^14.0.4",
"eslint": "8.26.0",
"eslint-config-next": "^14.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-memo": "^0.0.3",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.7.1",
"typescript": "5.3.3"
}
}