mirror of
https://github.com/hariroshan/elm-native-library.git
synced 2024-12-11 06:40:18 +03:00
28 lines
658 B
JSON
28 lines
658 B
JSON
{
|
|
"name": "elm-native",
|
|
"main": "app/app.js",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"res:build": "rescript",
|
|
"res:dev": "rescript build -w",
|
|
"run:ios": "ns run ios",
|
|
"build:webpack": "webpack --mode development"
|
|
},
|
|
"dependencies": {
|
|
"@nativescript/core": "~8.4.0",
|
|
"@nativescript/theme": "~3.0.2",
|
|
"elm": "^0.19.1-5",
|
|
"happy-dom": "^6.0.4",
|
|
"vm-shim": "^0.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@nativescript/ios": "8.3.3",
|
|
"@nativescript/types": "~8.4.0",
|
|
"@nativescript/webpack": "~5.0.12",
|
|
"elm-webpack-loader": "^8.0.0",
|
|
"rescript": "^10.0.1",
|
|
"typescript": "~4.8.4"
|
|
}
|
|
}
|