forked from holmespinto/cellbox_facturacion_react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.33 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
{
"name": "hyper-react",
"version": "3.0.0",
"private": true,
"dependencies": {
"@fullcalendar/bootstrap": "^5.7.2",
"@fullcalendar/core": "^5.7.2",
"@fullcalendar/daygrid": "^5.7.2",
"@fullcalendar/interaction": "^5.7.2",
"@fullcalendar/list": "^5.7.2",
"@fullcalendar/react": "^5.7.0",
"@fullcalendar/timegrid": "^5.7.2",
"@hookform/resolvers": "^2.3.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"apexcharts": "^3.26.2",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.19.0",
"bootstrap": "^5.0.2",
"britecharts-react": "^0.5.4",
"chart.js": "^2.9.3",
"classnames": "^2.3.1",
"crypto-js": "^4.1.1",
"dotenv": "^12.0.4",
"draft-js": "^0.11.5",
"draftjs-to-html": "^0.9.1",
"express": "^4.17.2",
"frappe-gantt": "^0.5.0",
"google-maps-react": "^2.0.6",
"i18next": "^20.2.1",
"i18next-browser-languagedetector": "^6.1.0",
"jsonwebtoken": "^8.5.1",
"jsvectormap": "^1.3.1",
"jwt-decode": "^3.1.2",
"mysql": "^2.18.1",
"mysql-server": "^1.0.5",
"node-sass": "^5.0.0",
"nodemon": "^2.0.15",
"nouislider-react": "^3.3.7",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-albus": "^2.0.0",
"react-apexcharts": "^1.3.9",
"react-beautiful-dnd": "^13.0.0",
"react-bootstrap": "v2.0.0-alpha.2",
"react-bootstrap-typeahead": "^5.1.4",
"react-chartjs-2": "^2.9.0",
"react-datepicker": "^4.1.1",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.5",
"react-dropzone": "^11.3.2",
"react-hook-form": "^7.0.7",
"react-i18next": "^11.8.12",
"react-rating": "^2.0.5",
"react-redux": "^7.2.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"react-simplemde-editor": "^4.1.1",
"react-table": "^7.7.0",
"react-text-mask": "^5.4.3",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"simplebar-react": "^2.3.3",
"sweetalert": "^2.1.2",
"universal-cookie": "^4.0.4",
"web-vitals": "^1.0.1",
"yup": "^0.32.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"flow": "flow",
"format": "prettier --write 'src/**/*.js'",
"server": "nodemon -r dotenv/config ./src/server/server.js",
"client": "react-scripts start",
"dev": "yarn run server",
"proxy": "http://localhost:8000"
},
"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": {
"flow-bin": "^0.153.0",
"prettier": "2.3.1",
"redux-saga-test-plan": "^4.0.1"
}
}