-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
82 lines (82 loc) · 2.26 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
{
"name": "cfp-code-submitter",
"version": "1.3.2",
"private": true,
"dependencies": {
"@firebase/app": "0.6.11",
"@fullcalendar/core": "^5.3.1",
"@fullcalendar/daygrid": "^5.3.2",
"@fullcalendar/interaction": "^5.3.1",
"@fullcalendar/react": "^5.3.1",
"@fullcalendar/timegrid": "^5.3.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@uiw/react-md-editor": "^1.14.4",
"ace-builds": "^1.4.12",
"bootstrap": "4.5.2",
"devexpress-diagram": "1.0.14",
"devexpress-gantt": "1.0.7",
"devextreme": "20.1",
"devextreme-react": "20.1",
"firebase": "7.22.0",
"firebaseui": "4.6.1",
"firestorter": "^2.0.1",
"jquery": "3.5.1",
"languages": "0.1.3",
"lodash": "4.17.20",
"marked": "^1.2.0",
"mobx": "^6.0.0",
"mobx-react": "^7.0.0",
"popper.js": "1.16.1",
"prismjs": "1.21.0",
"prop-types": "^15.7.2",
"python-shell": "^2.0.2",
"react": "16.13.1",
"react-ace": "^9.1.4",
"react-bootstrap": "1.3.0",
"react-collapsible": "^2.8.1",
"react-css-dropdown": "1.1.2",
"react-dom": "16.13.1",
"react-dropdown": "1.9.0",
"react-firebaseui": "4.1.0",
"react-icons": "^3.11.0",
"react-markdown": "^4.3.1",
"react-reader-view": "^1.1.17",
"react-router-dom": "5.2.0",
"react-scheduler-calendar": "^0.3.2-14",
"react-select": "^3.1.0",
"react-simple-code-editor": "0.11.0",
"react-syntax-highlighter": "^15.0.1",
"semantic-ui-react": "2.0.0",
"super-react-gist": "^1.0.4",
"whatwg-fetch": "2.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"react-scripts": "latest"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}