-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 783 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 783 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
31
{
"name": "@elenajs/vue",
"version": "0.0.1",
"private": true,
"author": "Elena <hi@elenajs.com>",
"homepage": "https://elenajs.com/",
"license": "MIT",
"packageManager": "pnpm@10.20.0+sha256.47a3352808501b8d1ef20112273b6a5dcfa53d28a55bcce36d268e878bd6bfe9",
"description": "Demo: Using Elena web components with Vue",
"type": "module",
"engines": {
"node": ">= 20",
"yarn": "please-use-npm"
},
"scripts": {
"start": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@elenajs/components": "^1.0.0",
"vue": "^3.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"prettier": "3.8.1",
"typescript": "^5.6.0",
"vite": "^6.0.0",
"vue-tsc": "^2.2.0"
}
}