-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 910 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": "getui-example-quickapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"fa-build": "node node_modules/webpack/bin/webpack.js --config ./node_modules/fa-toolkit/webpack.config.js",
"fa-watch": "node node_modules/webpack/bin/webpack.js --watch --config ./node_modules/fa-toolkit/webpack.config.js",
"fa-release": "node ./node_modules/cross-env/src/bin/cross-env.js uglifyjs=true sign=release node_modules/webpack/bin/webpack.js --config ./node_modules/fa-toolkit/webpack.config.js"
},
"author": "getui-isg-gongw",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"cross-env": "^7.0.2",
"@types/quickapp": "git+https://github.com/vivoquickapp/quickapp-types.git",
"fa-toolkit": "file:fa-toolkit-2.6.1-Stable.300.tgz"
},
"browserslist": [
"chrome 65"
]
}