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

32 lines
696 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": "^16.3.2",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"react-scripts": "^2.1.5",
2018-05-16 15:16:14 +02:00
"redux": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"watch": "cra-build-watch",
"postinstall": "node scripts/postinstall.js"
2018-05-16 15:16:14 +02:00
},
"devDependencies": {
"cra-build-watch": "^1.4.0",
"fs-extra": "^6.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
2018-05-16 15:16:14 +02:00
}