mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-07-02 00:17:19 +08:00
67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
|
"name": "@vtj/cli",
|
|
"private": false,
|
|
"version": "0.6.13",
|
|
"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.0",
|
|
"@babel/preset-env": "~7.22.20",
|
|
"@babel/types": "~7.23.0",
|
|
"@rollup/plugin-babel": "~6.0.3",
|
|
"@types/fs-extra": "~11.0.2",
|
|
"@types/jsdom": "~21.1.3",
|
|
"@types/node": "~20.8.2",
|
|
"@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.1",
|
|
"terser": "~5.21.0",
|
|
"typescript": "~5.2.2",
|
|
"unplugin-element-plus": "~0.8.0",
|
|
"vite": "~4.4.11",
|
|
"vite-plugin-dts": "~3.6.0",
|
|
"vitest": "~0.34.6",
|
|
"vue-tsc": "~1.8.18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__core": "~7.20.2",
|
|
"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"
|
|
}
|
|
}
|