1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/app-clipper/popup/package.json

35 lines
793 B
JSON
Raw Normal View History

2018-05-16 15:16:14 +02:00
{
"name": "joplin-webclipper-popup",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
2018-05-16 15:16:14 +02:00
},
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack watch --mode=development",
"postinstall": "node postinstall.js && npm run build"
2018-05-16 15:16:14 +02:00
},
"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"
]
2023-04-06 11:44:55 +02:00
}