22 lines
537 B
JSON
22 lines
537 B
JSON
{
|
|
"name": "contact-agreement-h5",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev:h5": "UNI_INPUT_DIR=. uni -p h5 --host 0.0.0.0",
|
|
"build:h5": "UNI_INPUT_DIR=. uni build -p h5"
|
|
},
|
|
"dependencies": {
|
|
"@dcloudio/uni-app": "3.0.0-5020420260813003",
|
|
"@dcloudio/uni-h5": "3.0.0-5020420260813003",
|
|
"vue": "^3.4.21"
|
|
},
|
|
"devDependencies": {
|
|
"@dcloudio/vite-plugin-uni": "3.0.0-5020420260813003",
|
|
"vite": "^5.2.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-darwin-x64": "^4.62.4"
|
|
}
|
|
}
|