-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^2.0.12",
"@prisma/client": "^4.10.1",
"@reduxjs/toolkit": "^1.8.6",
"axios": "^1.1.2",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"html2canvas": "^1.4.1",
"keen-slider": "^6.8.5",
"next": "^13.4.12",
"nextjs-progressbar": "^0.0.16",
"nookies": "^2.5.2",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.4",
"swr": "^2.0.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/node": "^18.8.4",
"@types/react": "^18.0.21",
"@types/react-dom": "18.0.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.26.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prisma": "^4.10.1",
"tailwindcss": "^3.1.2",
"typescript": "^4.8.4"
}
}