This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.77 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
{
"name": "@kleinweb/logan-center",
"packageManager": "[email protected]",
"version": "0.3.0",
"license": "GPL-3.0-or-later",
"private": true,
"author": {
"name": "Klein College of Media and Communication",
"email": "[email protected]",
"url": "https://github.com/kleinweb"
},
"repository": {
"type": "git",
"url": "https://github.com/kleinweb/logan-center"
},
"bugs": {
"url": "https://github.com/kleinweb/logan-center/issues",
"email": "[email protected]"
},
"homepage": "https://templelogancenter.org",
"engines": {
"node": ">=16",
"npm": "use-yarn-instead"
},
"scripts": {
"prepare": "husky install",
"codegen": "graphql-codegen --config .graphqlrc.yml --require dotenv/config",
"codegen:watch": "yarn run codegen -- --watch",
"dev": "turbo run dev --no-cache --continue",
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "turbo run clean",
"build": "yarn run codegen && turbo run build",
"copy": "turbo run copy"
},
"workspaces": [
"apps/nextjs",
"packages/*"
],
"dependencies": {
"@graphql-codegen/cli": "^3.2.1",
"dotenv": "16.0.3",
"dotenv-cli": "^7.0.0",
"graphql": "^16.6.0",
"graphql-config": "^4.5.0",
"graphql-tag": "^2.12.6"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.2.1",
"@graphql-codegen/client-preset": "2.1.0",
"@graphql-codegen/introspection": "3.0.1",
"@graphql-codegen/schema-ast": "3.0.1",
"@types/node": "^18.14.6",
"@types/prettier": "^2.7.2",
"commitlint": "^17.4.4",
"concurrently": "^7.6.0",
"eslint": "^8.35.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.4",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
"turbo": "^1.8.3",
"typescript": "^4.9.5"
}
}