mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-13 17:07:30 +08:00
- vtj-project-app@0.7.3 - vtj-project-library@0.7.3 - vtj-project-uniapp@0.0.3 - create-vtj@0.7.3 - dev-web@0.7.3 - @vtj/docs@0.7.3 - lcdp@0.7.3 - @vtj/cli@0.7.3 - @vtj/coder@0.7.3 - @vtj/core@0.7.3 - @vtj/designer@0.7.3 - @vtj/icons@0.7.3 - @vtj/local@0.7.3 - @vtj/materials@0.7.3 - @vtj/renderer@0.7.3 - @vtj/ui@0.7.3 - @vtj/utils@0.7.3 - @vtj/pro@0.7.3 - @vtj/web@0.7.3
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "@vtj/cli",
|
|
"private": false,
|
|
"version": "0.7.3",
|
|
"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.23.7",
|
|
"@babel/preset-env": "~7.23.8",
|
|
"@babel/types": "~7.23.5",
|
|
"@rollup/plugin-babel": "~6.0.4",
|
|
"@types/babel__core": "~7.20.5",
|
|
"@types/body-parser": "~1.19.5",
|
|
"@types/node": "~20.11.3",
|
|
"@types/serve-static": "~1.15.5",
|
|
"@vitejs/plugin-basic-ssl": "~1.1.0",
|
|
"@vitejs/plugin-legacy": "~5.2.0",
|
|
"@vitejs/plugin-vue": "~5.0.2",
|
|
"@vitejs/plugin-vue-jsx": "~3.1.0",
|
|
"@vitest/coverage-v8": "~1.2.1",
|
|
"@vtj/node": "^0.7.2",
|
|
"@vue/test-utils": "~2.4.3",
|
|
"body-parser": "~1.20.2",
|
|
"cross-env": "~7.0.3",
|
|
"jsdom": "~23.2.0",
|
|
"rollup-plugin-external-globals": "~0.9.1",
|
|
"rollup-plugin-visualizer": "~5.12.0",
|
|
"sass": "~1.70.0",
|
|
"serve-static": "~1.15.0",
|
|
"terser": "~5.27.0",
|
|
"typescript": "~5.3.3",
|
|
"unbuild": "~2.0.0",
|
|
"unplugin-element-plus": "~0.8.0",
|
|
"vite": "~5.0.11",
|
|
"vite-plugin-dts": "~3.7.1",
|
|
"vitest": "~1.2.1",
|
|
"vue-tsc": "~1.8.27"
|
|
},
|
|
"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": "b65d1b19322cbd0721173d094db1b5ece018d980",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|