2021-04-18 11:10:45 +08:00
|
|
|
{
|
2021-05-04 21:47:54 +08:00
|
|
|
"name": "fennec-bs",
|
2021-07-22 21:16:40 +08:00
|
|
|
"version": "0.2.0",
|
2021-04-18 11:10:45 +08:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-04-18 11:18:29 +08:00
|
|
|
"@apollo/client": "^3.3.15",
|
2021-09-25 20:35:00 +08:00
|
|
|
"@craco/craco": "^6.3.0",
|
2021-04-18 11:18:29 +08:00
|
|
|
"@curi/react-dom": "^2.0.4",
|
|
|
|
"@curi/router": "^2.1.2",
|
|
|
|
"@date-io/date-fns": "^1.3.13",
|
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",
|
|
|
|
"@material-ui/core": "^4.11.3",
|
|
|
|
"@material-ui/icons": "^4.11.2",
|
|
|
|
"@material-ui/lab": "*",
|
|
|
|
"@material-ui/pickers": "^3.3.10",
|
2021-04-18 11:10:45 +08:00
|
|
|
"@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",
|
2021-09-25 20:35:00 +08:00
|
|
|
"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",
|
2021-05-05 14:28:56 +08:00
|
|
|
"material-ui-confirm": "^2.1.2",
|
|
|
|
"notistack": "^1.0.6",
|
2021-04-18 11:18:29 +08:00
|
|
|
"ramda": "^0.27.1",
|
2021-04-18 11:10:45 +08:00
|
|
|
"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"
|
2021-04-18 11:10:45 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-10-01 00:32:08 +08:00
|
|
|
"start": "BROWSER=none PORT=auto craco start",
|
2021-09-25 20:35:00 +08:00
|
|
|
"build": "craco build",
|
|
|
|
"test": "craco test",
|
2021-04-18 11:18:29 +08:00
|
|
|
"prestart": "npm run graphql",
|
|
|
|
"graphql": "graphql-codegen --config codegen.yml"
|
2021-04-18 11:10:45 +08:00
|
|
|
},
|
|
|
|
"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",
|
2021-05-04 21:47:54 +08:00
|
|
|
"autoprefixer": "^9.8.6",
|
2021-05-04 22:10:05 +08:00
|
|
|
"postcss": "^7.0.35"
|
2021-04-18 11:10:45 +08:00
|
|
|
}
|
|
|
|
}
|