1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/Clipper/popup/package.json
2020-02-23 21:04:14 +00:00

32 lines
723 B
JSON

{
"name": "joplin-webclipper-popup",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^5.0.7",
"react-scripts": "3.3.1",
"redux": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "SKIP_PREFLIGHT_CHECK=true react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"watch": "cra-build-watch",
"postinstall": "node scripts/postinstall.js"
},
"devDependencies": {
"cra-build-watch": "^3.2.0",
"fs-extra": "^6.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}