-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
77 lines (77 loc) · 2.2 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
{
"name": "uclapi-hackathon",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "webpack --colors --watch --config webpack.config.babel.js",
"prod": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "webpack -p",
"docker-build": "webpack -p --config webpack.config.babel.js"
},
"author": "UCL API",
"license": "ISC",
"browserify": {
"transform": [
"babelify",
"envify"
]
},
"dependencies": {
"@material-ui/core": "^4.5.2",
"axios": "^0.19.0",
"copy-webpack-plugin": "^5.0.5",
"dayjs": "^1.8.16",
"google-maps-react": "^2.0.2",
"js-cookie": "^2.2.1",
"prop-types": "^15.7.2",
"rc-collapse": "^1.11.7",
"react": "^16.11.0",
"react-autosuggest": "^9.4.3",
"react-dom": "^16.11.0",
"react-markdown": "^4.2.2",
"react-pose": "^4.0.9",
"react-router-dom": "^5.1.2",
"react-syntax-highlighter": "^11.0.2",
"react-tabs": "^3.0.0",
"react-transition-group": "^4.3.0",
"react-waypoint": "^9.0.2",
"styled-components": "^4.4.1",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-imports": "^1.5.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babelify": "^10.0.0",
"css-loader": "^3.2.0",
"dotenv": "^8.2.0",
"eslint": "^6.6.0",
"eslint-plugin-react": "^7.16.0",
"file-loader": "^4.2.0",
"glob": "^7.1.5",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"react-modal": "^3.11.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-transform": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"webpack": "^4.41.0",
"webpack-bundle-tracker": "^0.4.3",
"webpack-cli": "^3.3.9"
},
"engines": {
"node": "8.4.x"
}
}