-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 736 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 736 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
30
{
"name": "easyest",
"version": "2.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"play:dev": "pnpm run --filter ./packages/play dev",
"build:lib": "pnpm run --filter ./packages/components build",
"publish:lib": "ts-node --esm packages/scripts/version-bump.ts"
},
"keywords": [],
"author": "",
"license": "MIT",
"packageManager": "pnpm@10.8.0",
"dependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"sass": "^1.86.3",
"typescript": "^5.8.3",
"vite": "^6.2.5",
"vue": "^3.5.13"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/semver": "^7.7.0",
"semver": "^7.7.1",
"ts-node": "^10.9.2",
"vite-plugin-dts": "^4.5.3"
}
}