-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.23 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
{
"name": "nowo-tech/ui-kit-bundle-assets",
"private": true,
"type": "module",
"packageManager": "pnpm@9.15.0",
"scripts": {
"build": "VITE_ENTRY=modal vite build && VITE_ENTRY=shell vite build && VITE_ENTRY=toast vite build && VITE_ENTRY=confirm vite build && VITE_ENTRY=page-loader vite build && VITE_ENTRY=theme vite build && VITE_ENTRY=orb vite build && VITE_ENTRY=clipboard vite build && VITE_ENTRY=tabs vite build",
"build:modal": "VITE_ENTRY=modal vite build",
"build:shell": "VITE_ENTRY=shell vite build",
"build:toast": "VITE_ENTRY=toast vite build",
"build:confirm": "VITE_ENTRY=confirm vite build",
"build:page-loader": "VITE_ENTRY=page-loader vite build",
"build:theme": "VITE_ENTRY=theme vite build",
"build:orb": "VITE_ENTRY=orb vite build",
"build:clipboard": "VITE_ENTRY=clipboard vite build",
"build:tabs": "VITE_ENTRY=tabs vite build",
"watch": "VITE_ENTRY=modal vite build --watch",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.2.4",
"happy-dom": "^20.14.3",
"typescript": "~7.0.2",
"vite": "^8.3.0",
"vitest": "^3.2.4"
}
}