elm-native-library/package.json

26 lines
630 B
JSON
Raw Normal View History

2023-01-05 10:57:26 +03:00
{
"name": "elm-native",
2023-01-11 16:11:23 +03:00
"main": "app/app.js",
2023-01-05 11:16:48 +03:00
"version": "0.1.0",
2023-01-05 10:57:26 +03:00
"private": true,
"scripts": {
2023-01-05 11:16:48 +03:00
"run:ios": "ns run ios",
2023-01-12 11:50:26 +03:00
"debug:ios": "ns debug ios",
2023-01-05 11:16:48 +03:00
"build:webpack": "webpack --mode development"
2023-01-05 10:57:26 +03:00
},
2023-01-05 11:04:51 +03:00
"dependencies": {
"@nativescript/core": "~8.4.0",
2023-01-17 10:15:54 +03:00
"@nativescript/imagepicker": "^1.0.9",
2023-01-05 11:16:48 +03:00
"@nativescript/theme": "~3.0.2",
2023-01-05 13:29:22 +03:00
"elm": "^0.19.1-5",
2023-01-13 11:32:02 +03:00
"elm-native-js": "./elm-native-js"
2023-01-05 11:04:51 +03:00
},
2023-01-05 10:57:26 +03:00
"devDependencies": {
2023-01-06 16:51:13 +03:00
"@nativescript/ios": "8.3.3",
2023-01-05 11:04:51 +03:00
"@nativescript/types": "~8.4.0",
2023-01-05 10:57:26 +03:00
"@nativescript/webpack": "~5.0.12",
2023-01-05 11:16:48 +03:00
"elm-webpack-loader": "^8.0.0",
"typescript": "~4.8.4"
2023-01-05 10:57:26 +03:00
}
}