elm-native-library/package.json

28 lines
658 B
JSON
Raw Normal View History

2023-01-05 10:57:26 +03:00
{
"name": "elm-native",
2023-01-06 18:26:58 +03:00
"main": "src/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": {
"res:build": "rescript",
2023-01-05 11:16:48 +03:00
"res:dev": "rescript build -w",
"run:ios": "ns run ios",
"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-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-06 16:51:13 +03:00
"happy-dom": "^6.0.4",
2023-01-05 13:29:22 +03:00
"vm-shim": "^0.0.6"
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",
"rescript": "^10.0.1",
"typescript": "~4.8.4"
2023-01-05 10:57:26 +03:00
}
}