-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1019 Bytes
/
package.json
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
{
"name": "viarotel-site",
"type": "module",
"version": "1.9.0",
"packageManager": "[email protected]",
"description": "viarotel site",
"author": "viarotel",
"license": "ISC",
"keywords": [],
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@lottiefiles/lottie-player": "^2.0.4",
"@waline/client": "^3.3.0",
"dayjs": "^1.11.11",
"ga-gtag": "^1.2.0",
"gsap": "^3.12.5",
"lodash-es": "^4.17.21",
"ofetch": "^1.3.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.0",
"@unocss/preset-wind": "^0.61.3",
"@unocss/transformer-directives": "^0.61.3",
"eslint": "^9.6.0",
"typescript": "^5.5.3",
"unocss": "^0.61.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.2",
"vite-plugin-remove-console": "^2.2.0",
"vitepress": "^1.3.0",
"vitepress-sidebar": "^1.24.0"
}
}