2019-11-26 05:47:24 +00:00
|
|
|
{
|
|
|
|
"name": "wikimedica-disease-search",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2019-12-03 22:00:21 +00:00
|
|
|
"type": "module",
|
2019-11-26 05:47:24 +00:00
|
|
|
"main": "index.js",
|
2019-12-02 05:18:00 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "parcel app/index.html"
|
|
|
|
},
|
2019-11-26 05:47:24 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.7.2",
|
2019-11-27 08:33:03 +00:00
|
|
|
"@babel/plugin-transform-runtime": "^7.7.4",
|
2019-11-26 05:47:24 +00:00
|
|
|
"@babel/preset-env": "^7.7.1",
|
|
|
|
"@babel/preset-react": "^7.7.0",
|
|
|
|
"parcel-bundler": "^1.12.4"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-11-27 08:33:03 +00:00
|
|
|
"@babel/runtime": "^7.7.4",
|
2019-12-03 22:00:21 +00:00
|
|
|
"eslint": "^6.7.2",
|
|
|
|
"eslint-plugin-react": "^7.17.0",
|
2019-11-26 05:47:24 +00:00
|
|
|
"react": "^16.12.0",
|
2019-11-27 05:49:19 +00:00
|
|
|
"react-dom": "^16.12.0",
|
2019-12-02 06:20:27 +00:00
|
|
|
"react-transition-group": "^4.3.0",
|
2019-11-27 05:49:19 +00:00
|
|
|
"springy": "^2.8.0"
|
2019-11-26 05:47:24 +00:00
|
|
|
}
|
|
|
|
}
|