-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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": "spotty",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"typecheck": "tsc",
"lint:prettier:ts": "prettier --parser typescript --debug-check src/**/*.{ts,tsx}",
"lint:ts": "tslint \"src/**/*.t*\"",
"lint": "run-p -l lint:**"
},
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"chart.js": "^2.9.4",
"framer-motion": "^3.3.0",
"howler": "^2.2.1",
"next": "9.5.5",
"next-auth": "^3.1.0",
"next-google-fonts": "^1.2.1",
"next-transpile-modules": "^4.1.0",
"polished": "^4.0.5",
"react": "16.14.0",
"react-compound-slider": "^3.3.1",
"react-dom": "16.14.0",
"react-use-audio-player": "^1.2.4",
"siriwave": "^2.2.0",
"sqlite3": "^5.0.0",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^1.0.2",
"@types/chart.js": "^2.9.29",
"@types/howler": "^2.2.1",
"@types/next-auth": "^3.1.20",
"@types/node": "^14.11.10",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/spotify-api": "0.0.6",
"@types/styled-components": "^5.1.4",
"babel-plugin-styled-components": "^1.11.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-react": "^5.0.0",
"typescript": "^4.0.3"
}
}