forked from lightning-js/solid-demo-app
-
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) · 954 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 954 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": "solid-demo-app",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"start": "vite --open --host --force",
"build": "vite build --sourcemap=true",
"build:analyze": "vite-bundle-visualizer",
"preview": "vite preview --open --port 8080",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@lightningjs/renderer": "^0.3.6",
"@lightningjs/solid": "^0.5.6",
"@lightningjs/solid-primitives": "^0.3.4",
"@solidjs/router": "^0.8.2",
"solid-js": "^1.7.8",
"vite-plugin-babel": "^1.1.3"
},
"devDependencies": {
"@lightningjs/vite-plugin-import-chunk-url": "^0.3.0",
"@vitejs/plugin-legacy": "^4.1.1",
"terser": "^5.20.0",
"vite": "^4.3.9",
"vite-bundle-visualizer": "^0.10.0",
"vite-plugin-cross-origin-isolation": "^0.1.6",
"vite-plugin-solid": "^2.7.0"
}
}