forked from hybridly/hybridly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.9 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
{
"private": true,
"version": "0.5.4",
"type": "module",
"scripts": {
"release": "bumpp package.json packages/*/package.json --all --execute \"tsx build/bump-php-packages.ts\" --commit \"release: v\"",
"build": "pnpm -r build",
"test": "vitest --run",
"test:all": "pnpm run test && composer test",
"lint": "eslint \"**/*.{ts,vue,mjs,json}\"",
"lint:fix": "eslint \"**/*.{ts,vue,mjs,json}\" --fix",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"ci": "pnpm run lint && pnpm run build && pnpm run test"
},
"packageManager": "[email protected]",
"devDependencies": {
"@fontsource-variable/rubik": "^5.0.14",
"@hybridly/core": "workspace:*",
"@hybridly/utils": "workspace:*",
"@hybridly/vite": "workspace:*",
"@hybridly/vue": "workspace:*",
"@innocenzi/eslint-config": "^0.21.0",
"@types/debug": "^4.1.9",
"@types/node": "^20.7.0",
"@types/qs": "^6.9.8",
"@types/throttle-debounce": "^5.0.0",
"@vitest/ui": "^0.34.5",
"axios": "^1.5.1",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"happy-dom": "^12.2.0",
"hybridly": "workspace:*",
"msw": "^1.3.1",
"shiki": "^0.14.4",
"shiki-processor": "^0.1.3",
"tailwindcss": "^3.3.3",
"tsx": "^3.13.0",
"type-fest": "^4.3.2",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"unocss": "^0.56.4",
"vite": "^4.4.9",
"vitepress": "1.0.0-rc.20",
"vitest": "^0.34.5",
"vue": "^3.3.4"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"react",
"react-dom",
"@types/react"
]
}
}
}