-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
63 lines (63 loc) · 1.97 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
{
"name": "zmk-studio",
"private": true,
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"tauri": "tauri",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-cli": "^2.0.0",
"@zmkfirmware/zmk-studio-ts-client": "^0.0.18",
"emittery": "^1.0.3",
"immer": "^10.1.1",
"lucide-react": "^0.445.0",
"react": "^18.2.0",
"react-aria-components": "^1.4.0",
"react-dom": "^18.2.0",
"tailwindcss-react-aria-components": "^1.1.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.5",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/addon-onboarding": "^8.0.10",
"@storybook/blocks": "^8.3.5",
"@storybook/react": "^8.0.10",
"@storybook/react-vite": "^8.0.10",
"@storybook/test": "^8.0.10",
"@tauri-apps/cli": "^2.0.0-beta.20",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/w3c-web-serial": "^1.0.6",
"@types/web-bluetooth": "^0.0.20",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.38",
"prettier": "3.3.2",
"run-script-os": "^1.1.6",
"storybook": "^8.0.10",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.4.8"
},
"optionalDependencies": {
"@esbuild/darwin-arm64": "0.23.0",
"@rollup/rollup-darwin-arm64": "^4.18.1"
}
}