BindableProperty

This commit is contained in:
2020-05-06 09:10:30 +02:00
parent 8732c85191
commit fbea880b64
18 changed files with 5558 additions and 0 deletions

37
package.json Normal file
View File

@@ -0,0 +1,37 @@
{
"name": "bindable-property",
"version": "1.0.0",
"scripts": {
"build": "gulp build",
"clean": "gulp clean"
},
"keywords": [],
"author": "",
"license": "BSD",
"description": "",
"devDependencies": {
"@types/lodash": "^4.14.150",
"@types/node": "^13.13.2",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"del": "^5.1.0",
"eslint": "^6.8.0",
"gulp-copy": "^4.0.1",
"gulp-if": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"ts-node": "^8.9.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.8.3"
},
"dependencies": {
"cross-env": "^7.0.2",
"escape-string-regexp": "^4.0.0",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"lit-element": "^2.3.1",
"lodash": "^4.17.15"
},
"files": [
"dist"
]
}