-
-
Notifications
You must be signed in to change notification settings - Fork 482
/
package.json
169 lines (169 loc) · 4.51 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "@nuxtjs/i18n",
"type": "module",
"version": "9.0.0",
"packageManager": "pnpm@9.4.0",
"description": "Internationalization for Nuxt",
"contributors": [
{
"name": "Paul Gascou-Vaillancourt (@paulgv)"
},
{
"name": "Rafal Chlodnicki (@rchl)"
},
{
"name": "Kazuya Kawaguchi (@kazupon)"
},
{
"name": "Bobbie Goede (@BobbieGoede)"
}
],
"license": "MIT",
"homepage": "https://i18n.nuxtjs.org",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-modules/i18n.git"
},
"bugs": {
"url": "https://github.com/nuxt-modules/i18n/issues"
},
"keywords": [
"nuxt",
"i18n",
"internationalization",
"nuxt-module"
],
"exports": {
".": {
"types": "./dist/types.d.mts",
"default": "./dist/module.mjs"
},
"./package.json": "./package.json"
},
"imports": {
"#i18n": "./dist/runtime/composables/index.js"
},
"main": "./dist/module.mjs",
"types": "./dist/types.d.ts",
"files": [
"dist",
"internals.d.ts"
],
"scripts": {
"prepare": "git config --local core.hooksPath .githooks",
"build": "nuxt-module-build prepare && nuxt-module-build build .",
"stub": "nuxt-module-build build --stub .",
"prepack": "pnpm build",
"release": "bumpp --commit \"release: v%s\" --push --tag",
"changelog": "gh-changelogen --repo=nuxt-community/i18n-module",
"dev": "pnpm dev:prepare && pnpm build --sourcemap && nuxi dev playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare",
"dev:build": "nuxi build playground",
"dev:generate": "nuxi generate playground",
"dev:preview": "nuxi preview playground",
"dev:clean": "rm -rf playground/.nuxt playground/dist playground/.output",
"docs:dev": "nuxi dev docs",
"docs:build": "nuxi build docs",
"docs:generate": "nuxi generate docs",
"docs:preview": "nuxi preview docs",
"fix": "run-s \"fix:*\"",
"fix:prettier": "prettier . --write",
"fix:eslint": "pnpm lint:eslint --fix",
"lint": "run-p \"lint:* {@}\" --",
"lint:prettier": "prettier . --check",
"lint:eslint": "eslint .",
"test": "pnpm build && run-s test:types test:unit test:spec",
"test:types": "tsc --noEmit",
"test:unit": "vitest run test",
"test:spec": "vitest run specs"
},
"pnpm": {
"overrides": {
"@nuxtjs/i18n": "link:.",
"consola": "^3"
}
},
"dependencies": {
"@intlify/h3": "^0.6.0",
"@intlify/shared": "^10.0.3",
"@intlify/unplugin-vue-i18n": "^5.3.1",
"@intlify/utils": "^0.13.0",
"@miyaneee/rollup-plugin-json5": "^1.2.0",
"@nuxt/kit": "^3.14.0",
"@rollup/plugin-yaml": "^4.1.2",
"@vue/compiler-sfc": "^3.5.5",
"debug": "^4.3.5",
"defu": "^6.1.2",
"estree-walker": "^3.0.3",
"is-https": "^4.0.0",
"knitwork": "^1.1.0",
"magic-string": "^0.30.10",
"mlly": "^1.7.1",
"pathe": "^1.1.1",
"scule": "^1.1.1",
"sucrase": "^3.35.0",
"ufo": "^1.3.1",
"unplugin": "^1.10.1",
"unplugin-vue-router": "^0.10.8",
"vue-i18n": "^10.0.3",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@babel/parser": "^7.24.7",
"@babel/plugin-syntax-import-assertions": "^7.24.7",
"@babel/types": "^7.24.7",
"@eslint/js": "9.5.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.0",
"@types/debug": "^4.1.9",
"@types/eslint": "^8.56.6",
"@unhead/vue": "^1.8.8",
"bumpp": "^9.4.1",
"changelogithub": "^0.13.7",
"consola": "^3",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"get-port-please": "^3.1.1",
"gh-changelogen": "^0.2.8",
"globals": "^15.6.0",
"globby": "^14.0.0",
"h3": "^1.12.0",
"jiti": "^1.20.0",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"nitropack": "^2.9.7",
"npm-run-all2": "^6.2.0",
"nuxt": "^3.14.0",
"ofetch": "^1.3.4",
"playwright-core": "^1.45.3",
"prettier": "^3.3.2",
"tinyexec": "^0.3.0",
"ts-essentials": "^9.4.2",
"typescript": "^5.6.2",
"typescript-eslint": "^7.14.0",
"unbuild": "^2.0.0",
"undici": "^6.19.2",
"unhead": "^1.8.8",
"vitest": "^2.1.1",
"vue": "^3.5.12"
},
"lint-staged": {
"*.{json,md,yml}": [
"prettier --write"
],
"*.{js,vue}": [
"prettier --write",
"eslint --fix"
],
"*.ts?(x)": [
"prettier --parser=typescript --write",
"eslint --fix"
]
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": "^14.16.0 || >=16.11.0"
}
}