decasearch/package.json

49 lines
1.2 KiB
JSON

{
"name": "decasearch",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"ipfs": "0.41.0",
"materialize-css": "^1.0.0-rc.2",
"moment": "^2.27.0",
"orbit-db": "^0.24.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-materialize": "^3.9.2",
"react-scripts": "3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com:deca-currency/decasearch.git"
},
"bugs": {
"url": "https://gitlab.com/deca-currency/decasearch.git/issues"
},
"homepage": "https://gitlab.com/deca-currency/decasearch.git",
"description": "DECA's Decentralized Carbon Credits Search Engine"
}