-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "ohmyts",
"version": "0.0.8",
"private": true,
"author": "snowingfox",
"license": "MIT",
"scripts": {
"typecheck": "tsc --noEmit",
"test": "vitest",
"test:update": "vitest -u",
"build": "pnpm -r build"
},
"dependencies": {
"@ohmyts/shared": "workspace:*",
"@ohmyts/vite": "workspace:*",
"http-proxy": "^1.18.1",
"json-to-ts": "^1.7.0",
"magic-string": "^0.26.2",
"unconfig": "^0.3.4",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.1",
"@antfu/ni": "^0.17.2",
"@ohmyts/vite": "workspace:*",
"@types/http-proxy": "^1.17.9",
"@types/node": "^18.7.9",
"@types/url-parse": "^1.4.8",
"eslint": "8.0.1",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
"gzip-size": "^6.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"rollup": "^2.78.1",
"terser": "^5.14.2",
"tsup": "^6.2.2",
"typescript": "^4.7.4",
"unbuild": "^0.8.9",
"unconfig": "^0.3.4",
"vite": "3.0.9",
"vitest": "^0.22.1"
}
}