-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.29 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "sopt-operation-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest --watch"
},
"engines": {
"node": ">=20.18.0 <21"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@sopt-makers/colors": "^3.0.1",
"@sopt-makers/fonts": "^2.0.1",
"@sopt-makers/icons": "^1.0.4",
"@sopt-makers/ui": "^2.4.4",
"axios": "^1.3.4",
"dayjs": "^1.11.9",
"eslint-config-next": "^14.1.4",
"eslint-plugin-react-hooks": "^4.6.0",
"immer": "^10.1.1",
"next": "^14.1.4",
"openapi-fetch": "^0.13.0",
"react": "^18.2.0",
"react-datepicker": "^6.5.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.10",
"react-hook-form": "^7.53.0",
"react-query": "^3.39.3",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"typescript": "^5.4.4",
"use-immer": "^0.9.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240404.0",
"@emotion/jest": "^11.10.5",
"@storybook/addon-essentials": "8.0.4",
"@storybook/addon-interactions": "8.0.4",
"@storybook/addon-links": "8.0.4",
"@storybook/blocks": "8.0.4",
"@storybook/nextjs": "8.0.4",
"@storybook/react": "8.0.4",
"@storybook/testing-library": "0.2.2",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.0.0",
"@types/axios": "^0.14.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18.2.22",
"@yarnpkg/sdks": "^3.2.0",
"emotion-reset": "^3.0.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jsdom": "^24.0.0",
"openapi-typescript": "^7.4.3",
"prettier": "^3.2.5",
"storybook": "8.0.4",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"webpack": "^5.95.0"
},
"packageManager": "[email protected]"
}