-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1015 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
{
"name": "unocss-animates",
"type": "module",
"packageManager": "[email protected]",
"description": "Preview any animations with UnoCSS",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --cache .",
"lint:fix": "pnpm lint --fix"
},
"dependencies": {
"@vueuse/core": "^11.0.3",
"shikiji": "^0.10.2",
"unplugin-unocss-config": "^0.0.7",
"vue": "^3.4.38"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/logos": "^1.1.44",
"@types/prettier": "^3.0.0",
"@unocss/eslint-plugin": "^0.62.3",
"@unocss/preset-mini": "^0.62.3",
"@unocss/reset": "^0.62.3",
"@vitejs/plugin-vue": "^5.1.2",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"unocss": "^0.62.3",
"unocss-preset-useful": "^0.5.1",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
"vue-tsc": "^2.0.29"
}
}