mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-15 18:10:20 +08:00
- vtj-project-app@0.8.96 - vtj-project-library@0.8.24 - vtj-plugin@0.8.96 - vtj-project-uniapp@0.8.96 - dev-web@0.8.96 - @vtj/docs@0.8.96 - lcdp@0.8.96 - @vtj/charts@0.8.96 - @vtj/cli@0.8.24 - @vtj/coder@0.8.96 - @vtj/core@0.8.96 - @vtj/designer@0.8.96 - @vtj/icons@0.8.96 - @vtj/local@0.8.96 - @vtj/materials@0.8.96 - @vtj/renderer@0.8.96 - @vtj/ui@0.8.96 - @vtj/utils@0.8.96 - @vtj/mobile@0.8.96 - @vtj/pro@0.8.96 - @vtj/web@0.8.96
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"name": "@vtj/cli",
|
|
"private": false,
|
|
"version": "0.8.24",
|
|
"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.24.3",
|
|
"@babel/preset-env": "~7.24.3",
|
|
"@babel/types": "~7.24.0",
|
|
"@rollup/plugin-babel": "~6.0.4",
|
|
"@types/babel__core": "~7.20.5",
|
|
"@types/body-parser": "~1.19.5",
|
|
"@types/node": "~20.14.0",
|
|
"@types/serve-static": "~1.15.5",
|
|
"@vitejs/plugin-basic-ssl": "~1.1.0",
|
|
"@vitejs/plugin-legacy": "~5.4.0",
|
|
"@vitejs/plugin-vue": "~5.1.0",
|
|
"@vitejs/plugin-vue-jsx": "~4.0.0",
|
|
"@vitest/coverage-v8": "~2.0.3",
|
|
"@vtj/node": "workspace:~",
|
|
"@vue/test-utils": "~2.4.5",
|
|
"body-parser": "~1.20.2",
|
|
"cross-env": "~7.0.3",
|
|
"jsdom": "~24.1.0",
|
|
"memfs": "~4.9.2",
|
|
"rollup-plugin-external-globals": "~0.11.0",
|
|
"rollup-plugin-visualizer": "~5.12.0",
|
|
"sass": "~1.77.0",
|
|
"serve-static": "~1.15.0",
|
|
"terser": "~5.31.0",
|
|
"typescript": "~5.5.3",
|
|
"unbuild": "~2.0.0",
|
|
"unplugin-element-plus": "~0.8.0",
|
|
"vite": "~5.3.1",
|
|
"vite-plugin-dts": "~3.9.0",
|
|
"vite-plugin-node-polyfills": "~0.22.0",
|
|
"vitest": "~2.0.3",
|
|
"vue-tsc": "~2.0.13"
|
|
},
|
|
"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"
|
|
}
|
|
}
|