-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.34 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
{
"name": "nitic-astronomy",
"version": "0.1.0",
"repository": "https://github.com/astronomy-club-at-nitic/nitic-astronomy.git",
"license": "MIT",
"private": true,
"engines": {
"node": ">=18.0.0 <19",
"pnpm": ">=7.0.0"
},
"packageManager": "[email protected]",
"volta": {
"node": "18.16.0"
},
"scripts": {
"prepare": "husky install",
"all": "pnpm --filter @nitic-astronomy/*",
"apps": "pnpm --filter './apps/**'",
"website": "pnpm --filter @nitic-astronomy/website",
"packages": "pnpm --filter './packages/**'",
"jest": "pnpm --filter @nitic-astronomy/jest",
"eslint": "pnpm --filter @nitic-astronomy/eslint",
"prettier": "pnpm --filter @nitic-astronomy/prettier",
"stylelint": "pnpm --filter @nitic-astronomy/stylelint",
"tsconfig": "pnpm --filter @nitic-astronomy/tsconfig",
"cms": "pnpm --filter @nitic-astronomy/cms"
},
"devDependencies": {
"@types/jest": "29.5.1",
"@types/node": "18.16.9",
"@types/uuid": "9.0.1",
"cross-env": "7.0.3",
"eslint": "8.40.0",
"graphql": "16.6.0",
"graphql-type-json": "0.3.2",
"husky": "8.0.3",
"jest": "29.5.0",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"stylelint": "15.6.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"turbo": "1.9.5",
"typescript": "5.1.3"
}
}