mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-13 17:07:30 +08:00
- vtj-project-app@0.7.19 - vtj-project-uniapp@0.7.19 - create-vtj@0.7.15 - dev-web@0.7.19 - @vtj/docs@0.7.19 - lcdp@0.7.19 - @vtj/coder@0.7.19 - @vtj/core@0.7.19 - @vtj/designer@0.7.19 - @vtj/icons@0.7.19 - @vtj/local@0.7.19 - @vtj/materials@0.7.19 - @vtj/renderer@0.7.19 - @vtj/ui@0.7.19 - @vtj/utils@0.7.19 - @vtj/mobile@0.7.19 - @vtj/pro@0.7.19 - @vtj/web@0.7.19
37 lines
681 B
JSON
37 lines
681 B
JSON
{
|
|
"name": "create-vtj",
|
|
"private": false,
|
|
"version": "0.7.15",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@vtj/node": "^0.7.6",
|
|
"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": "0b470d76f584714cd96bf684bf66c720c2661df1",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|