-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.13 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.13 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
80
81
82
83
{
"name": "signatize",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"@craco/craco": "^6.3.0",
"@headlessui/react": "^1.3.0",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"@reduxjs/toolkit": "^1.6.1",
"@rpldy/upload-button": "^0.13.4",
"@rpldy/upload-preview": "^0.13.4",
"@rpldy/uploady": "^0.13.4",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"animate.css": "^4.1.1",
"axios": "^0.21.1",
"chart.js": "^3.5.1",
"craco": "0.0.3",
"daisyui": "^1.12.0",
"depcheck": "^1.4.2",
"dotenv": "^10.0.0",
"framer-motion": "^4.1.17",
"is_js": "^0.9.0",
"joi": "^17.4.2",
"react": "^17.0.2",
"react-bootstrap-sweetalert": "^5.2.0",
"react-chartjs-2": "^3.0.5",
"react-dom": "^17.0.2",
"react-google-login": "^5.2.2",
"react-hot-toast": "^2.1.1",
"react-icons": "^4.2.0",
"react-image-appear": "^1.3.26",
"react-joi": "^1.0.0-alpha.0",
"react-loader-spinner": "^4.0.0",
"react-paginate": "^7.1.3",
"react-player": "^2.9.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"react-sliding-pane": "^7.0.0",
"react-tabs": "^3.2.2",
"recharts": "^2.1.4",
"redux-persist": "^6.0.0",
"sweetalert2": "^11.1.7",
"web-vitals": "^1.1.2",
"webfontloader": "^1.6.28",
"webpack": "4.44.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco 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"
]
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"postcss": "^7.0.36",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4"
}
}