-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "unite",
"version": "0.0.1",
"description": "Frontend for Unite Webapp",
"main": "index.js",
"scripts": {
"build": "react-scripts build",
"start": "react-app-rewired start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Two-Lambda-Labs/Unite.git"
},
"author": "Kyle Gray & Jonathan Danek",
"license": "MIT",
"bugs": {
"url": "https://github.com/Two-Lambda-Labs/Unite/issues"
},
"homepage": "https://github.com/Two-Lambda-Labs/Unite#readme",
"dependencies": {
"@material-ui/core": "^1.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-hot-loader": "^4.2.0",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"npm-run-all": "^4.1.3",
"react-app-rewire-hot-loader": "^1.0.1",
"react-app-rewired": "^1.5.2",
"react-scripts": "^1.1.4"
}
}