mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2024-11-28 01:33:43 +03:00
73fcde9219
* added null check for el * added customElements field * renamed dashed to kebabCased * refactored and exposed addViewRender and buildHandler * exposed build handler * added types for customElements * increased version * added customElements Class extending ability * minor change version bump * testing custom elements with animated circle * added missing element definition * fixed ns-animated circle issue
27 lines
683 B
JSON
27 lines
683 B
JSON
{
|
|
"name": "elm-native",
|
|
"main": "app/app.js",
|
|
"version": "1.0.0",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"run:ios": "ns run ios",
|
|
"debug:ios": "ns debug ios",
|
|
"build:webpack": "webpack --mode development"
|
|
},
|
|
"dependencies": {
|
|
"@nativescript/animated-circle": "^1.1.7",
|
|
"@nativescript/core": "~8.4.0",
|
|
"@nativescript/imagepicker": "^1.0.9",
|
|
"@nativescript/theme": "~3.0.2",
|
|
"elm": "^0.19.1-5",
|
|
"elm-native-js": "./elm-native-js"
|
|
},
|
|
"devDependencies": {
|
|
"@nativescript/ios": "8.3.3",
|
|
"@nativescript/types": "~8.4.0",
|
|
"@nativescript/webpack": "~5.0.12",
|
|
"elm-webpack-loader": "^8.0.0",
|
|
"typescript": "~4.8.4"
|
|
}
|
|
}
|