forked from prisma-labs/yoga2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.47 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
87
{
"name": "@atto-byte/yoga",
"version": "0.6.8",
"main": "dist/index.js",
"private": false,
"repository": "https://github.com/atto-byte/yoga2.git",
"author": "William LUKE <william@atto-byte.com>",
"license": "MIT",
"scripts": {
"prepublish": "npm run build",
"build": "tsc --declaration",
"build:ci": "yarn build",
"watch": "tsc -d -w",
"lint": "eslint {src,test}/**/*.ts",
"cli": "ts-node src/cli/index.ts",
"pretty": "prettier **/*.ts --write",
"semantic-release": "dotenv semantic-release"
},
"bin": {
"yoga": "dist/cli/index.js"
},
"dependencies": {
"apollo-server-express": "^2.9.7",
"chalk": "^2.4.2",
"decache": "^4.5.1",
"dotenv": "^8.2.0",
"execa": "^3.2.0",
"express": "^4.17.1",
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0",
"graphql-middleware": "^4.0.1",
"graphql-shield": "^7.0.0",
"graphql-upload": "^8.1.0",
"inquirer": "^6.5.0",
"inquirer-path": "^1.0.0-beta5",
"js-yaml": "^3.13.1",
"meow": "^5.0.0",
"nexus": "0.11.7",
"nexus-prisma": "0.3.5",
"node-watch": "^0.6.3",
"ora": "^4.0.2",
"parse-github-url": "^1.0.2",
"pkginfo": "^0.4.1",
"pluralize": "^8.0.0",
"prettier": "^1.18.2",
"pretty-error": "2.1.1",
"prisma-datamodel": "^1.34.10",
"prisma-generate-schema": "^1.34.10",
"prisma-json-schema": "^0.1.3",
"request": "^2.88.0",
"tar": "^5.0.5",
"ts-node": "^8.4.1",
"typescript": "3.7.2",
"yargs": "^14.2.0"
},
"devDependencies": {
"@types/express": "4.17.1",
"@types/inquirer": "^6.5.0",
"@types/js-yaml": "3.12.1",
"@types/meow": "^5.0.0",
"@types/node": "12.12.3",
"@types/parse-github-url": "^1.0.0",
"@types/pluralize": "0.0.29",
"@types/prettier": "^1.18.3",
"@types/request": "^2.48.3",
"@types/rimraf": "^2.0.3",
"@types/tar": "^4.0.3",
"@types/tmp": "^0.1.0",
"@types/yargs": "13.0.3",
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@typescript-eslint/parser": "^2.6.0",
"dotenv-cli": "^3.0.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-graphql": "^3.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"semantic-release": "^15.13.28",
"semantic-release-cli": "^5.2.2"
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "all"
},
"gitHead": "28cdc869c914c90e90cce64cd31f3bc055d80336"
}