-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.98 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
{
"name": "repo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint -d app -d components -d cypress -d lib -d pages -d types --report-unused-disable-directives error",
"prepare": "husky install",
"test": "cypress open",
"test:component": "cypress open --component --browser electron",
"test:e2e": "cypress open --e2e --browser electron"
},
"dependencies": {
"@next-auth/firebase-adapter": "^2.0.1",
"@plaiceholder/next": "^2.5.0",
"client-only": "^0.0.1",
"daisyui": "^2.51.5",
"firebase": "^9.17.2",
"firebase-admin": "^11.5.0",
"husky": "^8.0.3",
"next": "^13.3.1",
"next-auth": "^4.22.0",
"next-themes": "^0.2.1",
"plaiceholder": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-loading-skeleton": "^3.1.1",
"react-spotify-web-playback": "^0.13.4",
"server-only": "^0.0.1",
"sharp": "0.31.1",
"v8": "^0.1.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/spotify-api": "^0.0.20",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"autoprefixer": "^10.4.13",
"cypress": "12.10.0",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.3.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.5"
}
}