-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.59 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.59 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
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "bread-map-admin-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode dev",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest --watchAll",
"test:coverage": "jest --coverage --watchAll",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@reduxjs/toolkit": "^1.9.1",
"axios": "^1.2.6",
"dayjs": "^1.11.7",
"encrypt-storage": "^2.12.12",
"history": "^5.3.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^4.16.0",
"react-daum-postcode": "^3.1.1",
"react-dom": "^18.2.0",
"react-query": "^3.39.2",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.5",
"react-sortable-hoc": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@mdx-js/react": "^1.6.22",
"@storybook/addon-actions": "^7.0.0-rc.7",
"@storybook/addon-docs": "^7.0.0-rc.7",
"@storybook/addon-essentials": "^7.0.0-rc.7",
"@storybook/addon-interactions": "^7.0.0-rc.7",
"@storybook/addon-links": "^7.0.0-rc.7",
"@storybook/addon-mdx-gfm": "^7.0.0-rc.7",
"@storybook/react": "^7.0.0-rc.7",
"@storybook/react-vite": "^7.0.0-rc.7",
"@storybook/testing-library": "^0.0.14-next.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/react": "^18.0.26",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "^18.0.9",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@vitejs/plugin-react": "^3.0.0",
"babel-loader": "^8.3.0",
"eslint": "^8.29.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.10",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.4.0",
"prettier": "^2.8.1",
"react-test-renderer": "^18.2.0",
"storybook": "^7.0.0-rc.7",
"storybook-addon-react-router-v6": "^0.2.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-tsconfig-paths": "^4.0.2"
}
}