This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
53 lines (53 loc) · 1.57 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
{
"name": "sanity-codegen-monorepo",
"version": "1.0.0-alpha.12",
"private": true,
"description": "Generate TypeScript types for your Sanity.io projects",
"homepage": "https://github.com/ricokahler/sanity-codegen",
"bugs": "https://github.com/ricokahler/sanity-codegen/issues",
"repository": {
"type": "git",
"url": "https://github.com/ricokahler/sanity-codegen"
},
"license": "MIT",
"author": {
"name": "Rico Kahler",
"email": "[email protected]",
"url": "https://github.com/ricokahler"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build --workspaces",
"clean": "npm run clean --workspaces && rm -rf node_modules",
"lint": "npm run lint --workspaces",
"nuke": "npm run clean && rm -rf package-lock.json",
"sort-package-json": "sort-package-json && npm run sort-package-json --workspaces",
"test": "jest",
"typecheck": "tsc -b"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/node": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@sanity/eslint-config-studio": "^2.0.1",
"@types/jest": "^29.2.6",
"@types/node": "^18.11.18",
"@types/node-fetch": "^2.6.2",
"common-tags": "^1.8.2",
"eslint": "^8.32.0",
"fast-glob": "^3.2.12",
"jest": "^29.3.1",
"lerna": "^7.0.0",
"node-fetch": "^3.3.0",
"prettier": "^2.8.3",
"rollup": "^3.10.0",
"semver": "^7.3.8",
"sort-package-json": "^2.1.0",
"typescript": "^4.9.4"
}
}