-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 929 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 929 Bytes
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
{
"name": "schema-component",
"private": true,
"version": "0.0.0",
"description": "Schema Component - A powerful schema-driven component system",
"scripts": {
"bootstrap": "pnpm install",
"clean": "pnpm -r exec rm -rf dist node_modules",
"build": "pnpm -r run build",
"build:ci": "pnpm -r --workspace-concurrency=1 run build",
"test": "pnpm -r run test",
"dev": "pnpm -r --parallel run dev",
"storybook": "pnpm --filter storybook storybook",
"build-storybook": "pnpm --filter storybook build"
},
"devDependencies": {
"lerna": "^8.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vite-plugin-dts": "^3.7.0"
},
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8.0.0"
},
"packageManager": "pnpm@8.15.0",
"keywords": [
"schema-component",
"schema",
"engine",
"theme",
"storybook",
"monorepo"
],
"author": "",
"license": "MIT"
}