-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.28 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.28 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
{
"name": "@fujocoded/astrolabe",
"private": true,
"type": "module",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --filter=!@fujocoded/astrolabe-storybook",
"test": "turbo run test",
"test:watch": "turbo run test -- --watch",
"lexicon:emit": "prototypey gen-emit ./lexicons ./plugins/**/lexicon.ts",
"storybook": "turbo run build && turbo run storybook --filter=@fujocoded/astrolabe-storybook",
"build-storybook": "turbo run build && turbo run build-storybook --filter=@fujocoded/astrolabe-storybook",
"yalc:publish": "node .yalc-publish-all.js",
"yalc:push": "node .yalc-publish-all.js --push"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@storybook/addon-docs": "^10.0.2",
"@storybook/addon-vitest": "^10.0.2",
"@storybook/react-vite": "catalog:storybook",
"@types/node": "^24.9.2",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"tsdown": "^0.15.12",
"turbo": "^2.6.0",
"typescript": "^5.9.3",
"vitest": "^4.0.6",
"yalc": "1.0.0-pre.53"
},
"packageManager": "pnpm@10.20.0",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"dependencies": {
"prototypey": "^0.3.3"
}
}