-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.22 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
{
"name": "diode",
"version": "1.1.0",
"author": "Akash Hamirwasia",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@fontsource/inter": "^4.5.0",
"@fontsource/raleway": "^4.5.0",
"@heroicons/react": "^1.0.5",
"@prisma/client": "^5.7.1",
"axios": "^0.24.0",
"copy-to-clipboard": "^3.3.1",
"cors": "^2.8.5",
"express-ipfilter": "^1.2.0",
"framer-motion": "^10.16.16",
"get-stream": "^6.0.1",
"ioredis": "^5.3.2",
"ioredis-mock": "^8.9.0",
"json-mask": "^1.0.4",
"micromustache": "^8.0.3",
"nanoid": "^3.1.30",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"request-ip": "^2.1.3"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@types/cors": "^2.8.12",
"@types/node": "^18.19.3",
"@types/react": "^18.2.45",
"@types/request-ip": "0.0.37",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"prisma": "^5.7.1",
"typescript": "^4.9.5"
}
}