Initial commit: frontend code
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "building-frontend",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev:h5": "uni",
|
||||
"build:h5": "uni build",
|
||||
"dev:mp-weixin": "uni -p mp-weixin",
|
||||
"build:mp-weixin": "uni build -p mp-weixin"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dcloudio/uni-app": "^2.0.0",
|
||||
"@dcloudio/uni-h5": "^2.0.0",
|
||||
"@dcloudio/uni-mp-weixin": "^2.0.0",
|
||||
"@dcloudio/uni-mp-alipay": "^2.0.0",
|
||||
"vue": "^3.2.45"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@dcloudio/types": "^3.0.16",
|
||||
"@dcloudio/uni-cli-shared": "^2.0.0",
|
||||
"@dcloudio/vite-plugin-uni": "^2.0.0",
|
||||
"vite": "^4.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user