fennec-fe/package.json

85 lines
2.3 KiB
JSON
Raw Normal View History

{
"name": "fennec-bs",
"version": "0.2.0",
"private": true,
"dependencies": {
2021-04-18 11:18:29 +08:00
"@apollo/client": "^3.3.15",
"@craco/craco": "^6.3.0",
2021-04-18 11:18:29 +08:00
"@curi/react-dom": "^2.0.4",
"@curi/router": "^2.1.2",
2021-10-01 01:19:55 +08:00
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
2021-05-09 15:29:11 +08:00
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
2021-04-18 11:18:29 +08:00
"@hickory/browser": "^2.1.0",
2021-10-01 01:19:55 +08:00
"@mui/icons-material": "^5.0.1",
"@mui/lab": "^5.0.0-alpha.49",
"@mui/material": "^5.0.2",
"@mui/styles": "^5.0.1",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.22",
"@types/node": "^12.20.10",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
2021-05-09 15:29:11 +08:00
"apollo-link-scalars": "^2.1.3",
"configuration": "file:../configuration",
2021-04-18 11:18:29 +08:00
"date-fns": "^2.21.1",
"fontsource-roboto": "^4.0.0",
"formik": "^2.2.6",
"formik-material-ui": "^3.0.1",
"formik-material-ui-pickers": "^0.0.12",
"graphql": "^15.5.0",
2021-07-10 18:52:45 +08:00
"graphql-scalars": "^1.10.0",
"material-ui-confirm": "^2.1.2",
"notistack": "^1.0.6",
2021-04-18 11:18:29 +08:00
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"typescript": "^4.2.4",
2021-04-18 11:18:29 +08:00
"vditor": "^3.8.4",
"web-vitals": "^1.1.1",
"yup": "^0.32.9"
},
"scripts": {
2021-10-01 00:32:08 +08:00
"start": "BROWSER=none PORT=auto craco start",
"build": "craco build",
"test": "craco test",
2021-04-18 11:18:29 +08:00
"prestart": "npm run graphql",
"graphql": "graphql-codegen --config codegen.yml"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2021-04-18 11:18:29 +08:00
},
"devDependencies": {
"@graphql-codegen/cli": "1.21.3",
"@graphql-codegen/introspection": "1.18.1",
"@graphql-codegen/typescript": "1.21.1",
"@graphql-codegen/typescript-operations": "1.17.15",
"@graphql-codegen/typescript-react-apollo": "2.2.3",
2021-06-27 19:43:30 +08:00
"@types/date-fns": "^2.6.0",
"@types/ramda": "^0.27.41",
2021-04-18 11:18:29 +08:00
"@types/yup": "^0.29.11",
"autoprefixer": "^9.8.6",
2021-05-04 22:10:05 +08:00
"postcss": "^7.0.35"
}
}