forked from nonpartisan09/class_scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.52 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
{
"name": "tutoria",
"private": true,
"dependencies": {
"@rails/webpacker": "^4.0.2",
"babel-preset-react-app": "^8.0.0",
"caniuse-lite": "^1.0.30000967",
"html-react-parser": "^0.7.0",
"jason-form": "^1.0.0",
"joi-browser": "^13.4.0",
"lodash": "^4.17.11",
"material-ui": "^0.20.2",
"moment": "^2.24.0",
"postcss-loader": "3.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-intl": "^2.8.0",
"react-joi-validation": "^1.7.0",
"react-paginate": "^6.3.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-simple-file-input": "^2.1.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.30.0",
"webpack-merge": "^4.2.1"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-eslint": "^10.0.1",
"babel-plugin-dynamic-import-webpack": "1.1.0",
"babel-plugin-inline-react-svg": "^1.1.0",
"babel-plugin-react-intl": "^3.0.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"extract-text-webpack-plugin": "^3.0.2",
"glob": "^7.1.3",
"mkdirp": "^0.5.1",
"webpack-dev-server": "^3.3.1"
}
}