-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 KB
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
{
"name": "cloudkit.dle.dev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:api": "turbo run @cloudkit/service-contract#build",
"build:prod:api": "turbo run @cloudkit/swagger-ui#build",
"dev:storybook": "turbo run @cloudkit/styleguide#storybook",
"dev": "dotenv -e .env.development -- turbo run dev",
"dev:api": "turbo run @cloudkit/swagger-ui#dev",
"prepare": "husky",
"clean": "rimraf --glob .svelte-kit build dist .turbo",
"lint": "turbo run lint -- --fix",
"check": "turbo run check",
"test": "turbo run test",
"sync": "turbo run sync",
"build:local": "dotenv -e .env.development -- turbo run build",
"build": "turbo run build",
"studio":"pnpm --filter=@cloudkit/db-schema studio"
},
"devDependencies": {
"@types/node": "22.7.6",
"@types/uuid": "^10.0.0",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"husky": "^9.1.5",
"lint-staged": "15.2.10",
"rimraf": "^6.0.1",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vite": "5.4.9",
"vite-plugin-tailwind-purgecss": "0.3.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "2.1.3",
"wrangler": "3.84.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "5.21.0",
"eslint-plugin-yml": "^1.14.0",
"turbo": "^2.2.1"
},
"packageManager": "pnpm@9.15.2",
"engines": {
"node": ">=v20",
"pnpm": ">=9"
}
}