-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.86 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.86 KB
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
65
66
{
"name": "tabspace-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev:dev": "env-cmd -f .env.development next dev",
"dev": "env-cmd -f .env.production next dev",
"build:dev": "env-cmd -f .env.development next build",
"build": "env-cmd -f .env.production next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@hookform/resolvers": "^2.9.11",
"@nivo/core": "^0.80.0",
"@nivo/radar": "^0.80.0",
"@svgr/webpack": "^6.5.1",
"@types/react-responsive": "^8.0.5",
"@types/recoil": "^0.0.9",
"antd": "^5.4.4",
"axios": "^1.3.4",
"carousel": "^0.0.3",
"cookies-next": "^2.1.1",
"env-cmd": "^10.1.0",
"next": "13.2.3",
"next-cookies": "^2.0.3",
"react": "18.2.0",
"react-chatbot-kit": "^2.1.2",
"react-cookies": "^0.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.5",
"react-responsive": "^9.0.2",
"react-slick": "^0.29.0",
"react-youtube": "^10.1.0",
"recoil": "^0.7.7",
"recoil-persist": "^4.2.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.9",
"styled-reset": "^4.4.5",
"yup": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@styled-jsx/plugin-sass": "^4.0.2",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"babel-loader": "^8.3.0",
"eslint": "^8.35.0",
"eslint-config-next": "13.2.3",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"msw": "^1.1.0",
"prettier": "^2.8.4",
"sass": "^1.59.2",
"typescript": "4.9.5"
},
"msw": {
"workerDirectory": "public"
}
}