mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
35 lines
793 B
JSON
35 lines
793 B
JSON
{
|
|
"name": "joplin-webclipper-popup",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"dependencies": {
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --mode=production",
|
|
"watch": "webpack watch --mode=development",
|
|
"postinstall": "node postinstall.js && npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.7",
|
|
"@babel/preset-env": "^7.23.7",
|
|
"@babel/preset-react": "7.23.3",
|
|
"babel-loader": "9.1.3",
|
|
"css-loader": "6.8.1",
|
|
"html-webpack-plugin": "5.6.0",
|
|
"react-redux": "9.0.4",
|
|
"redux": "5.0.1",
|
|
"style-loader": "3.3.3",
|
|
"webpack": "5.89.0",
|
|
"webpack-cli": "5.1.4"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|