-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
65 lines (65 loc) · 1.93 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
{
"name": "tutoria",
"private": true,
"dependencies": {
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@date-io/core": "^1.3.6",
"@material-ui/core": "^4.1.3",
"@rails/webpacker": "^4.0.7",
"caniuse-lite": "^1.0.30000974",
"font-awesome": "4.7.0",
"html-react-parser": "^0.7.1",
"jason-form": "^1.0.0",
"joi-browser": "^13.4.0",
"leaflet": "^1.5.1",
"linkifyjs": "^2.1.9",
"lodash": "^4.17.19",
"material-ui": "^0.20.1",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"query-string": "^6.12.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-icons": "^3.7.0",
"react-intl": "^2.9.0",
"react-joi-validation": "^1.7.0",
"react-leaflet": "^2.4.0",
"react-paginate": "^6.3.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-simple-file-input": "^2.1.0",
"sass-loader": "^7.1.0",
"serialize-javascript": "3.1.0",
"style-loader": "^0.23.1",
"video-react": "^0.14.1",
"webpack": "^4.33.0",
"webpack-merge": "^4.2.1"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.4.4",
"@babel/runtime": "^7.4.5",
"babel-eslint": "^10.0.1",
"babel-plugin-inline-react-svg": "^1.1.0",
"babel-plugin-react-intl": "^3.2.0",
"core-js": "2",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"glob": "^7.1.4",
"mini-css-extract-plugin": "^0.7.0",
"mkdirp": "^0.5.1",
"webpack": "^4.33.0",
"webpack-dev-server": "^3.8.0"
}
}