-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1015 Bytes
/
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
{
"name": "float-browser",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"local": "tauri dev",
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@solidjs/router": "^0.13.4",
"@suid/icons-material": "^0.7.0",
"@suid/material": "^0.16.0",
"@suid/vite-plugin": "^0.2.0",
"@tauri-apps/api": "^1",
"jsoneditor": "^10.0.3",
"lodash-es": "^4.17.21",
"solid-js": "^1.8.17",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@types/jsoneditor": "^9.9.5",
"@types/lodash-es": "^4.17.12",
"and": "^0.0.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-solid": "^2.10.2"
},
"lint-staged": {
"*.{ts, tsx, js,css,md}": "prettier --write"
}
}