-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
23 lines (23 loc) · 988 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "agora-appbuilder-core",
"version": "4.0.33",
"description": "React Native template for RTE app builder",
"main": "index.js",
"files": [
"template",
"template.config.js"
],
"scripts": {
"vercel-build": "npm run dev-setup && cd template && npm run web:build && cd .. && npm run copy-vercel",
"uikit": "rm -rf template/agora-rn-uikit && git clone https://github.com/AgoraIO-Community/ReactNative-UIKit.git template/agora-rn-uikit && cd template/agora-rn-uikit && git checkout appbuilder-uikit-3.0.29",
"deps": "cd template && npm i --force",
"dev-setup": "npm run uikit && npm run deps && node devSetup.js",
"web-build": "cd template && npm run web:build && cd .. && npm run copy-vercel",
"copy-vercel": "cp -r Builds/web template/dist && cp vercel.json template/dist",
"pre-release": "cd template && cp _package-lock.json package-lock.json"
},
"author": {
"email": "svineth.face@gmail.com",
"name": "Vineeth S"
}
}