-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 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
{
"name": "korero-mai",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"test": "ava tests/**/*.js --serial --verbose",
"build": "webpack --config webpack.config.js --progress -p",
"postinstall": "webpack -p"
},
"babel": {
"presets": [
"env",
"react"
],
"plugins": [
"transform-object-rest-spread"
]
},
"dependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"body-parser": "~1.13.2",
"bootstrap": "^3.3.7",
"clone": "^2.1.0",
"connect-livereload": "^0.6.0",
"debug": "^2.2.0",
"easy-livereload": "^1.2.0",
"express": "^4.13.4",
"express-session": "^1.15.0",
"history": "^4.6.1",
"inject-lr-script": "^2.1.0",
"livereload": "^0.6.0",
"lodash": "^4.17.10",
"material-ui": "^0.18.6",
"material-ui-bottom-sheet": "^0.4.0",
"morgan": "~1.6.1",
"morphdom": "^2.3.1",
"node-dev": "^3.1.3",
"node-sass": "^4.5.2",
"nodemon": "^1.11.0",
"pg": "6.1.2",
"react": "^15.6.2",
"react-custom-scrollbars": "^4.1.2",
"react-dom": "^15.6.2",
"react-drawer": "^1.2.5",
"react-redux": "^5.0.2",
"react-router": "^3.0.1",
"react-router-redux": "^4.0.7",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.7.2",
"sass-loader": "^6.0.5",
"style-loader": "^0.13.1",
"superagent": "^3.3.1",
"superagent-as-promised": "^4.0.0",
"video-react": "^0.13.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.9.0",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"css-loader": "^0.26.1",
"deep-freeze": "0.0.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1"
}
}