-
-
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.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 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": "feedback-vue",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "npm run tsc && vite build",
"build-only": "vite build",
"dev": "vite",
"lint": "eslint . --cache --fix",
"lint:check": "eslint . --cache",
"prettier:write": "npx prettier --write .",
"prettier:check": "npx prettier --check .",
"preview": "vite preview",
"tsc": "vue-tsc --build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@tsparticles/slim": "^3.9.1",
"@tsparticles/vue3": "^3.0.1",
"animate.css": "^4.1.1",
"axios": "^1.15.2",
"bootstrap": "^5.3.8",
"ua-parser-js": "^2.0.9",
"vue": "^3.5.33",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
"@types/bootstrap": "^5.2.10",
"@types/node": "^25.6.0",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.2.1",
"eslint-plugin-vue": "~10.9.0",
"jiti": "^2.6.1",
"prettier": "3.8.3",
"sass": "^1.99.0",
"typescript": "^6.0.3",
"vite": "^8.0.10",
"vue-tsc": "^3.2.7"
},
"engines": {
"node": ">=22.12.0"
}
}