Bare example from mdn/webextensions-examples

This commit is contained in:
2025-11-10 16:23:31 -05:00
parent d71c0c4629
commit f9224e5a97
26 changed files with 653 additions and 16714 deletions

View File

@@ -1,44 +1,18 @@
{
"name": "nms",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.126",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
"version": "1.0.0",
"description": "AI Job Application tool for Firefox",
"repository": {
"type": "git",
"url": "https://git.corrupt.link/liz/nms.git"
},
"license": "MPL-2.0",
"author": "Elizabeth Cray",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"test": "echo \"Error: no test specified\" && exit 1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"dependencies": {
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"
}
}