-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.06 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^2.9.8",
"@monaco-editor/react": "^4.4.6",
"@next/font": "^13.0.0",
"cookie": "^0.5.0",
"crypto-js": "^4.1.1",
"ioredis": "^5.2.3",
"monaco-editor": "^0.34.0",
"next": "13.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fontawesome": "^1.7.1",
"react-hook-form": "^7.35.0",
"react-markdown": "^8.0.3",
"react-select": "^5.6.0",
"react-step-wizard": "^5.3.11",
"zod": "^3.19.1",
"zod-error": "1.0.3"
},
"devDependencies": {
"@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"@types/styled-components": "^5.1.25",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"sass": "^1.53.0",
"styled-components": "^5.3.5",
"typescript": "^4.7.4"
}
}