You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
804 B
29 lines
804 B
{
|
|
"name": "daily-notification-ios-test",
|
|
"version": "1.0.0",
|
|
"description": "Minimal iOS test app for Daily Notification Plugin",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --mode=production",
|
|
"dev": "webpack serve --mode=development",
|
|
"ios": "npx cap run ios",
|
|
"sync": "npx cap sync ios",
|
|
"open": "npx cap open ios"
|
|
},
|
|
"keywords": ["capacitor", "ios", "notifications", "test"],
|
|
"author": "Matthew Raymer",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@capacitor/core": "^5.0.0",
|
|
"@capacitor/ios": "^5.0.0",
|
|
"@capacitor/cli": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.88.0",
|
|
"webpack-cli": "^5.1.0",
|
|
"webpack-dev-server": "^4.15.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"typescript": "^5.0.0",
|
|
"ts-loader": "^9.4.0"
|
|
}
|
|
}
|
|
|