mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
26 lines
599 B
JSON
26 lines
599 B
JSON
{
|
|
"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": "1.1.4",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"cra-build-watch": "^1.0.1",
|
|
"fs-extra": "^6.0.1"
|
|
}
|
|
}
|