|
@@ -1,27 +1,35 @@
|
|
{
|
|
{
|
|
"name": "zsy_quick_app",
|
|
"name": "zsy_quick_app",
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
|
|
+ "description": "",
|
|
"subversion": {
|
|
"subversion": {
|
|
- "toolkit": "0.7.1"
|
|
|
|
|
|
+ "toolkit": "0.2.2"
|
|
},
|
|
},
|
|
- "description": "",
|
|
|
|
"scripts": {
|
|
"scripts": {
|
|
"build": "hap build",
|
|
"build": "hap build",
|
|
"release": "hap release",
|
|
"release": "hap release",
|
|
"server": "hap server",
|
|
"server": "hap server",
|
|
- "watch": "hap watch"
|
|
|
|
|
|
+ "watch": "hap watch",
|
|
|
|
+ "postinstall": "hap postinstall",
|
|
|
|
+ "debug": "hap debug",
|
|
|
|
+ "hap-update": "hap update",
|
|
|
|
+ "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"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@types/quickapp": "git+https://github.com/vivoquickapp/quickapp-types.git",
|
|
"@types/quickapp": "git+https://github.com/vivoquickapp/quickapp-types.git",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-eslint": "^10.0.1",
|
|
|
|
+ "cross-env": "^7.0.2",
|
|
"eslint": "^5.12.1",
|
|
"eslint": "^5.12.1",
|
|
"eslint-plugin-hybrid": "0.0.5",
|
|
"eslint-plugin-hybrid": "0.0.5",
|
|
"less": "^3.10.3",
|
|
"less": "^3.10.3",
|
|
"less-loader": "^5.0.0",
|
|
"less-loader": "^5.0.0",
|
|
- "hap-toolkit": "^0.7.1"
|
|
|
|
|
|
+ "sass-loader": "^8.0.2"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "flyio": "^0.6.14"
|
|
|
|
|
|
+ "flyio": "^0.6.14",
|
|
|
|
+ "hap-toolkit": "0.7.1"
|
|
},
|
|
},
|
|
"browserslist": [
|
|
"browserslist": [
|
|
"chrome 65"
|
|
"chrome 65"
|