-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 985 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 985 Bytes
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
{
"name": "shikenmatrix",
"type": "module",
"version": "2.0.0",
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
"description": "",
"license": "MIT",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-opener": "^2.5.3",
"gsap": "^3.15.0",
"solid-js": "^1.9.12"
},
"devDependencies": {
"@antfu/eslint-config": "^8.2.0",
"@iconify-json/mingcute": "^1.2.7",
"@tauri-apps/cli": "^2.10.1",
"@types/node": "^25.6.0",
"eslint": "^10.2.0",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-solid": "^0.14.5",
"jiti": "^2.6.1",
"typescript": "~6.0.3",
"unplugin-icons": "^23.0.1",
"vite": "^8.0.10",
"vite-plugin-solid": "^2.11.12"
}
}