-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.35 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
45
46
47
{
"name": "@premui/design-system",
"version": "0.1.0",
"description": "PremUI — Code-first, AI-native design system component library",
"private": true,
"scripts": {
"dev": "storybook dev -p 6006",
"build:tokens": "npx style-dictionary build --config sd.config.js",
"build:storybook": "storybook build",
"build": "npm run build:tokens && npm run build:storybook",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"icons:generate": "node scripts/generate-icon-list.js"
},
"keywords": [
"design-system",
"ui",
"tokens",
"storybook"
],
"author": "",
"license": "ISC",
"dependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"remixicon": "^4.9.1",
"typescript": "^6.0.2"
},
"devDependencies": {
"@storybook/addon-a11y": "^8.6.18",
"@storybook/addon-docs": "^8.6.18",
"@storybook/addon-essentials": "^8.6.18",
"@storybook/experimental-addon-test": "^8.6.18",
"@storybook/manager-api": "^8.6.18",
"@storybook/react-vite": "^8.6.18",
"@storybook/theming": "^8.6.18",
"@types/node": "^26.1.1",
"@vitest/browser": "^3.0.0",
"playwright": "^1.49.0",
"storybook": "^8.6.18",
"style-dictionary": "^5.4.0",
"vite": "^5.0.0",
"vitest": "^3.0.0"
}
}