forked from harlan-zw/nuxt-site-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.34 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
{
"name": "nuxt-site-config-mono",
"type": "module",
"version": "2.2.8",
"private": true,
"packageManager": "[email protected]",
"description": "Shared site configuration for Nuxt 3 modules.",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
"homepage": "https://github.com/harlan-zw/nuxt-site-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/harlan-zw/nuxt-site-config.git"
},
"bugs": {
"url": "https://github.com/harlan-zw/nuxt-site-config/issues"
},
"scripts": {
"lint": "eslint . --fix",
"build": "pnpm --filter='./packages/*' build && nuxi generate client",
"dev": "nuxi dev .playground",
"dev:build": "nuxi build .playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare .playground",
"release": "pnpm build && bumpp package.json packages/*/package.json && pnpm -r publish",
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/test-utils": "3.10.0",
"@nuxt/ui": "^2.12.3",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.0.0",
"bumpp": "^9.3.0",
"eslint": "8.56.0",
"execa": "^8.0.1",
"floating-vue": "5.2.0",
"nuxt": "^3.9.3",
"nuxt-icon": "^0.6.8",
"typescript": "^5.3.3",
"vitest": "^1.2.1"
}
}