2022-07-07 20:11:50 +00:00
|
|
|
{
|
|
|
|
"name": "peridot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "",
|
|
|
|
"author": "Mustafa Gezen <mustafa@ctrliq.com>",
|
|
|
|
"main": "index.js",
|
2022-10-31 16:51:22 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev:errata": "URL_API=https://apollo.build.resf.org ibazel run //apollo/ui:apollo.server"
|
|
|
|
},
|
2022-07-07 20:11:50 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@babel/cli": "^7.11.6",
|
|
|
|
"@babel/core": "^7.11.6",
|
|
|
|
"@babel/eslint-parser": "^7.12.1",
|
|
|
|
"@babel/node": "^7.10.5",
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
|
|
|
|
"@babel/preset-env": "^7.11.5",
|
|
|
|
"@babel/preset-react": "^7.10.4",
|
|
|
|
"@babel/preset-typescript": "^7.10.4",
|
2022-07-14 14:57:08 +00:00
|
|
|
"@bazel/buildifier": "^5.1.0",
|
2022-07-07 20:11:50 +00:00
|
|
|
"@bazel/hide-bazel-files": "^1.7.0",
|
2022-10-31 16:51:22 +00:00
|
|
|
"@bazel/ibazel": "^0.16.2",
|
2022-07-27 18:07:51 +00:00
|
|
|
"@bazel/typescript": "^3.7.0",
|
2022-10-31 16:51:22 +00:00
|
|
|
"@chakra-ui/icons": "^1",
|
|
|
|
"@chakra-ui/react": "^1.0.0",
|
2022-07-07 20:11:50 +00:00
|
|
|
"@emotion/react": "^11.8.1",
|
|
|
|
"@emotion/styled": "^11.8.1",
|
2022-10-31 16:51:22 +00:00
|
|
|
"@emotion/unitless": "^0.8.0",
|
2022-07-07 20:11:50 +00:00
|
|
|
"@heroicons/react": "^1.0.1",
|
|
|
|
"@loadable/component": "^5.15.2",
|
|
|
|
"@mui/icons-material": "^5.2.4",
|
|
|
|
"@mui/lab": "^5.0.0-alpha.60",
|
|
|
|
"@mui/material": "^5.2.4",
|
|
|
|
"@mui/styles": "^5.2.3",
|
2022-10-30 01:59:25 +00:00
|
|
|
"@mui/system": "^5.10.6",
|
2022-07-07 20:11:50 +00:00
|
|
|
"@mui/x-data-grid": "^5.2.0",
|
2023-02-17 18:27:33 +00:00
|
|
|
"@ory/hydra-client": "^2.0.2",
|
2022-07-07 20:11:50 +00:00
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
|
2022-10-30 01:59:25 +00:00
|
|
|
"@tailwindcss/forms": "^0.5.3",
|
2022-07-07 20:11:50 +00:00
|
|
|
"@types/classnames": "^2.2.11",
|
|
|
|
"@types/node": "^14.14.22",
|
|
|
|
"@types/react": "^17.0.24",
|
|
|
|
"@types/react-dom": "^17.0.9",
|
|
|
|
"@types/react-lazylog": "^4.5.1",
|
|
|
|
"@types/react-router": "^5.1.16",
|
|
|
|
"@types/react-router-dom": "^5.1.7",
|
|
|
|
"@types/webpack-env": "^1.16.0",
|
|
|
|
"ansi-html-community": "^0.0.8",
|
|
|
|
"ansi-regex": "^6.0.0",
|
|
|
|
"autoprefixer": "^10.2.5",
|
|
|
|
"await-to-js": "^2.1.1",
|
|
|
|
"axios": "^0.22.0",
|
|
|
|
"babel-loader": "^8.2.2",
|
|
|
|
"babel-plugin-import": "^1.13.3",
|
|
|
|
"classnames": "^2.2.6",
|
|
|
|
"compression-webpack-plugin": "^6.1.1",
|
|
|
|
"connect-history-api-fallback": "^1.6.0",
|
|
|
|
"core-js": "^3.6.5",
|
|
|
|
"core-js-pure": "^3.18.0",
|
|
|
|
"css-loader": "^5.0.1",
|
|
|
|
"error-stack-parser": "^2.0.6",
|
|
|
|
"eslint": "^7.19.0",
|
|
|
|
"evil-dns": "^0.2.0",
|
|
|
|
"express-openid-connect": "^2.7.2",
|
|
|
|
"file-loader": "^6.2.0",
|
2022-10-31 16:51:22 +00:00
|
|
|
"framer-motion": "^6",
|
|
|
|
"framesync": "^6.1.2",
|
2022-07-14 14:57:08 +00:00
|
|
|
"fs-extra": "^10.1.0",
|
2022-07-07 20:11:50 +00:00
|
|
|
"glob": "^7.1.7",
|
|
|
|
"hbs": "^4.1.1",
|
|
|
|
"html-webpack-plugin": "^5.3.1",
|
|
|
|
"immutable": "^4.0.0",
|
|
|
|
"loadable-components": "^2.2.3",
|
|
|
|
"mini-css-extract-plugin": "^1.3.5",
|
|
|
|
"native-url": "^0.3.4",
|
|
|
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
|
|
"path-to-regexp": "^2.4.0",
|
2022-10-31 16:51:22 +00:00
|
|
|
"popmotion": "^11.0.5",
|
2022-07-07 20:11:50 +00:00
|
|
|
"popper.js": "^1.16.1",
|
|
|
|
"postcss": "^8.3.0",
|
|
|
|
"postcss-cli": "^8.3.1",
|
|
|
|
"postcss-loader": "^5.3.0",
|
|
|
|
"prettier": "^2.3.0",
|
|
|
|
"purgecss-webpack-plugin": "^4.0.0",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-lazylog": "^4.5.3",
|
|
|
|
"react-refresh": "^0.10.0",
|
|
|
|
"react-router": "^5.2.1",
|
|
|
|
"react-router-dom": "^5.3.0",
|
|
|
|
"react-social-login-buttons": "^3.6.0",
|
|
|
|
"stackframe": "^1.2.0",
|
|
|
|
"strip-ansi": "^6.0.0",
|
|
|
|
"style-loader": "^2.0.0",
|
2022-10-31 16:51:22 +00:00
|
|
|
"style-value-types": "^5.1.2",
|
2022-07-07 20:11:50 +00:00
|
|
|
"styled-components": "^5.3.3",
|
2022-10-30 01:59:25 +00:00
|
|
|
"tailwindcss": "^3.1.8",
|
2022-07-07 20:11:50 +00:00
|
|
|
"terser-webpack-plugin": "^5.1.2",
|
|
|
|
"tslib": "^2.1.0",
|
|
|
|
"type-fest": "^0.20.2",
|
|
|
|
"typescript": "^3.9.7",
|
|
|
|
"webpack": "^5.37.1",
|
|
|
|
"webpack-bundle-analyzer": "^4.4.2",
|
|
|
|
"webpack-cli": "^4.7.0",
|
|
|
|
"webpack-dev-middleware": "^4.3.0",
|
|
|
|
"webpack-hot-middleware": "^2.25.0",
|
|
|
|
"webpack-mild-compile": "^3.4.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
"cookie-parser": "^1.4.5",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"helmet": "^4.4.1",
|
|
|
|
"http-proxy-middleware": "^1.0.6"
|
2023-01-26 08:42:18 +00:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@1.22.19"
|
2022-07-07 20:11:50 +00:00
|
|
|
}
|