-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
{
"name": "one",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"apollo-client": "^0.10.1",
"babel-runtime": "^6.22.0",
"bcrypt": "^1.0.2",
"body-parser": "^1.16.1",
"classnames": "^2.2.5",
"express": "^4.14.1",
"graphql": "^0.9.1",
"graphql-server-express": "^0.6.0",
"graphql-tag": "^1.2.4",
"graphql-tools": "^0.10.1",
"invariant": "^2.2.2",
"is_js": "^0.9.0",
"material-ui": "^0.17.0",
"meteor-node-stubs": "^0.2.5",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"react": "^15.4.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-addons-update": "^15.4.2",
"react-apollo": "^0.13.2",
"react-countup": "^1.3.0",
"react-dom": "^15.4.2",
"react-dropzone": "^3.11.0",
"react-komposer": "^2.0.0",
"react-mounter": "^1.2.0",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"sequelize": "^3.30.2"
},
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/seabey/one.git"
},
"author": "seabey",
"license": "ISC",
"bugs": {
"url": "https://github.com/seabey/one/issues"
},
"homepage": "https://github.com/seabey/one#readme",
"description": ""
}