wikimedica-disease-search/package.json

31 lines
770 B
JSON
Raw Permalink Normal View History

{
"name": "wikimedica-disease-search",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "index.js",
2019-12-02 05:18:00 +00:00
"scripts": {
2019-12-04 05:03:17 +00:00
"build": "parcel build --public-url ./ app/index.html",
2019-12-04 18:40:09 +00:00
"dev": "parcel app/index.html",
"lint": "eslint app"
2019-12-02 05:18:00 +00:00
},
"devDependencies": {
2020-04-25 21:49:57 +00:00
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"parcel-bundler": "^1.12.4"
},
"dependencies": {
2020-04-25 21:49:57 +00:00
"@babel/runtime": "^7.9.2",
2019-12-04 04:35:27 +00:00
"diacritics": "^1.3.0",
2020-04-25 21:49:57 +00:00
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
2019-12-04 23:54:44 +00:00
"prop-types": "^15.7.2",
2020-04-25 21:49:57 +00:00
"react": "^16.13.1",
"react-dom": "^16.13.1",
2019-12-02 06:20:27 +00:00
"react-transition-group": "^4.3.0",
"springy": "^2.8.0"
}
}