-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "graph-engineering",
"version": "0.0.0",
"description": "User interface for creating and interacting with GraphQL schemas.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GraphEngineering/graph-engineering.git"
},
"scripts": {
"clean": "rimraf build tmp .cache",
"dev": "parcel src/index.html",
"dev:spike": "nodemon"
},
"author": "CryptoGraph",
"license": "MIT",
"dependencies": {
"d3": "^5.0.0",
"graphql": "^0.13.1",
"graphql-tag": "^2.8.0",
"graphql-tools": "^2.21.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2"
},
"devDependencies": {
"@cryptograph/typescript-tooling": "^1.0.5",
"@types/d3": "^5.0.0",
"@types/graphql": "^0.12.4",
"@types/react": "^16.0.36",
"@types/react-dom": "^16.0.3",
"@types/react-redux": "^5.0.15",
"node-sass": "^4.8.3",
"nodemon": "^1.17.1",
"parcel-bundler": "^1.6.2",
"postcss-modules": "^1.1.0",
"ts-node": "^5.0.1",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.7.0",
"typescript": "^2.7.1"
}
}