-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 4.11 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": "@animareflection/ui",
"description": "Anima Reflection design system and library",
"version": "0.21.1",
"license": "MIT",
"main": "build/ui.js",
"module": "build/ui.mjs",
"types": "build/ui.d.ts",
"files": [
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/animareflection/ui"
},
"exports": {
".": {
"require": "./build/ui.js",
"import": "./build/ui.mjs",
"types": "./build/ui.d.ts"
},
"./next": {
"require": "./build/next.js",
"import": "./build/next.mjs",
"types": "./build/next.d.ts"
},
"./index.css": "./build/ui.css"
},
"scripts": {
"dev": "panda codegen && concurrently --kill-others -n \"PANDA,STORYBOOK\" -c \"#ffc83d,#ff4785\" \"bun dev:css\" \"bun storybook\"",
"dev:css": "panda --watch",
"prepare:css": "panda codegen",
"build": "panda codegen && tsup",
"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\" \"bunx http-server storybook-static --port 6006 --silent\" \"bunx 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": "panda codegen && storybook build",
"studio": "panda studio",
"studio:build": "panda studio --build",
"changeset": "changeset",
"release": "bun run build && changeset publish",
"postinstall": "husky install"
},
"resolutions": {
"@zag-js/store": "^0.21.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@ark-ui/anatomy": "^1.2.0",
"@ark-ui/react": "^1.2.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/types": "^18.4.3",
"@omnidev/knit": "^0.1.2",
"@pandacss/dev": "^0.24.2",
"@pandacss/types": "^0.24.2",
"@storybook/addon-a11y": "^7.6.6",
"@storybook/addon-coverage": "^1.0.0",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addon-links": "^7.6.6",
"@storybook/blocks": "^7.6.6",
"@storybook/builder-webpack5": "^7.6.6",
"@storybook/jest": "^0.2.3",
"@storybook/manager-api": "^7.6.6",
"@storybook/nextjs": "^7.6.6",
"@storybook/react": "^7.6.6",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.6.6",
"@storybook/types": "^7.6.6",
"@testing-library/dom": "^9.3.3",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"eslint-plugin-unused-imports": "^3.0.0",
"framer-motion": "^10.17.4",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"jsonfile": "^6.1.0",
"lint-staged": "^15.2.0",
"next": "^14.0.4",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"radash": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"storybook": "^7.6.6",
"storybook-dark-mode": "^3.0.3",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"usehooks-ts": "^2.9.1",
"wait-on": "^7.2.0",
"webpack": "^5.89.0"
}
}