forked from agentic-review-benchmarks/firefox-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 778 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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",
"url": "git+https://github.com/mozilla-mobile/firefox-ios.git"
},
"license": "MPL-2.0",
"dependencies": {
"@mozilla/readability": "^0.6.0",
"darkreader": "^4.9.89",
"dompurify": "^3.2.4",
"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",
"script-loader": "^0.7.2",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.2"
}
}