-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.57 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.57 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"build:ssr": "vite build && vite build --ssr",
"dev": "vite",
"format:check": "prettier --check resources/",
"lint": "npx biome check --write"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@evilmartians/lefthook": "^2.0.4",
"@laravel/vite-plugin-wayfinder": "^0.1.3",
"@types/node": "^22.13.5",
"@vitejs/plugin-vue": "^6.0.2",
"sass-embedded": "^1.97.1",
"shiki": "^3.20.0",
"vue-tsc": "^2.2.4"
},
"dependencies": {
"@awesome.me/webawesome": "^3.0.0",
"@hackernoon/pixel-icon-library": "^1.0.6",
"@inertiajs/vue3": "^2.2.19",
"@nanostores/vue": "^1.0.1",
"@vueuse/core": "^12.8.2",
"@yeger/vue-masonry-wall": "^5.1.4",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"concurrently": "^9.0.1",
"d3-force": "^3.0.0",
"language-colors": "^2.1.55",
"laravel-vite-plugin": "^2.0.0",
"nanostores": "^1.1.0",
"typescript": "^5.2.2",
"typewriter-effect": "^2.22.0",
"v-network-graph": "^0.9.22",
"vite": "^7.0.4",
"vue": "^3.5.13"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5",
"lightningcss-linux-x64-gnu": "^1.29.1"
}
}