20 lines
547 B
JSON
20 lines
547 B
JSON
{
|
|
"name": "clinical-thinking-training",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "UNI_INPUT_DIR=$PWD UNI_OUTPUT_DIR=$PWD/dist uni build -p h5"
|
|
},
|
|
"dependencies": {
|
|
"@dcloudio/uni-app": "3.0.0-alpha-5000120260205002",
|
|
"@dcloudio/uni-components": "3.0.0-alpha-5000120260205002",
|
|
"@dcloudio/uni-h5": "3.0.0-alpha-5000120260205002",
|
|
"vue": "3.4.21"
|
|
},
|
|
"devDependencies": {
|
|
"@dcloudio/types": "3.4.29",
|
|
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-5000120260205002",
|
|
"vite": "5.2.8"
|
|
}
|
|
}
|