wimi/package.json
0x1eef 0c3e400b58
Some checks failed
myip.wtf / build (18) (push) Has been cancelled
myip.wtf / tests (18) (push) Has been cancelled
Update package.json
2024-08-03 18:07:13 -03:00

40 lines
1.1 KiB
JSON

{
"name": "myip.wtf",
"version": "0.4.2",
"webExt": {
"sourceDir": "build/production"
},
"dependencies": {
"react": "^18.3",
"react-dom": "^18.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4",
"@testing-library/react": "^16.0",
"@types/chrome": "^0.0.269",
"@types/jest": "^29.5",
"@types/react": "^18.3",
"@types/react-dom": "^18.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0",
"esbuild-loader": "^4.2",
"eslint": "^9.8",
"eslint-config-prettier": "^9.1",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3",
"ts-jest": "^29.2",
"typescript": "^5.5",
"typescript-eslint": "^8.0.0",
"webpack": "^5.93",
"webpack-cli": "^5.1",
"webpack-merge": "^6.0"
},
"scripts": {
"build:production": "npx webpack --config webpack.production.js",
"build:development": "npx webpack --config webpack.development.js",
"test": "npx jest test",
"eslint": "npx eslint src/"
}
}