-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating disclaimer due to newer models
- Loading branch information
1 parent
dce6efa
commit 14f60a3
Showing
2 changed files
with
76 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,77 @@ | ||
{ | ||
"name": "frontend", | ||
"version": "0.5.0", | ||
"private": true, | ||
"dependencies": { | ||
"@reduxjs/toolkit": "^1.6.2", | ||
"@sentry/react": "^7.1.1", | ||
"@sentry/tracing": "^7.1.1", | ||
"axios": "^0.27.2", | ||
"emotion": "^11.0.0", | ||
"i18next": "^21.3.0", | ||
"i18next-http-backend": "^1.3.1", | ||
"lodash": "^4.17.21", | ||
"mammoth": "^1.4.18", | ||
"moment": "^2.29.2", | ||
"query-string": "^7.0.1", | ||
"react": "^18.1.0", | ||
"react-cookie": "^4.1.1", | ||
"react-dom": "^18.1.0", | ||
"react-dropzone": "^14.2.1", | ||
"react-i18next": "^11.12.0", | ||
"react-redux": "^8.0.2", | ||
"react-router-dom": "^6.3.0", | ||
"react-spinners": "^0.12.0", | ||
"redux-logger": "^3.0.6", | ||
"redux-persist": "^6.0.0", | ||
"semantic-ui-less": "^2.4.1", | ||
"semantic-ui-react": "^2.0.4", | ||
"slate": "^0.81.1", | ||
"slate-history": "^0.66.0", | ||
"slate-react": "^0.81.0" | ||
}, | ||
"scripts": { | ||
"start": "craco start", | ||
"build": "craco build", | ||
"test": "craco test", | ||
"eject": "craco eject", | ||
"analyze": "source-map-explorer 'build/static/js/*.js'" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"airbnb-base" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.18.5", | ||
"@babel/eslint-parser": "^7.18.2", | ||
"@babel/plugin-syntax-flow": "^7.17.12", | ||
"@babel/plugin-transform-react-jsx": "^7.17.12", | ||
"@craco/craco": "6.4.3", | ||
"@semantic-ui-react/craco-less": "1.2.3", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.26.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"prettier": "^2.4.1", | ||
"react-scripts": "^4.0.3", | ||
"renamer": "^4.0.0", | ||
"source-map-explorer": "^2.5.2", | ||
"yarn": "^1.22.19" | ||
} | ||
"name": "frontend", | ||
"version": "0.5.1", | ||
"private": true, | ||
"dependencies": { | ||
"@reduxjs/toolkit": "^1.6.2", | ||
"@sentry/react": "^7.1.1", | ||
"@sentry/tracing": "^7.1.1", | ||
"axios": "^0.27.2", | ||
"emotion": "^11.0.0", | ||
"i18next": "^21.3.0", | ||
"i18next-http-backend": "^1.3.1", | ||
"lodash": "^4.17.21", | ||
"mammoth": "^1.4.18", | ||
"moment": "^2.29.2", | ||
"query-string": "^7.0.1", | ||
"react": "^18.1.0", | ||
"react-cookie": "^4.1.1", | ||
"react-dom": "^18.1.0", | ||
"react-dropzone": "^14.2.1", | ||
"react-i18next": "^11.12.0", | ||
"react-redux": "^8.0.2", | ||
"react-router-dom": "^6.3.0", | ||
"react-spinners": "^0.12.0", | ||
"redux-logger": "^3.0.6", | ||
"redux-persist": "^6.0.0", | ||
"semantic-ui-less": "^2.4.1", | ||
"semantic-ui-react": "^2.0.4", | ||
"slate": "^0.81.1", | ||
"slate-history": "^0.66.0", | ||
"slate-react": "^0.81.0" | ||
}, | ||
"scripts": { | ||
"start": "craco start", | ||
"build": "craco build", | ||
"test": "craco test", | ||
"eject": "craco eject", | ||
"analyze": "source-map-explorer 'build/static/js/*.js'" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"airbnb-base" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.18.5", | ||
"@babel/eslint-parser": "^7.18.2", | ||
"@babel/plugin-syntax-flow": "^7.17.12", | ||
"@babel/plugin-transform-react-jsx": "^7.17.12", | ||
"@craco/craco": "6.4.3", | ||
"@semantic-ui-react/craco-less": "1.2.3", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.26.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"prettier": "^2.4.1", | ||
"react-scripts": "^4.0.3", | ||
"renamer": "^4.0.0", | ||
"source-map-explorer": "^2.5.2", | ||
"yarn": "^1.22.19" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters