generated from ZanzyTHEbar/SolidJSTauri
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
91 lines (91 loc) · 3.17 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
{
"name": "etvr-firmware-flasher-tool",
"version": "1.6.0",
"private": true,
"description": "A SolidJS project for EyeTrackVR",
"author": "EyeTrackVR",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "vite start",
"serve": "vite preview",
"setup": "pnpm install && pnpm run specta:post-install",
"tauri:dev": "tauri dev",
"tauri:dev:release": "tauri dev --release",
"tauri:build": "tauri build",
"tauri:build:dev": "tauri build --debug",
"tauri:update": "cd src-tauri && cargo update && cargo upgrade",
"tauri:clean": "cd src-tauri && cargo clean",
"specta:post-install": "pnpm run specta:gen && pnpm run specta:build",
"specta:build": "pnpm --stream -r specta:build",
"specta:gen": "pnpm --stream -r specta:gen",
"docs": "jsdoc -c jsdoc.conf.json",
"lint": "eslint --ext .js,.ts,.jsx,.tsx src",
"format": "pnpm run lint --fix & pnpm prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"update-deps": "pnpm up -Li",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@tailwindcss/forms": "^0.5.10",
"@tauri-apps/api": "1.6.0",
"@tauri-apps/cli": "1.6.3",
"@types/node": "^22.10.7",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"better-docs": "^2.7.3",
"daisyui": "4.6.0",
"eslint": "^9.18.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-autofix": "^2.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-solid": "^0.14.5",
"https-localhost": "^4.7.1",
"jsdoc": "^4.0.4",
"postcss": "^8.5.1",
"postcss-import": "^16.1.0",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-solid": "^2.11.0"
},
"dependencies": {
"@kobalte/core": "^0.13.7",
"@kobalte/tailwindcss": "^0.9.0",
"@optimize-lodash/rollup-plugin": "^5.0.0",
"@solid-primitives/i18n": "^2.1.1",
"@solid-primitives/map": "^0.5.0",
"@solid-primitives/refs": "^1.0.8",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.3",
"@stitches/core": "^1.2.8",
"@tailwindcss/typography": "^0.5.16",
"babel-preset-solid": "^1.9.3",
"class-variance-authority": "^0.7.1",
"esptool-js": "^0.5.4",
"fp-ts": "^2.16.9",
"highlight.js": "^11.11.1",
"lodash": "^4.17.21",
"solid-form-handler": "^1.2.3",
"solid-headless": "^0.13.1",
"solid-i18n": "^1.1.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.4",
"solid-spinner": "^0.2.0",
"solid-transition-group": "^0.2.3",
"solidjs-icons": "^1.0.12",
"solidjs-use": "^2.3.0",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
"tauri-plugin-request-client": "workspace:*",
"tauri-plugin-serialport-api": "github:deid84/tauri-plugin-serialport#v1.0.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
"tauri-plugin-upload-api": "github:tauri-apps/tauri-plugin-upload"
}
}