-
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) · 843 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 843 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
{
"name": "@ui8kit/framework",
"version": "0.0.1",
"description": "Next generation UI system for React & HTML5/CSS3 - type-safe components with semantic static generation",
"private": true,
"license": "GPL-3.0",
"keywords": ["ui", "react", "html5", "css3", "semantic", "static-site", "monorepo", "turbo"],
"type": "module",
"author": {
"name": "buildy",
"url": "https://ui.buildy.tw"
},
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "bunx turbo run dev",
"build": "bunx turbo run build",
"preview": "bunx turbo run preview",
"test": "bunx turbo run test",
"lint": "bunx turbo run lint",
"generate": "bunx turbo run generate --filter=./apps/local --"
},
"packageManager": "bun@1.3.3",
"devDependencies": {
"serve": "^14.2.5",
"turbo": "^2.5.6"
}
}