-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 831 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 831 Bytes
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
{
"name": "irregular-verbs-table",
"private": true,
"version": "1.5.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"host": "vite --host",
"format": "prettier --write src/",
"lint": "oxlint",
"type-check": "vue-tsc --noEmit -p tsconfig.json --composite false"
},
"dependencies": {
"vue": "3.5.33",
"vue-gtag": "3.7.1"
},
"devDependencies": {
"@tailwindcss/postcss": "4.2.4",
"@types/node": "25.6.0",
"@vitejs/plugin-vue": "6.0.6",
"oxlint": "1.62.0",
"prettier": "3.8.3",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-tailwindcss": "0.8.0",
"tailwindcss": "4.2.4",
"typescript": "6.0.3",
"vite": "8.0.10",
"vite-plugin-mkcert": "2.0.0",
"vite-svg-loader": "5.1.1",
"vue-tsc": "3.2.7"
}
}