-
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.24 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.24 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": "cssnr.github.io",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"prebuild": "npm run tsc",
"build": "vite build",
"build-only": "vite build",
"dev": "vite",
"lint": "eslint . --cache --fix",
"lint:check": "eslint . --cache",
"prettier": "npx prettier --write .",
"prettier:check": "npx prettier --check .",
"prepreview": "npm run build",
"preview": "vite preview",
"preview-only": "vite preview",
"tsc": "vue-tsc --build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"bootstrap": "^5.3.8",
"vue": "^3.5.32",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
"@types/aos": "^3.0.7",
"@types/bootstrap": "^5.2.10",
"@types/node": "^25.6.0",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.2.0",
"eslint-plugin-vue": "~10.8.0",
"jiti": "^2.6.1",
"prettier": "3.8.2",
"typescript": "^6.0.2",
"vite": "^8.0.8",
"vue-tsc": "^3.2.6"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}