-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 853 Bytes
/
package.json
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
{
"name": "solid-new-window",
"version": "0.0.5",
"description": "SolidJS component for rendering a piece of content in a new window.",
"license": "MIT",
"type": "module",
"main": "dist/solid-new-window.js",
"module": "dist/solid-new-window.js",
"types": "dist/solid-new-window.d.ts",
"homepage": "https://github.com/deluksic/solid-new-window#readme",
"author": {
"email": "[email protected]",
"name": "David Emanuel Luksic",
"url": "https://github.com/deluksic/solid-new-window"
},
"scripts": {
"start": "vite",
"type": "tsc",
"build": "vite build",
"test": "vitest"
},
"peerDependencies": {
"solid-js": "^1.8.11"
},
"devDependencies": {
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.6.0"
}
}