-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 888 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 888 Bytes
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
{
"name": "css-spring-animation",
"version": "0.19.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"dts": "vue-tsc; cp -r types packages/vue/; cp -r types packages/core/",
"typecheck": "vitest --typecheck",
"test": "vitest",
"format": "prettier --write .",
"format:check": "prettier --check .",
"demo": "vite build",
"publish": "./scripts/publish.sh"
},
"devDependencies": {
"@types/node": "25.9.1",
"@vitejs/plugin-vue": "6.0.7",
"conventional-changelog-cli": "5.0.0",
"jsdom": "29.1.1",
"prettier": "3.8.3",
"typescript": "6.0.3",
"vite": "8.0.16",
"vitest": "4.1.8",
"vue": "3.5.35",
"vue-tsc": "3.3.3"
},
"packageManager": "pnpm@11.5.1+sha512.93f7b57422ea7068257235b4c16eb60762eb68e1dc23723199cc739043ea9be2c4143274a399d8c6defa2b1176226d9ca1c4b63482d6200c1a8fbaa78c1d1485"
}