-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 2.8 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
{
"name": "ld-cv",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.4.0",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.5",
"@hookform/resolvers": "^2.8.2",
"@loadable/component": "^5.15.0",
"@popperjs/core": "^2.11.0",
"@react-pdf/renderer": "^1.6.17",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/line-clamp": "^0.2.2",
"@tailwindcss/typography": "^0.4.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"autoprefixer": "9",
"axios": "^0.24.0",
"chart.js": "^3.7.0",
"clsx": "^1.1.1",
"connected-react-router": "^6.9.1",
"dompurify": "^2.3.4",
"draft-convert": "^2.1.12",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"lodash": "^4.17.21",
"lottie-web": "^5.8.1",
"moment": "^2.29.1",
"node-sass": "^7.0.1",
"p-min-delay": "^4.0.1",
"postcss": "^7",
"rc-slider": "^9.7.4",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-burger-menu": "^3.0.6",
"react-chartjs-2": "^4.0.0",
"react-copy-to-clipboard": "^5.0.4",
"react-cropper": "^2.1.8",
"react-day-picker": "^7.4.10",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-easy-crop": "^3.5.3",
"react-helmet-async": "^1.1.2",
"react-hook-form": "^7.17.4",
"react-icons": "^4.3.1",
"react-paginate": "^8.1.0",
"react-pdf": "^5.4.0",
"react-popper": "^2.2.5",
"react-quill": "^2.0.0-beta.2",
"react-redux": "^7.2.5",
"react-resize-detector": "^6.7.6",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-select": "^5.2.1",
"react-textarea-autosize": "^8.3.3",
"react-tilt": "^0.1.4",
"react-toastify": "^8.1.0",
"redux": "^4.1.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"reselect": "^4.1.1",
"sass": "^1.45.2",
"sass-loader": "^12.4.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"uuid": "^8.3.2",
"web-vitals": "^1.0.1",
"yup": "^0.32.11"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"aws": "npm run build && aws s3 sync ./build s3://ld-datn-client --delete --acl public-read"
},
"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": {
"faker": "^5.5.3"
}
}