-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.35 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.35 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
{
"name": "learnmath",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fontsource/roboto": "^4.4.2",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^5.0.0-beta.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/styles": "^5.0.0-beta.1",
"@trendmicro/react-sidenav": "^0.5.0",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"cra-template": "1.1.2",
"draft-js": "^0.11.7",
"draft-js-image-plugin": "^2.0.7",
"draftjs-to-html": "^0.9.1",
"file-upload-with-preview": "^4.1.0",
"formik": "^2.2.8",
"he": "^1.2.0",
"i18next": "^20.2.1",
"material-ui": "^1.0.0-beta.47",
"material-ui-alpha": "^1.0.0",
"material-ui-dropzone": "^3.5.0",
"material-ui-search-bar": "^1.0.0",
"materialui-pagination": "0.0.6",
"progress": "^2.0.3",
"react": "^17.0.2",
"react-bootstrap": "^1.5.2",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-validation": "^0.1.11",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-dropdown": "^1.9.2",
"react-i18next": "^11.8.12",
"react-images-upload": "^1.2.8",
"react-mathjax": "^1.0.1",
"react-native": "^0.64.2",
"react-native-web": "^0.17.1",
"react-player": "^2.9.0",
"react-radio-group": "^3.0.3",
"react-responsive-animate-navbar": "^1.1.8",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"react-split-pane": "^0.1.92",
"react-swipeable-views": "^0.14.0",
"reactstrap": "^8.9.0",
"styled-components": "^5.2.3",
"tachyons": "^4.12.0",
"web-vitals": "^1.1.1"
},
"scripts": {
"start": "set PORT=3006 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts 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"
]
}
}