-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.01 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
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "ojdl2",
"version": "1.0.0",
"description": "",
"main": "src/server/index.js",
"scripts": {
"start": "node -r esm src/server/index.js",
"build": "gulp build",
"watch": "gulp watch",
"test": "node -r esm --inspect-brk=0.0.0.0:5858 src/server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erdOne/ojdl2.git"
},
"author": "erd1",
"license": "ISC",
"bugs": {
"url": "https://github.com/erdOne/ojdl2/issues"
},
"homepage": "https://github.com/erdOne/ojdl2#readme",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.10.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.0",
"css-loader": "^3.6.0",
"eslint": "^6.7.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-react": "^7.20.3",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cached": "^1.1.1",
"gulp-uglify": "^3.0.2",
"hard-source-webpack-plugin": "^0.13.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"require-dir": "^1.2.0",
"style-loader": "^1.2.1",
"webpack": "^4.20.2",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/runtime-corejs3": "^7.10.5",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.8",
"@material-ui/styles": "^4.11.4",
"@mdi/js": "^4.9.95",
"@mdi/react": "^1.4.0",
"auto-bind": "^3.0.0",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"chart.js": "^2.9.3",
"chartjs-plugin-colorschemes": "^0.4.0",
"classnames": "^2.3.1",
"codemirror": "^5.55.0",
"core-js": "^3.6.5",
"date-fns": "^2.15.0",
"dotenv": "^10.0.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"express-session": "^1.17.2",
"highlight.js": "^9.18.1",
"hsts": "^2.2.0",
"http": "0.0.1-security",
"jss": "^10.3.0",
"jss-plugin-expand": "^10.3.0",
"jss-preset-default": "^10.3.0",
"katex": "^0.11.1",
"lodash": "^4.17.15",
"mariadb": "^2.4.1",
"marked": "^0.7.0",
"marked-katex": "^0.3.8",
"mathjax": "^2.7.8",
"morgan": "^1.10.0",
"notistack": "^1.0.10",
"react-autosuggest": "^10.0.2",
"react-chartjs-2": "^2.8.0",
"react-markdown": "^7.0.0",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.4",
"sequelize": "^5.22.3",
"validate.js": "^0.13.1"
}
}