-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 KB
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
{
"name": "sendput-platform",
"version": "0.0.1",
"description": "The monorepo for the Sendput platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colark/platform.git"
},
"author": "Colark Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/colark/platform/issues"
},
"homepage": "https://github.com/colark/platform#readme",
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"axios": "^0.18.0",
"cors": "^2.8.4",
"js-yaml": "^3.12.0",
"nodemon": "^1.18.4",
"unstack": "^0.0.6",
"unstack-env-context": "^0.0.1"
},
"devDependencies": {
"@bloomprotocol/share-kit": "1.1.1",
"apollo-cache-inmemory": "^1.2.10",
"apollo-client": "^2.4.2",
"apollo-link-http": "^1.5.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.3",
"emotion": "^9.2.12",
"emotion-server": "^9.2.12",
"express": "^4.16.3",
"graphql": "^0.13.2",
"graphql-tag": "^2.10.0",
"graphql-tools": "^3.1.1",
"graphql-yoga": "^1.16.2",
"http-proxy": "^1.17.0",
"react": "^16.5.2",
"react-apollo": "^2.2.4",
"react-dom": "^16.5.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"styled-components": "^3.4.9",
"write-yaml": "^1.0.0",
"prisma-binding": "^2.1.6"
}
}