-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.46 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
52
53
{
"name": "gost-rdpr-ui",
"version": "1.0.2",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"build:docker": "vite build",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint-dry-run": "eslint . --fix-dry-run --format json -o ./lint-result.html",
"format": "prettier --write --experimental-cli src/"
},
"engines": {
"node": "^20.19.0 || >=24.13.0"
},
"packageManager": "pnpm@11.1.1",
"dependencies": {
"pinia": "^3.0.4",
"vue": "3.5.34",
"vue-router": "5.0.7"
},
"devDependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@tailwindcss/postcss": "4.3.0",
"@tailwindcss/vite": "4.3.0",
"@tsconfig/node24": "^24.0.4",
"@types/node": "25.7.0",
"@vitejs/plugin-vue": "6.0.6",
"@vue/eslint-config-typescript": "14.7.0",
"@vue/tsconfig": "0.9.1",
"autoprefixer": "10.5.0",
"eslint": "10.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-unused-imports": "^4.4.1",
"eslint-plugin-vue": "10.9.1",
"globals": "17.6.0",
"jiti": "2.7.0",
"npm-run-all2": "^8.0.4",
"postcss": "8.5.14",
"prettier": "3.8.3",
"prettier-plugin-tailwindcss": "0.8.0",
"sass": "1.99.0",
"tailwindcss": "4.3.0",
"typescript": "6.0.3",
"vite": "8.0.12",
"vite-plugin-vue-devtools": "8.1.2",
"vue-tsc": "3.2.9"
}
}