-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 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
{
"name": "grognon",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.15.1",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"build": "vite build && vite build --config ssr.config.js",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.6",
"@codemirror/lang-sql": "^6.8.0",
"@codemirror/state": "^6.5.2",
"@inertiajs/core": "^2.0.12",
"@inertiajs/vue3": "^2.0.5",
"@vue/server-renderer": "^3.5.13",
"codemirror": "^6.0.1",
"prismjs": "^1.30.0",
"vue": "^3.5.13",
"vue-codemirror": "^6.1.1",
"vuetify": "^3.7.19"
},
"devDependencies": {
"@antfu/eslint-config": "^4.11.0",
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.13.9",
"@types/prismjs": "^1.26.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.23.0",
"eslint-plugin-format": "^1.0.1",
"laravel-vite-plugin": "^1.2.0",
"sass": "^1.86.0",
"sass-loader": "^16.0.5",
"typescript": "~5.8.0",
"unplugin-vue-components": "^28.4.1",
"vite": "^6.2.1",
"vite-plugin-vue-devtools": "^7.7.2",
"vite-plugin-vuetify": "^2.1.0",
"vue-tsc": "^2.2.8"
}
}