-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 862 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 862 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
32
33
{
"name": "@elenajs/react",
"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 React",
"type": "module",
"engines": {
"node": ">= 20",
"yarn": "please-use-npm"
},
"scripts": {
"start": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@elenajs/components": "^1.0.0-rc.3",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"prettier": "3.8.1",
"typescript": "^5.6.0",
"vite": "^6.0.0"
}
}