-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 899 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
{
"name": "css-spring-animation",
"version": "0.16.1",
"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": "^22.9.0",
"@vitejs/plugin-vue": "^5.2.0",
"conventional-changelog-cli": "^5.0.0",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
},
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}