doric cli
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { HLayout, StackConfig, ViewHolder, VMPanel, View, ViewModel, WRAP_CONTENT, Gravity, Mutable, NativeCall, Text, Color, VLayout, Panel, log, logw, loge, Group, Stack, } from "./index"
|
||||
import { RIGHT } from "./src/util/gravity";
|
||||
|
||||
|
||||
interface CountModel {
|
||||
|
1913
js-framework/package-lock.json
generated
1913
js-framework/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -5,8 +5,8 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "tsc -p .&& rollup -c && node ./bundle/bundle.js",
|
||||
"build": "tsc -p . && rollup -c ",
|
||||
"build": "tsc -p .&& rollup -c",
|
||||
"dev": "tsc -w -p . & rollup -c -w",
|
||||
"clean": "rm -rf build && rm -rf demo && rm -rf bundle"
|
||||
},
|
||||
"repository": {
|
||||
@@ -24,6 +24,8 @@
|
||||
"rollup": "^1.17.0",
|
||||
"rollup-plugin-commonjs": "^10.0.1",
|
||||
"rollup-plugin-node-resolve": "^5.2.0",
|
||||
"tslib": "^1.10.0"
|
||||
"rollup-watch": "^4.3.1",
|
||||
"tslib": "^1.10.0",
|
||||
"typescript": "^3.5.3"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user