-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
88 lines (88 loc) · 2.47 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
{
"name": "chuchipirat",
"version": "1.0.5",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@fontsource/roboto-mono": "^4.5.10",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.2.10",
"@mui/x-data-grid": "^4.0.2",
"@react-pdf/renderer": "^1.6.17",
"@sentry/react": "^8.42.0",
"@sentry/tracing": "^7.114.0",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.0",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^17.0.11",
"date-fns": "^2.17.0",
"env-cmd": "^10.1.0",
"file-saver": "^2.0.5",
"firebase": "^10.9.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.1.1",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.1",
"react-quill": "^2.0.0",
"react-recompose": "^0.33.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.3.4",
"react-scripts": "4.0.2",
"source-map-explorer": "^2.5.2",
"typeface-roboto": "^1.1.13",
"typescript": "^4.5.4",
"web-vitals": "^1.1.0",
"zxcvbn": "^4.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build:dev": "env-cmd -f .env.development npm run-script build",
"build:test": "env-cmd -f .env.test react-scripts build",
"build:prod": "env-cmd -f .env.production npm run-script build",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"lint": "eslint --ext .ts .",
"test": "jest --watch --coverage"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"@types/react": "17.0.14",
"@types/react-dom": "17.0.14"
},
"devDependencies": {
"@babel/preset-typescript": "^7.24.1",
"@types/lodash": "^4.14.202",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint-plugin-react": "^7.33.2",
"jest-html-reporters": "^3.1.7",
"react-error-overlay": "6.0.9"
},
"jest": {
"collectCoverage": true
}
}