-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.8 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
{
"name": "memoirs",
"private": true,
"description": "Store your memoirs where they won't get deleted",
"repository": "n8e/memoirs",
"version": "0.1.0",
"scripts": {
"prestart": "npm i babel-cli webpack -g",
"start": "babel-node ./server.js",
"build": "babel-node ./server.js",
"update-schema": "babel-node ./scripts/updateSchema.js",
"test": "jest"
},
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.23.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-plugin-relay": "^1.0.1",
"bcrypt-node": "^0.1.0",
"bcrypt-nodejs": "0.0.3",
"chokidar": "1.6.0",
"classnames": "2.2.5",
"dotenv": "^2.0.0",
"express": "4.14.0",
"express-graphql": "0.5.4",
"formsy-react": "^0.19.2",
"formsy-react-components": "^0.10.1",
"global": "^4.3.2",
"graphql": "0.7.0",
"graphql-relay": "0.4.3",
"jsonwebtoken": "^7.2.1",
"jwt-decode": "^2.1.0",
"mongoose": "^4.7.2",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.5.4",
"react-ellipsis-text": "^1.0.0",
"react-relay": "^0.10.0",
"react-router": "^3.0.2",
"react-router-relay": "^0.13.5",
"require-clean": "0.1.3",
"webpack": "1.13.2",
"webpack-dev-server": "1.15.1"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-jest": "^18.0.0",
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"jest": "^18.1.0",
"react-addons-test-utils": "^15.4.2",
"react-test-renderer": "^15.4.2"
}
}