forked from Criador-Horarios/Criador-Horarios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.23 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
{
"name": "horarios",
"version": "1.18.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@fullcalendar/bootstrap": "^5.5.0",
"@fullcalendar/react": "^5.5.0",
"@fullcalendar/timegrid": "^5.5.1",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@types/randomcolor": "^0.5.5",
"@types/react-dom": "^17.0.0",
"async-mutex": "^0.3.2",
"cheerio": "^1.0.0-rc.5",
"datebook": "^6.4.2",
"exceljs": "^4.2.0",
"hex-rgb": "^4.2.0",
"html2canvas": "^1.0.0-rc.7",
"http-proxy-middleware": "^1.0.6",
"i18next": "^19.8.7",
"i18next-browser-languagedetector": "^6.0.1",
"morgan": "^1.10.0",
"randomcolor": "^0.6.2",
"react": "^17.0.1",
"react-colorful": "^5.4.0",
"react-component-export-image": "^1.0.5",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.6",
"react-scripts": "4.0.3",
"rgb-hex": "^3.0.0",
"sass": "^1.47.0",
"typescript": "^4.1.3",
"universal-cookie": "^4.0.4",
"use-react-screenshot": "^1.0.2",
"web-vitals": "^1.1.0"
},
"scripts": {
"lint": "eslint src/",
"lintFix": "eslint src/ --fix",
"start": "CHOKIDAR_USEPOLLING=true react-scripts start",
"build": "react-scripts build",
"postbuild": "cp extra_resources/* build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"run-prod": "node server/index.js"
},
"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": {
"@types/material-ui": "^0.21.8",
"@types/node": "^12.19.16",
"@types/react": "^17.0.1",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.19.0",
"eslint-plugin-react": "^7.22.0"
}
}