mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-10 15:06:20 +08:00
- vtj-project-app@0.9.21 - vtj-project-h5@0.9.21 - vtj-project-library@0.9.8 - vtj-plugin@0.9.21 - vtj-project-uniapp@0.9.21 - create-vtj@0.9.9 - dev-web@0.9.21 - @vtj/docs@0.9.21 - lcdp@0.9.21 - @vtj/charts@0.9.21 - @vtj/cli@0.9.8 - @vtj/coder@0.9.21 - @vtj/core@0.9.21 - @vtj/designer@0.9.21 - @vtj/icons@0.9.21 - @vtj/local@0.9.21 - @vtj/materials@0.9.21 - @vtj/renderer@0.9.21 - @vtj/ui@0.9.21 - @vtj/utils@0.9.21 - @vtj/h5@0.9.21 - @vtj/mobile@0.9.21 - @vtj/pro@0.9.21 - @vtj/web@0.9.21
74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"name": "@vtj/cli",
|
|
"private": false,
|
|
"version": "0.9.8",
|
|
"type": "module",
|
|
"bin": {
|
|
"vtj": "./bin/vtj.js"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"test": "vitest run",
|
|
"vitest": "vitest",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "~7.26.0",
|
|
"@babel/preset-env": "~7.26.0",
|
|
"@babel/types": "~7.26.0",
|
|
"@rollup/plugin-babel": "~6.0.4",
|
|
"@types/babel__core": "~7.20.5",
|
|
"@types/body-parser": "~1.19.5",
|
|
"@types/node": "~22.10.2",
|
|
"@types/serve-static": "~1.15.5",
|
|
"@vitejs/plugin-basic-ssl": "~1.2.0",
|
|
"@vitejs/plugin-legacy": "~6.0.0",
|
|
"@vitejs/plugin-vue": "~5.2.0",
|
|
"@vitejs/plugin-vue-jsx": "~4.1.0",
|
|
"@vitest/coverage-v8": "~2.1.8",
|
|
"@vtj/node": "workspace:~",
|
|
"@vue/test-utils": "~2.4.5",
|
|
"body-parser": "~1.20.2",
|
|
"cross-env": "~7.0.3",
|
|
"jsdom": "~25.0.0",
|
|
"memfs": "~4.15.0",
|
|
"rollup-plugin-external-globals": "~0.13.0",
|
|
"rollup-plugin-visualizer": "~5.13.0",
|
|
"sass": "~1.83.0",
|
|
"serve-static": "~1.16.0",
|
|
"terser": "~5.37.0",
|
|
"typescript": "~5.7.2",
|
|
"unbuild": "~2.0.0",
|
|
"unplugin-element-plus": "~0.9.0",
|
|
"vite": "~6.0.6",
|
|
"vite-plugin-cdn-import": "~1.0.1",
|
|
"vite-plugin-dts": "~4.4.0",
|
|
"vite-plugin-node-polyfills": "~0.22.0",
|
|
"vite-plugin-vue-devtools": "~7.6.8",
|
|
"vite-plugin-vue-style-bundler": "~1.0.9",
|
|
"vitest": "~2.1.8",
|
|
"vue-tsc": "~2.2.0"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"bin",
|
|
"config"
|
|
],
|
|
"gitHead": "d03843144f07c2d98c1e0c72c8c6eb1117c01722",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|