-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "antalmanac",
"version": "1.0.0",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/icssc/Antalmanac"
},
"scripts": {
"prepare": "husky install",
"start:aa": "turbo start --filter=antalmanac",
"start": "cross-env VITE_LOCAL_SERVER=true turbo start",
"build:aa": "turbo build --filter=antalmanac",
"build": "turbo build",
"deploy:aa": "turbo deploy --filter=antalmanac",
"deploy:cdk": "turbo deploy --filter=cdk",
"deploy": "turbo deploy",
"test": "vitest"
},
"devDependencies": {
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.6",
"cross-env": "^7.0.3",
"eslint-import-resolver-typescript": "^3.6.1",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.1.1",
"prettier": "^3.1.0",
"turbo": "latest",
"vitest": "^0.34.4"
},
"packageManager": "pnpm@9.11.0",
"engines": {
"pnpm": "^9.0.0",
"node": ">=16"
}
}