-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 5.36 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "@ukdanceblue/monorepo",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/UKDanceBlue/monorepo.git"
},
"license": "MPL-2.0",
"author": {
"name": "University of Kentucky DanceBlue Tech Committee",
"email": "[email protected]",
"url": "https://danceblue.org"
},
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"common:build": "yarn workspace @ukdanceblue/common run build",
"common:watch": "yarn workspace @ukdanceblue/common run watch",
"docker:server:start": "docker-compose up -d --build",
"docker:server:stop": "docker-compose down",
"gql:build:mobile": "graphql-codegen-esm --config graphql.config.ts --project mobile",
"gql:build": "yarn gql:build:mobile",
"gql:watch:mobile": "chokidar \"packages/mobile/src/**/*\" --ignore \"packages/mobile/src/graphql/**/*\" --initial --silent --verbose --command \"yarn gql:build:mobile\"",
"postinstall": "yarn constraints",
"mobile:check": "yarn workspace @ukdanceblue/mobile check",
"mobile:start": "yarn workspace @ukdanceblue/mobile start",
"mobile:start:tunnel": "yarn workspace @ukdanceblue/mobile start:tunnel",
"portal:build": "yarn workspace @ukdanceblue/portal build",
"portal:check": "yarn workspace @ukdanceblue/portal check",
"portal:dev": "yarn workspace @ukdanceblue/portal dev",
"portal:refine-devtools": "yarn workspace @ukdanceblue/portal refine-devtools",
"repo:check": "yarn server:check && echo 'Server \t\t✅' && yarn portal:check && echo 'Portal \t\t✅' && yarn mobile:check&& echo 'Mobile \t\t✅'",
"repo:check-and-lint": "yarn repo:check && yarn repo:lint && echo 'Lint \t\t✅'",
"repo:coverage": "vitest run --coverage",
"repo:coverage-browser": "vitest run --coverage --reporter html && yarn dlx vite preview --outDir html",
"repo:format": "prettier --check --log-level warn . && echo 'Prettier \t✅'",
"repo:format:fix": "prettier --write --log-level warn . && echo 'Prettier \t✅'",
"repo:licenses:check": "yarn licenses audit --allowed MIT --allowed Beerware --allowed MPL-2.0 --allowed BSD-3-Clause --allowed BSD-2-Clause --allowed Apache-2.0",
"repo:licenses:gen-disclaimer": "yarn licenses generate-disclaimer -R > DISCLAIMER",
"repo:lint": "eslint --cache .",
"repo:lint:fix": "eslint --cache --fix .",
"repo:lint:report": "eslint --output-file eslint_report.json --format json .",
"repo:lint:view-config": "yarn dlx @eslint/config-inspector@latest",
"repo:sort-package-json": "sort-package-json package.json ./packages/*/package.json",
"repo:test": "vitest",
"repo:test-ui": "vitest --ui --coverage",
"repo:gen-doc": "typedoc",
"repo:gen-doc:watch": "typedoc --watch",
"server:bs": "yarn workspace @ukdanceblue/server run bs",
"server:build": "yarn workspace @ukdanceblue/server run build",
"server:check": "yarn workspace @ukdanceblue/server run check",
"server:dev": "yarn workspace @ukdanceblue/server run dev",
"server:prisma": "yarn workspace @ukdanceblue/server prisma",
"server:prisma-generate": "yarn workspace @ukdanceblue/server prisma generate --no-hints",
"server:start": "yarn workspace @ukdanceblue/server run start",
"server:repl": "yarn workspace @ukdanceblue/server run repl"
},
"resolutions": {
"@graphql-codegen/client-preset@npm:^4.4.0": "patch:@graphql-codegen/client-preset@npm%3A4.4.0#~/.yarn/patches/@graphql-codegen-client-preset-npm-4.4.0-d441b92060.patch",
"promise": "npm:promise@^8.3.0",
"urijs": "npm:uri-js-replace"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/config-inspector": "^0.5.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@expo/ngrok": "^4.1.3",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "patch:@graphql-codegen/client-preset@npm%3A4.4.0#~/.yarn/patches/@graphql-codegen-client-preset-npm-4.4.0-d441b92060.patch",
"@graphql-eslint/eslint-plugin": "^4.3.0",
"@parcel/watcher": "^2.5.0",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__eslintrc": "^2.1.2",
"@types/eslint__js": "^8.42.3",
"@types/react": "~18.3.14",
"@types/react-dom": "~18.3.2",
"@typescript-eslint/utils": "^8.17.0",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.14",
"@vitest/ui": "^2.1.8",
"@yarnpkg/types": "^4.0.0",
"babel-cli": "^6.26.0",
"chokidar-cli": "^3.0.0",
"eslint": "9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^17.14.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.13.0",
"graphql": "^16.9.0",
"graphql-scalars": "^1.24.0",
"node-gyp": "^11.0.0",
"prettier": "^3.4.2",
"sort-package-json": "^2.12.0",
"ts-node": "^10.9.2",
"typedoc": "^0.27.3",
"typedoc-plugin-dt-links": "^1.1.2",
"typedoc-plugin-mdn-links": "^4.0.4",
"typedoc-plugin-missing-exports": "^3.1.0",
"typedoc-plugin-zod": "^1.3.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0",
"vitest": "^2.1.8"
},
"packageManager": "[email protected]+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90"
}