mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-13 17:07:30 +08:00
- vtj-project-app@0.7.6 - vtj-project-library@0.7.4 - vtj-project-uniapp@0.0.4 - create-vtj@0.7.6 - dev-web@0.7.6 - @vtj/docs@0.7.6 - lcdp@0.7.6 - @vtj/cli@0.7.4 - @vtj/coder@0.7.6 - @vtj/core@0.7.6 - @vtj/designer@0.7.6 - @vtj/icons@0.7.6 - @vtj/local@0.7.6 - @vtj/materials@0.7.6 - @vtj/renderer@0.7.6 - @vtj/ui@0.7.6 - @vtj/utils@0.7.6 - @vtj/pro@0.7.6 - @vtj/web@0.7.6
37 lines
680 B
JSON
37 lines
680 B
JSON
{
|
|
"name": "create-vtj",
|
|
"private": false,
|
|
"version": "0.7.6",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@vtj/node": "^0.7.2",
|
|
"cross-spawn": "~7.0.3",
|
|
"kolorist": "~1.8.0",
|
|
"minimist": "~1.2.8",
|
|
"prompts": "~2.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/minimist": "~1.2.5",
|
|
"@types/prompts": "~2.4.8",
|
|
"unbuild": "~2.0.0"
|
|
},
|
|
"main": "index.js",
|
|
"bin": {
|
|
"create-vtj": "index.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"templates",
|
|
"index.js",
|
|
".gitignore",
|
|
"**/.gitignore"
|
|
],
|
|
"gitHead": "b65d1b19322cbd0721173d094db1b5ece018d980",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|