-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 3.65 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
{
"name": "kiwi",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^1.8.1",
"@chakra-ui/slider": "^1.5.3",
"@chakra-ui/theme": "^1.13.1",
"@chakra-ui/theme-tools": "^1.3.2",
"@ckeditor/ckeditor5-basic-styles": "^33.0.0",
"@ckeditor/ckeditor5-dev-utils": "^28.1.1",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^28.1.1",
"@ckeditor/ckeditor5-editor-inline": "^33.0.0",
"@ckeditor/ckeditor5-essentials": "^33.0.0",
"@ckeditor/ckeditor5-font": "^33.0.0",
"@ckeditor/ckeditor5-link": "^33.0.0",
"@ckeditor/ckeditor5-list": "^33.0.0",
"@ckeditor/ckeditor5-paragraph": "^33.0.0",
"@ckeditor/ckeditor5-paste-from-office": "^33.0.0",
"@ckeditor/ckeditor5-react": "^3.0.3",
"@ckeditor/ckeditor5-theme-lark": "^33.0.0",
"@ckeditor/ckeditor5-typing": "^33.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@lottiefiles/lottie-player": "^1.5.5",
"@mui/icons-material": "^5.2.1",
"@mui/material": "^5.2.2",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@uiw/react-color": "^1.0.9",
"antd": "^4.18.5",
"aos": "^2.3.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"bootstrap": "^5.1.3",
"clipboard": "^2.0.10",
"craco": "^0.0.3",
"craco-alias": "^3.0.1",
"detect-browser": "^5.3.0",
"devices.css": "^0.1.15",
"eslint-config-react-app": "^6.0.0",
"express": "^4.17.3",
"firebase": "^9.5.0",
"firebase-tools": "^9.23.0",
"framer-motion": "^4.1.17",
"framer-motion-carousel": "^1.0.7",
"fs": "^0.0.1-security",
"hex-to-hsl": "^1.0.2",
"history": "^5.1.0",
"lodash": "^4.17.21",
"mdb-react-ui-kit": "^2.3.0",
"mdbreact": "^5.2.0",
"next": "^12.1.5",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-addons-update": "^15.6.3",
"react-beautiful-dnd": "^13.1.0",
"react-channel-plugin": "^2.1.3",
"react-color": "^2.19.3",
"react-color-palette": "^6.2.0",
"react-cookie": "^4.1.1",
"react-cookies": "^0.1.1",
"react-copy-to-clipboard": "^5.0.4",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-input-autosize": "^3.0.0",
"react-intersection-observer": "^8.33.1",
"react-overflow-scrolling": "^1.0.1",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-select": "^5.2.1",
"react-slick": "^0.28.1",
"react-textarea-autosize": "^8.3.3",
"reactstrap": "^9.0.1",
"recoil": "^0.5.2",
"slick-carousel": "^1.8.1",
"strapi-plugin-ckeditor5": "^1.14.0",
"style-loader": "^1.3.0",
"styled-components": "^5.3.3",
"styled-icons": "^10.45.0",
"swiper": "^8.1.0",
"web-vitals": "^1.0.1",
"webpack-cli": "^4.9.1"
},
"scripts": {
"start": "craco --max_old_space_size=4096 start",
"build": "craco --max_old_space_size=4096 build",
"postbuild": "cp build/index.html build/404.html",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"next": "next"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "https://surfee.co.kr",
"devDependencies": {
"gh-pages": "^3.2.3",
"tailwindcss": "^3.0.15",
"webpack-dev-server": "^3.11.1"
}
}