-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.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
{
"name": "highfive",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "nodemon ./server/index.js",
"lint": "eslint . || true",
"dev": "webpack-dashboard webpack-dev-server --progress --colors",
"build": "weboack"
},
"repository": {
"type": "git",
"url": "git https://github.com/team-high-five/highfive.git"
},
"keywords": [],
"author": "Josh, Sandra, Andrew",
"license": "ISC",
"bugs": {
"url": "https://github.com/team-high-five/highfive/issues"
},
"homepage": "https://github.com/team-high-five/highfive#readme",
"dependencies": {
"auth0-js": "^8.5.0",
"axios": "^0.15.3",
"body-parser": "^1.17.1",
"cors": "^2.8.2",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"lodash": "^4.17.4",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"recordrtc": "^5.4.1",
"redux": "^3.6.0",
"redux-logger": "^3.0.0",
"redux-thunk": "^2.2.0",
"semantic-ui-react": "^0.67.2",
"sequelize": "^3.30.4",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.3",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"nodemon": "^1.11.0",
"react-hot-loader": "^3.0.0-beta.6",
"style-loader": "^0.16.1",
"webpack": "^2.3.2",
"webpack-dashboard": "^0.3.0",
"webpack-dotenv-plugin": "^2.0.0"
}
}