-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.16 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
{
"private": true,
"name": "stencil-design-system",
"version": "0.1.11",
"scripts": {
"build": "pnpm convert-scss-to-js && turbo run build",
"build:storybook": "turbo run build --filter=storybook",
"clean": "turbo run clean",
"dev": "turbo run dev --filter=@orama/wc-components --filter=storybook",
"dev:demo": "turbo run dev --filter=demo-react --filter=demo-vue --filter=demo-angular",
"dev:demo:react": "turbo run dev --filter=demo-react ",
"dev:all": "turbo run dev",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo run lint",
"maintenance": "turbo run maintenance",
"publish:packages": "node scripts/release.mjs",
"convert-scss-to-js": "cd packages/ui-stencil && node extract-scss-vars.js"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@turbo/gen": "^2.0.5",
"eslint": "^9.5.0",
"eslint-config-custom": "workspace:*",
"eslint-plugin-html": "^8.1.1",
"prettier": "^3.3.2",
"turbo": "^2.0.5"
},
"engines": {
"node": ">=20",
"yarn": "Please use pnpm instead of Yarn to install dependencies",
"pnpm": ">=8.10.0"
},
"packageManager": "[email protected]"
}