-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.86 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
{
"name": "filtering",
"description": "React Filtering Demo",
"version": "4.3.0",
"author": {
"name": "Bryntum",
"url": "https://bryntum.com",
"email": "[email protected]"
},
"license": "commercial",
"homepage": "./",
"scripts": {
"start": "cross-env NODE_OPTIONS='--max-old-space-size=8192' react-scripts start",
"build": "cross-env NODE_OPTIONS='--max-old-space-size=8192' react-scripts build",
"test": "cross-env NODE_OPTIONS='--max-old-space-size=8192' react-scripts test",
"eject": "cross-env NODE_OPTIONS='--max-old-space-size=8192' react-scripts eject",
"postinstall": "postinstall"
},
"postinstall": {
"node_modules/@bryntum/demo-resources/images/users/*": "copy public/users/",
"node_modules/@bryntum/demo-resources/images/favicon.png": "copy public/",
"node_modules/@bryntum/scheduler/*.css": "copy public/themes/",
"node_modules/@bryntum/scheduler/fonts/*": "copy public/themes/fonts/"
},
"dependencies": {
"@auth0/auth0-react": "^1.8.0",
"@bryntum/demo-resources": "1.0.1",
"@bryntum/scheduler": "^4.3.4",
"@bryntum/scheduler-react": "^4.3.0",
"@date-io/date-fns": "~1.3.9",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "~4.4.0",
"@material-ui/icons": "~4.2.1",
"@material-ui/pickers": "~3.2.4",
"@mui/icons-material": "^5.1.0",
"@mui/material": "^5.1.0",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"cross-env": "~7.0.2",
"date-fns": "~2.0.1",
"moment": "^2.29.1",
"react": "~16.14.0",
"react-bootstrap": "^2.0.2",
"react-dock": "^0.4.1",
"react-dom": "~16.14.0",
"react-scripts": "~3.4.4"
},
"devDependencies": {
"postinstall": "~0.7.0",
"sass": "~1.42.0"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"eslintConfig": {
"extends": "react-app"
}
}