-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.08 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
{
"name": "nuxt-babel-runtime",
"version": "5.0.8",
"description": "Nuxt CLI that supports babel. Inspired by @nuxt/typescript-runtime.",
"repository": "dword-design/nuxt-babel-runtime",
"funding": "https://github.com/sponsors/dword-design",
"license": "MIT",
"author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
"type": "module",
"exports": "./dist/index.js",
"main": "dist/index.js",
"bin": {
"nuxt-babel": "./dist/cli.js"
},
"files": [
"dist"
],
"scripts": {
"checkUnknownFiles": "base checkUnknownFiles",
"commit": "base commit",
"depcheck": "base depcheck",
"dev": "base dev",
"lint": "base lint",
"prepare": "base prepare",
"prepublishOnly": "base prepublishOnly",
"test": "base test"
},
"dependencies": {
"@babel/core": "^7.25.7",
"@dword-design/suppress-babel-register-esm-warning": "^1.1.10",
"@dword-design/vite-plugin-vue-babel": "^1.0.1",
"@rollup/plugin-babel": "^6.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"babel-register-esm": "npm:@dword-design/babel-register-esm@^2.0.3",
"depcheck-package-name": "^3.0.1",
"execa": "^9.4.0",
"suppress-experimental-warnings": "^2.0.0",
"vite-plugin-babel": "^1.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-pipeline-operator": "^7.25.7",
"@dword-design/base": "^11.2.5",
"@dword-design/functions": "^6.0.1",
"@dword-design/puppeteer": "^7.0.2",
"@dword-design/tester": "^2.0.19",
"@dword-design/tester-plugin-puppeteer": "^3.0.3",
"@dword-design/tester-plugin-tmp-dir": "^2.1.26",
"axios": "^1.7.7",
"fs-extra": "^11.2.0",
"nuxt": "^3.13.2",
"nuxt-dev-ready": "^3.0.0",
"output-files": "^2.0.32",
"port-ready": "^0.1.0",
"tree-kill-promise": "^3.0.14"
},
"peerDependencies": {
"@vue/compiler-dom": "*",
"nuxi": "^3"
},
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}