39 lines
1 KiB
JSON
39 lines
1 KiB
JSON
{
|
|
"name": "wimi",
|
|
"version": "0.5.1",
|
|
"webExt": {
|
|
"sourceDir": "build/production"
|
|
},
|
|
"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/"
|
|
},
|
|
"dependencies": {
|
|
"preact": "^10.23.2"
|
|
}
|
|
}
|