-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.05 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
{
"name": "byob",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --inline --content-base --history-api-fallback",
"test": "node_modules/.bin/mocha ./test/**.js || true"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"chai-http": "^3.0.0",
"chai-jsx": "^1.0.1",
"css-loader": "^0.26.1",
"css-modules-require-hook": "^4.0.5",
"enzyme": "^2.7.1",
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-config-standard-jsx": "^3.2.0",
"eslint-config-standard-react": "^4.2.0",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-standard": "^2.0.1",
"file-loader": "^0.10.0",
"jsdom": "^9.9.1",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"mocha-loader": "^0.7.1",
"node-sass": "^4.3.0",
"react-addons-test-utils": "^15.4.2",
"react-test-renderer": "^15.5.4",
"sass-loader": "^4.1.1",
"sinon": "^1.17.7",
"style-loader": "^0.13.1",
"url-loader": "^0.5.8",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"auth0-js": "^8.5.0",
"auth0-lock": "^10.14.0",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"jwt-decode": "^2.2.0",
"knex": "^0.12.8",
"material-ui": "^0.17.2",
"moment": "^2.18.1",
"nodemon": "^1.11.0",
"pg": "^6.1.5",
"react": "^15.5.3",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.5.3",
"react-router": "^3.0.1",
"react-tap-event-plugin": "^2.0.1"
}
}