-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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
{
"name": "r-and-ch",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pretty": "prettier --write ."
},
"dependencies": {
"@dh-react-hooks/use-raf": "^0.9.1",
"@prisma/client": "^4.3.1",
"@types/cookie": "^0.5.1",
"bcrypt": "^5.0.1",
"cookie": "^0.4.1",
"cookies": "^0.8.0",
"easy-peasy": "^5.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"format-duration": "^1.4.0",
"framer-motion": "^4.1.17",
"jsonwebtoken": "^8.5.1",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-howler": "^5.2.0",
"react-icons": "^4.3.1",
"superjson": "^1.9.1",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "18.7.13",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"autoprefixer": "^10.4.8",
"babel-plugin-superjson-next": "^0.4.2",
"eslint": "8.23.0",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.16",
"prettier": "^2.4.1",
"prisma": "^4.3.1",
"tailwindcss": "^3.1.8",
"ts-node": "^10.9.1",
"typescript": "4.8.2",
"zod-prisma": "^0.5.4"
}
}