-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.27 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
76
77
78
79
80
81
82
83
84
85
86
{
"name": "gratigoose",
"version": "1.5.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"db:migrate": "node server/db/migrate",
"start": "cross-env DEBUG=gg node server/index",
"start:watch": "nodemon server/index",
"test": "jest",
"test:watch": "npm run test -- --watch"
},
"engines": {
"node": "9.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaketrent/gratigoose.git"
},
"author": "jaketrent",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaketrent/gratigoose/issues"
},
"homepage": "https://github.com/jaketrent/gratigoose#readme",
"devDependencies": {
"jest": "^21.2.1",
"nodemon": "^1.10.0"
},
"dependencies": {
"axios": "^0.13.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"bcrypt": "^1.0.2",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"d3": "^4.2.6",
"debug": "^3.1.0",
"dotenv": "^4.0.0",
"file-loader": "^1.1.5",
"focus-trap-react": "^3.0.1",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-json-error": "^3.0.1",
"koa-logger": "^2.0.1",
"koa-mount": "^2.0.0",
"koa-passport": "^3.0.0",
"koa-pg-session": "^2.0.1",
"koa-route": "^3.2.0",
"koa-session": "^5.5.0",
"koa-webpack-dev-middleware": "^2.0.2",
"koa-webpack-hot-middleware": "^1.0.3",
"massive": "^2.5.0",
"massive-migrate": "^0.10.0",
"page": "^1.7.1",
"pg": "^7.4.0",
"pg-escape": "^0.2.0",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"prompt": "^1.0.0",
"qs": "^6.2.1",
"react": "^15.3.0",
"react-autocomplete": "^1.2.1",
"react-dimensions": "^1.3.0",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.3.0",
"react-motion": "^0.4.5",
"react-redux": "^4.4.5",
"react-responsive": "^1.1.4",
"react-styleable": "^2.2.4",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-saga": "^0.11.0",
"redux-types": "^1.0.0",
"style-loader": "^0.19.0",
"uuid": "^3.1.0",
"webpack": "^3.8.1"
}
}