1 Star 1 Fork 0

www/pdfjs-annotation-extension

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
{
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"autoprefixer": "^10.4.0",
"babel-loader": "^9.1.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"file-loader": "^6.2.0",
"image-minimizer-webpack-plugin": "^3.2.3",
"imagemin": "^8.0.1",
"postcss": "^8.3.11",
"postcss-loader": "^7.0.0",
"prettier": "^3.3.2",
"raw-loader": "^4.0.2",
"sass": "^1.50.1",
"sass-lint": "^1.13.1",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.2.5",
"typescript-eslint": "^7.15.0",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^5.0.0",
"webpack-merge": "^5.8.0"
},
"engines": {
"node": ">=14"
},
"scripts": {
"build": "webpack --config configuration/webpack.prod.config.js --mode=production",
"dev": "webpack --config configuration/webpack.dev.config.js --mode=development --watch",
"bundle": "npm install && npm run dev",
"lint:sass": "sass-lint -v -q",
"lint:js": "eslint --ext .ts,.tsx src/",
"stats": "webpack --config configuration/webpack.prod.config.js --mode=production --json > stats.json && webpack-bundle-analyzer stats.json"
},
"target": "web",
"dependencies": {
"antd": "^5.15.3",
"konva": "^9.3.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web-highlighter": "^0.7.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/unpleasure/pdfjs-annotation-extension.git
[email protected]:unpleasure/pdfjs-annotation-extension.git
unpleasure
pdfjs-annotation-extension
pdfjs-annotation-extension
main

搜索帮助