-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
65 lines (65 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
{
"private": true,
"scripts": {
"start": "NODE_ENV=production webpack --progress && NODE_ENV=production node server.js",
"dev": "webpack-dev-server -d --hot --inline --no-info --port 3000",
"build": "webpack --progress -p --config=webpack.dist.config.js"
},
"dependencies": {
"apollo-client": "1.0.1",
"auth0-js": "8.5.0",
"auth0-lock": "10.14.0",
"classnames": "2.2.5",
"eslint-plugin-react": "6.6.0",
"extract-text-webpack-plugin": "2.1.0",
"graphql-tag": "^1.3.1",
"immutability-helper": "2.1.2",
"jwt-decode": "2.2.0",
"prop-types": "15.5.8",
"react": "15.4.2",
"react-apollo": "1.0.0",
"react-dom": "15.4.2",
"react-native": "0.41.2",
"react-redux": "5.0.3",
"react-router": "4.0.0",
"react-router-dom": "4.0.0",
"react-s-alert": "1.3.0",
"react-timeago": "3.2.0",
"redux": "^3.6.0",
"redux-thunk": "2.2.0",
"smoothscroll": "0.3.0",
"smoothscroll-polyfill": "^0.3.5",
"subscriptions-transport-ws": "0.5.5",
"webpack": "2.4.1",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-stylus-compiler": "1.4.0",
"babel-plugin-transform-css-import-to-string": "0.0.2",
"babel-plugin-version-inline": "1.0.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "6.5.0",
"css-loader": "0.23.1",
"eslint": "3.0.1",
"eslint-config-standard": "^5.3.5",
"eslint-config-standard-react": "^3.0.0",
"eslint-loader": "^1.4.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"html-webpack-plugin": "^2.22.0",
"koa": "2.2.0",
"koa-convert": "1.2.0",
"koa-static": "3.0.0",
"style-loader": "^0.13.1",
"webpack": "2.4.1",
"webpack-dev-server": "1.14.1"
}
}