-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.52 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
{
"name": "smartkit",
"private": true,
"version": "0.0.0",
"author": "syen",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/heapup-tech/smartkit.git"
},
"scripts": {
"prepare": "husky install",
"dev": "pnpm --recursive --parallel --filter=@heapup/smartkit* dev",
"dev:smartkit": "pnpm --filter=@heapup/smartkit dev",
"dev:smartkit-hooks": "pnpm --filter=@heapup/smartkit-hooks dev",
"preview:vite": "pnpm --filter apps-vite dev",
"preview:next": "pnpm --filter apps-next dev",
"dev:site": "pnpm --filter site dev",
"build": "pnpm --recursive --parallel --filter=@heapup/smartkit --filter=@heapup/smartkit-hooks --filter=@heapup/create-smartkit build",
"changeset": "changeset",
"release": "pnpm build && changeset publish",
"test": "vitest",
"test:ui": "vitest --ui"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^20.14.11",
"esbuild": "^0.23.0",
"husky": "^9.1.1",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"vitest": "^2.0.4"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
"dependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@vanilla-extract/vite-plugin": "^4.0.13",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.4",
"jsdom": "^24.1.1"
}
}