-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
124 lines (124 loc) · 3.77 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "studioi-pp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-transform-class-properties": "^7.25.4",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
"@babel/plugin-transform-numeric-separator": "^7.24.7",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.15",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/x-date-pickers": "^7.1.1",
"@nivo/core": "^0.85.1",
"@nivo/line": "^0.85.1",
"@sweetalert2/theme-bootstrap-4": "^5.0.16",
"@testing-library/user-event": "^13.5.0",
"@types/animejs": "^3.1.12",
"@types/node": "^20.11.30",
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.22",
"@types/styled-components": "^5.1.34",
"axios": "^1.7.7",
"bootstrap": "^5.3.2",
"core-js": "^3.38.1",
"dayjs": "^1.11.10",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"framer-motion": "^10.18.0",
"http-proxy-middleware": "^2.0.6",
"prop-types": "^15.8.1",
"quill": "^2.0.2",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.51.2",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.2",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.27.0",
"react-scripts": "5.0.1",
"react-scroll": "^1.9.0",
"react-scroll-percentage": "^4.3.0",
"react-select": "^5.8.0",
"react-slick": "^0.29.0",
"react-transition-group": "^4.4.5",
"react-use-gesture": "^9.1.3",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"slick-carousel": "^1.8.1",
"smooth-scroll": "^16.1.3",
"styled-components": "^6.1.8",
"styled-reset": "^4.5.2",
"sweetalert2": "^11.11.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"cypress:open": "cypress open",
"cypress:run": "cypress run --browser chrome"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@chakra-ui/react": "^2.8.2",
"@eslint/js": "^9.0.0",
"@svgr/core": "^8.1.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/axios": "^0.9.36",
"@types/cypress": "^1.1.3",
"@types/draftjs-to-html": "^0.8.4",
"@types/html-to-draftjs": "^1.4.3",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.0",
"@types/lodash.clamp": "^4.0.9",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-color": "^3.0.12",
"@types/react-draft-wysiwyg": "^1.13.8",
"@types/react-router-dom": "^5.3.3",
"@types/react-scroll": "^1.8.10",
"@types/react-slick": "^0.23.13",
"customize-cra": "^1.0.0",
"cypress": "^13.15.1",
"cypress-file-upload": "^5.0.8",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.0.0",
"react-app-rewired": "^2.2.1",
"typescript-eslint": "^7.6.0"
},
"proxy": "https://www.studio-eye.kro.kr"
}