-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 4.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@omnidev/sigil",
"description": "Omni Sigil design system and library",
"author": "Brian Cooper <brian@omni.dev>",
"version": "0.12.2",
"license": "MIT",
"main": "build/sigil.js",
"module": "build/sigil.mjs",
"types": "build/sigil.d.ts",
"files": [
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/omnidotdev/sigil"
},
"exports": {
".": {
"types": "./build/sigil.d.ts",
"require": "./build/sigil.js",
"import": "./build/sigil.mjs"
},
"./index.css": "./build/sigil.css"
},
"scripts": {
"dev": "dotenv -e .env -c -- panda codegen && concurrently --kill-others -n \"PANDA,STORYBOOK\" -c \"#ffc83d,#ff4785\" \"bun dev:css\" \"bun storybook\"",
"dev:css": "panda --watch",
"build": "panda codegen && tsup",
"generate": "turbo gen",
"format": "prettier . --write",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"test": "test-storybook",
"test:coverage": "bun run test --coverage",
"test:ci": "concurrently --kill-others -s first -n \"STORYBOOK,TEST\" -c \"#ff4785,#45ba4b\" \"http-server storybook-static --port 6006 --silent\" \"wait-on tcp:127.0.0.1:6006 && bun test:coverage --ci\"",
"test:watch": "bun run test --watch",
"storybook": "storybook dev --quiet --no-open -p 6006",
"storybook:build": "NODE_OPTIONS='--max-old-space-size=8192'; panda codegen && storybook build",
"storybook:start": "bunx http-server storybook-static",
"studio": "panda studio",
"studio:build": "panda codegen && panda studio --build",
"changeset": "changeset",
"release": "bun run build && changeset publish",
"prepare": "husky && panda codegen --silent"
},
"peerDependencies": {
"@pandacss/dev": ">0.47.0",
"@pandacss/types": ">0.47.0",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
"devDependencies": {
"@ark-ui/anatomy": "^3.5.0",
"@ark-ui/react": "^4.1.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@omnidev/knit": "^0.1.2",
"@pandacss/dev": "0.47.1",
"@pandacss/studio": "^0.47.1",
"@pandacss/types": "0.47.1",
"@storybook/addon-a11y": "^8.4.2",
"@storybook/addon-coverage": "^1.0.4",
"@storybook/addon-docs": "^8.4.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/addon-storysource": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/manager-api": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/react-vite": "^8.4.2",
"@storybook/test-runner": "^0.19.1",
"@storybook/theming": "^8.4.2",
"@testing-library/dom": "^10.4.0",
"@turbo/gen": "^2.2.3",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"concurrently": "^9.1.0",
"dotenv-cli": "^7.4.2",
"eslint": "8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-storybook": "^0.11.0",
"eslint-plugin-testing-library": "^6.4.0",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"eslint-plugin-unused-imports": "^4.1.4",
"http-server": "^14.1.1",
"husky": "^9.1.6",
"jest": "^29.7.0",
"knip": "^5.36.3",
"lint-staged": "^15.2.10",
"next": "^15.0.3",
"prettier": "^3.3.3",
"radash": "^12.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"storybook": "^8.4.2",
"storybook-dark-mode": "^4.0.2",
"ts-pattern": "^5.5.0",
"tsup": "^8.3.5",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"usehooks-ts": "^3.1.0",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^5.1.1"
},
"trustedDependencies": [
"@swc/core",
"core-js-pure",
"esbuild",
"sharp"
]
}