Revision control

Copy as Markdown

{
"name": "firefox-ios",
"version": "1.0.0",
"description": "Firefox for iOS",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "webpack --config webpack.config.js --mode development --watch"
},
"repository": {
"type": "git",
},
"license": "MPL-2.0",
"dependencies": {
"@mozilla/readability": "^0.4.4",
"dompurify": "^3.0.6",
"page-metadata-parser": "1.1.4"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "7.17.10",
"babel-loader": "^8.2.5",
"glob": "^8.0.1",
"lodash": "^4.17.21",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2"
}
}