-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.77 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^32.0.0",
"@ckeditor/ckeditor5-react": "^4.0.0",
"@iconify/react": "^3.2.1",
"@reduxjs/toolkit": "^1.7.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@toast-ui/react-editor": "^3.1.3",
"antd": "^4.18.3",
"axios": "0.25.0",
"draft-js": "^0.11.7",
"jquery": "^3.6.0",
"materialize-css": "1.0.0-rc.2",
"prismjs": "^1.27.0",
"quill": "^1.3.6",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-daum-postcode": "3.0.1",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.33.1",
"react-js-pagination": "3.0.3",
"react-modal": "^3.14.4",
"react-quill": "^1.3.5",
"react-range": "^1.8.12",
"react-rangeslider": "^2.2.0",
"react-redux": "^7.2.6",
"react-router": "^6.3.0",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-scroll": "1.8.4",
"react-slick": "^0.28.1",
"react-star-ratings": "2.3.0",
"redux": "^4.1.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3",
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}