-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.79 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
{
"name": "algohub",
"private": true,
"version": "0.1.0",
"type": "module",
"license": "AGPL-3.0-only",
"scripts": {
"start": "tailwindcss -i ./input.css -o ./src/assets/tailwind.css --watch",
"dev": "farm",
"dev:vite": "vite",
"dev:local": "cross-env LOCAL=true farm",
"build": "farm build",
"build:vite": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"version:check": "node scripts/version-check.mjs",
"version:bump": "node scripts/bump.mjs",
"publish:aur": "node scripts/release-aur.mjs"
},
"dependencies": {
"@monaco-editor/loader": "^1.4.0",
"@primevue/forms": "^4.2.5",
"@primevue/themes": "^4.2.5",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-shell": "^2.2.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"md-editor-v3": "^5.1.1",
"monaco-editor": "^0.52.2",
"nprogress": "^0.2.0",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.2.0",
"postcss": "^8.4.49",
"primeicons": "^7.0.0",
"primevue": "^4.2.5",
"vue": "^3.5.13",
"vue-picture-cropper": "^0.7.0",
"vue-router": "^4.5.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.6.1",
"@farmfe/js-plugin-postcss": "^1.11.0",
"@farmfe/plugin-worker": "^0.0.7",
"@primevue/auto-import-resolver": "^4.2.5",
"@tauri-apps/cli": "^2.1.0",
"@types/node": "^22.10.2",
"@types/nprogress": "^0.2.3",
"@types/path-browserify": "^1.0.3",
"@vitejs/plugin-vue": "^5.2.1",
"archons": "^0.2.5",
"core-js": "^3.39.0",
"covector": "^0.12.3",
"cross-env": "^7.0.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"unplugin-vue-components": "^0.27.5",
"vite": "^5.4.11",
"vue-tsc": "^2.2.0"
}
}