-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.26 KB
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
{
"name": "lagrange",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite-ssg build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@codemirror/commands": "^6.8.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.4",
"@material/web": "^2.2.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-http": "^2.4.2",
"@tauri-apps/plugin-opener": "^2",
"@vueuse/core": "^13.0.0",
"codemirror": "^6.0.1",
"lucide-vue-next": "^0.482.0",
"motion-v": "^0.13.0",
"pinia": "^3.0.1",
"prettier": "^3.5.3",
"reka-ui": "^2.1.0",
"splitpanes": "^4.0.3",
"vue": "^3.5.13",
"vue-command-palette": "^0.2.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.14",
"@tauri-apps/cli": "^2",
"@types/splitpanes": "^2.2.6",
"@unhead/vue": "^2.0.0-rc.13",
"@vitejs/plugin-vue": "^5.2.2",
"beasties": "^0.2.0",
"sass": "^1.85.1",
"sass-loader": "^16.0.5",
"tailwindcss": "^4.0.14",
"typescript": "~5.8.2",
"unplugin-auto-import": "^19.1.1",
"unplugin-vue-components": "^28.4.1",
"vite": "^6.2.2",
"vite-bundle-analyzer": "^0.18.0",
"vite-ssg": "^25.2.0",
"vue-router": "^4.5.0",
"vue-tsc": "^2.2.8"
}
}