mirror of https://gitlab.com/ecentrics/concordia
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
2.2 KiB
67 lines
2.2 KiB
{
|
|
"name": "concordia-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "cross-env REACT_APP_VERSION=$npm_package_version REACT_APP_NAME=$npm_package_name react-scripts start",
|
|
"build": "cross-env REACT_APP_VERSION=$npm_package_version REACT_APP_NAME=$npm_package_name react-scripts build",
|
|
"test": "cross-env REACT_APP_VERSION=$npm_package_version REACT_APP_NAME=$npm_package_name react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"postinstall": "patch-package",
|
|
"analyze": "react-scripts build && source-map-explorer 'build/static/js/*.js' --gzip",
|
|
"lint": "eslint --ext js,jsx . --format table"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@ezerous/breeze": "~0.4.0",
|
|
"@ezerous/drizzle": "~0.4.1",
|
|
"@ezerous/eth-identity-provider": "~0.1.2",
|
|
"@reduxjs/toolkit": "~1.4.0",
|
|
"@welldone-software/why-did-you-render": "^6.0.0-rc.1",
|
|
"concordia-contracts": "~0.1.0",
|
|
"concordia-shared": "~0.1.0",
|
|
"i18next": "^19.8.3",
|
|
"i18next-browser-languagedetector": "^6.0.1",
|
|
"i18next-http-backend": "^1.0.21",
|
|
"lodash": "^4.17.20",
|
|
"prop-types": "~15.7.2",
|
|
"react": "~16.13.1",
|
|
"react-avatar": "~3.9.7",
|
|
"react-dom": "~16.13.1",
|
|
"react-i18next": "^11.7.3",
|
|
"react-markdown": "^5.0.3",
|
|
"react-particles-js": "^3.4.0",
|
|
"react-redux": "~7.2.1",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "~3.4.3",
|
|
"react-timeago": "~5.2.0",
|
|
"redux-saga": "~1.1.3",
|
|
"semantic-ui-css": "~2.4.1",
|
|
"semantic-ui-react": "~2.0.3",
|
|
"web3": "~1.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb": "^18.1.0",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"patch-package": "~6.2.2",
|
|
"postinstall-postinstall": "~2.1.0",
|
|
"source-map-explorer": "~2.5.0"
|
|
}
|
|
}
|
|
|