mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-06-20 09:23:34 +08:00
67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
|
"name": "@vtj/cli",
|
|
"private": false,
|
|
"version": "0.6.22",
|
|
"type": "module",
|
|
"bin": {
|
|
"vtj": "./bin/vtj.js"
|
|
},
|
|
"scripts": {
|
|
"setup": "pnpm install --registry=https://registry.npmmirror.com",
|
|
"dev": "unbuild --stub",
|
|
"build": "unbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "~7.23.2",
|
|
"@babel/preset-env": "~7.23.2",
|
|
"@babel/types": "~7.23.0",
|
|
"@rollup/plugin-babel": "~6.0.4",
|
|
"@types/fs-extra": "~11.0.3",
|
|
"@types/jsdom": "~21.1.3",
|
|
"@types/node": "~20.8.8",
|
|
"@vitejs/plugin-basic-ssl": "~1.0.1",
|
|
"@vitejs/plugin-legacy": "~4.1.1",
|
|
"@vitejs/plugin-vue": "~4.4.0",
|
|
"@vitejs/plugin-vue-jsx": "~3.0.2",
|
|
"@vitest/coverage-v8": "~0.34.6",
|
|
"@vue/test-utils": "~2.4.1",
|
|
"cross-env": "~7.0.3",
|
|
"fs-extra": "~11.1.1",
|
|
"jsdom": "~22.1.0",
|
|
"rollup-plugin-external-globals": "~0.8.0",
|
|
"rollup-plugin-visualizer": "~5.9.2",
|
|
"sass": "~1.69.4",
|
|
"terser": "~5.22.0",
|
|
"typescript": "~5.2.2",
|
|
"unplugin-element-plus": "~0.8.0",
|
|
"vite": "~4.5.0",
|
|
"vite-plugin-dts": "~3.6.1",
|
|
"vitest": "~0.34.6",
|
|
"vue-tsc": "~1.8.20"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__core": "~7.20.3",
|
|
"unbuild": "~2.0.0"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./lib/index.mjs",
|
|
"require": "./lib/index.cjs"
|
|
}
|
|
},
|
|
"main": "./lib/index.cjs",
|
|
"module": "./lib/index.mjs",
|
|
"types": "./lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"bin"
|
|
],
|
|
"gitHead": "53b27ae2dc4309e33627a1d9354bfa12cde4263b",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|