-
Notifications
You must be signed in to change notification settings - Fork 285
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 800 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 800 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
{
"name": "@yfiles/solid-demo-for-yfiles-for-html",
"version": "1.0.0",
"author": "yWorks GmbH <yfileshtml@yworks.com>",
"license": "https://www.yworks.com/products/yfiles-for-html/sla",
"private": true,
"type": "module",
"scripts": {
"postinstall": "node -e \"require('node:fs').cpSync('../../../lib/license.json','./src/license.json');\"",
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@yfiles/demo-app": "../../demo-app",
"solid-js": "^1.9.10",
"@yfiles/yfiles": "../../../lib-dev/yfiles-30.0.5+dev.tgz"
},
"devDependencies": {
"solid-devtools": "^0.34.4",
"typescript": "~5.9.3",
"vite": "^7.3.2",
"vite-plugin-solid": "~2.11.10",
"@yworks/optimizer": "^1.8.8"
}
}