-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.81 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@uni-helper/devtools-monorepo",
"type": "module",
"version": "0.0.1-beta.8",
"private": true,
"packageManager": "[email protected]",
"description": "devtools for uni",
"author": "FliPPeDround <[email protected]>",
"license": "MIT",
"funding": "https://afdian.com/a/flippedround",
"homepage": "https://github.com/flippedround/uni-devtools#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/flippedround/uni-devtools.git"
},
"bugs": {
"url": "https://github.com/flippedround/uni-devtools/issues"
},
"keywords": [
"unplugin",
"vite",
"webpack",
"rollup",
"transform",
"dx"
],
"scripts": {
"dev": "turbo stub",
"play": "nodemon",
"build": "turbo build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"release": "bumpp -r",
"preinstall": "npx only-allow pnpm",
"postinstall": "npx simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "2.21.1",
"@antfu/ni": "^0.21.12",
"@dcloudio/types": "^3.4.7",
"@types/node": "^20.14.2",
"@types/ungap__structured-clone": "^1.2.0",
"@ungap/structured-clone": "^1.2.0",
"@unocss/eslint-config": "^0.59.4",
"@unocss/eslint-plugin": "^0.59.4",
"@unocss/reset": "^0.59.4",
"bumpp": "^9.4.1",
"concurrently": "^8.2.2",
"consola": "^3.2.3",
"eslint": "^9.4.0",
"eslint-plugin-format": "^0.1.1",
"fast-glob": "^3.3.2",
"kill-port": "^2.0.1",
"lint-staged": "^15.2.0",
"nodemon": "^3.1.3",
"pnpm": "^9.0.2",
"rimraf": "^5.0.7",
"simple-git-hooks": "^2.9.0",
"tsup": "^8.1.0",
"turbo": "^2.0.4",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}