-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@hiogawa/vite-plugin-fullstack",
"version": "0.0.11",
"homepage": "https://github.com/hi-ogawa/vite-plugin-fullstack",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hi-ogawa/vite-plugin-fullstack.git"
},
"files": [
"dist",
"types"
],
"type": "module",
"exports": {
"./package.json": "./package.json",
"./types": "./types/index.d.ts",
".": "./dist/index.js",
"./*": "./dist/*.js"
},
"scripts": {
"dev": "tsdown --sourcemap --watch src",
"build": "tsdown",
"prepack": "tsdown --clean",
"test-e2e": "playwright test",
"tsc": "tsc -b tsconfig.json e2e/tsconfig.json examples/*/tsconfig.json",
"lint": "oxfmt",
"lint-check": "oxfmt --check",
"release": "bumpp"
},
"dependencies": {
"@rolldown/pluginutils": "1.0.0-beta.59",
"magic-string": "^0.30.21",
"srvx": "^0.10.0",
"strip-literal": "^3.1.0"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@tsconfig/strictest": "^2.0.8",
"@types/node": "^24.10.4",
"bumpp": "^10.3.2",
"oxfmt": "^0.23.0",
"tinyexec": "^1.0.2",
"tree-kill": "^1.2.2",
"tsdown": "^0.18.4",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"peerDependencies": {
"vite": "^7.0.0"
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}