2022-09-27 17:59:05 +08:00
|
|
|
{
|
|
|
|
"name": "answer-static",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2022-10-19 12:35:09 +08:00
|
|
|
"homepage": "/",
|
2022-09-27 17:59:05 +08:00
|
|
|
"scripts": {
|
|
|
|
"start": "react-app-rewired start",
|
2022-11-10 16:37:03 +08:00
|
|
|
"build": "react-app-rewired build",
|
2022-09-27 17:59:05 +08:00
|
|
|
"lint": "eslint . --cache --fix --ext .ts,.tsx",
|
2022-11-02 16:20:53 +08:00
|
|
|
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
|
2022-09-28 10:24:43 +08:00
|
|
|
"prepare": "cd .. && husky install",
|
2022-11-02 16:20:53 +08:00
|
|
|
"preinstall": "node ./scripts/preinstall.js"
|
2022-09-27 17:59:05 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.27.2",
|
|
|
|
"bootstrap": "^5.2.0",
|
2022-11-18 16:20:19 +08:00
|
|
|
"bootstrap-icons": "1.10.2",
|
2022-09-27 17:59:05 +08:00
|
|
|
"classnames": "^2.3.1",
|
|
|
|
"codemirror": "5.65.0",
|
|
|
|
"copy-to-clipboard": "^3.3.2",
|
|
|
|
"dayjs": "^1.11.5",
|
|
|
|
"i18next": "^21.9.0",
|
|
|
|
"katex": "^0.16.2",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"marked": "^4.0.19",
|
2022-10-28 20:01:00 +08:00
|
|
|
"md5": "^2.3.0",
|
2022-09-27 17:59:05 +08:00
|
|
|
"mermaid": "^9.1.7",
|
|
|
|
"next-share": "^0.18.1",
|
|
|
|
"qs": "^6.11.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-bootstrap": "^2.5.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2022-09-29 15:53:18 +08:00
|
|
|
"react-helmet-async": "^1.3.0",
|
2022-09-27 17:59:05 +08:00
|
|
|
"react-i18next": "^11.18.3",
|
|
|
|
"react-router-dom": "^6.4.0",
|
|
|
|
"swr": "^1.3.0",
|
|
|
|
"zustand": "^4.1.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/cli": "^17.0.3",
|
|
|
|
"@fullhuman/postcss-purgecss": "^4.1.3",
|
|
|
|
"@testing-library/dom": "^8.17.1",
|
2022-11-18 16:20:19 +08:00
|
|
|
"@testing-library/jest-dom": "^4.2.4",
|
2022-09-27 17:59:05 +08:00
|
|
|
"@testing-library/react": "^13.3.0",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
"@types/jest": "^27.5.2",
|
|
|
|
"@types/lodash": "^4.14.184",
|
|
|
|
"@types/marked": "^4.0.6",
|
|
|
|
"@types/node": "^16.11.47",
|
|
|
|
"@types/qs": "^6.9.7",
|
|
|
|
"@types/react": "^18.0.17",
|
|
|
|
"@types/react-dom": "^18.0.6",
|
|
|
|
"@types/react-helmet": "^6.1.5",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
|
|
"@typescript-eslint/parser": "^5.33.0",
|
|
|
|
"customize-cra": "^1.0.0",
|
|
|
|
"eslint": "^8.0.1",
|
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^22.0.0",
|
|
|
|
"eslint-plugin-import": "^2.25.2",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
|
|
"eslint-plugin-n": "^15.0.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
|
|
"eslint-plugin-react": "^7.30.1",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"husky": "^8.0.1",
|
|
|
|
"lint-staged": "^13.0.3",
|
|
|
|
"postcss": "^8.0.0",
|
|
|
|
"prettier": "^2.7.1",
|
2022-11-18 16:20:19 +08:00
|
|
|
"purgecss-webpack-plugin": "^4.1.3",
|
2022-09-27 17:59:05 +08:00
|
|
|
"react-app-rewired": "^2.2.1",
|
|
|
|
"react-scripts": "5.0.1",
|
|
|
|
"sass": "^1.54.4",
|
2022-11-14 09:55:56 +08:00
|
|
|
"typescript": "^4.8.3",
|
2022-11-08 17:42:48 +08:00
|
|
|
"yaml-loader": "^0.8.0"
|
2022-09-27 17:59:05 +08:00
|
|
|
},
|
2022-09-28 11:41:00 +08:00
|
|
|
"packageManager": "pnpm@7.9.5",
|
2022-09-27 17:59:05 +08:00
|
|
|
"engines": {
|
2022-09-28 10:06:18 +08:00
|
|
|
"node": ">=16.17",
|
2022-09-27 17:59:05 +08:00
|
|
|
"pnpm": ">=7"
|
2022-09-28 11:41:00 +08:00
|
|
|
},
|
|
|
|
"license": "MIT"
|
2022-10-19 12:35:09 +08:00
|
|
|
}
|