-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.56 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
{
"name": "techmely-vike-extensions",
"homepage": "https://techmely.com/libraries/vike-extensions",
"workspaces": [
"extensions/*"
],
"bugs": {
"url": "https://github.com/techmely/vike-extension/issues"
},
"repository": {
"url": "git+https://github.com/techmely/vike-extension.git#main"
},
"license": "MIT",
"scripts": {
"build": "conc \"cd extensions/vike-react && bun run build\" \"cd extensions/vike-react-query && bun run build\"",
"release": "conc \"cd extensions/vike-react && bun run release\" \"cd extensions/vike-react-query && bun run release\""
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@techmely/types": "1.9.0",
"@testing-library/react": "16.0.0",
"@types/bun": "1.1.6",
"@types/node": "20.14.10",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitest/coverage-v8": "1.6.0",
"concurrently": "8.2.2",
"cross-env": "7.0.3",
"happy-dom": "14.12.3",
"husky": "9.0.11",
"npm-check-updates": "16.14.20",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.42",
"tsup": "8.2.2",
"typescript": "5.5.3",
"vike": "^0.4.177",
"vite": "^5.3.3",
"vitest": "2.0.2",
"zx": "8.1.4"
},
"funding": [
{
"type": "ko-fi",
"url": "https://ko-fi.com/techmely"
},
{
"type": "patreon",
"url": "https://www.patreon.com/techmely"
}
],
"keywords": [
"techmely",
"techmely-react",
"vike react"
]
}