mirror of
https://github.com/tappollo/booster.git
synced 2026-06-15 16:07:33 +08:00
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "@mercy/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"workspaces": {
|
|
"nohoist": [
|
|
"**"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.5.0",
|
|
"@testing-library/react": "^10.0.4",
|
|
"@testing-library/user-event": "^10.1.0",
|
|
"@types/jest": "^25.2.1",
|
|
"@types/node": "^13.13.4",
|
|
"@types/react": "^16.9.34",
|
|
"@types/react-dom": "^16.9.7",
|
|
"@types/react-router-dom": "^5.1.5",
|
|
"raw.macro": "^0.3.0",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-markdown": "^4.3.1",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.4.1",
|
|
"typescript": "~3.8.3"
|
|
},
|
|
"scripts": {
|
|
"dev:css": "postcss -w src/tailwind/tailwind.css -o src/tailwind/tailwind.development.css",
|
|
"build:css": "NODE_ENV=production postcss src/tailwind/tailwind.css -o src/tailwind/tailwind.production.css",
|
|
"start": "react-app-rewired start",
|
|
"build": "yarn build:css && react-app-rewired --max_old_space_size=4096 build",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-app-rewired eject",
|
|
"ci": "eslint --ext js,ts,tsx src"
|
|
},
|
|
"devDependencies": {
|
|
"@fullhuman/postcss-purgecss": "^2.1.2",
|
|
"autoprefixer": "^9.7.3",
|
|
"babel-plugin-import": "^1.13.0",
|
|
"customize-cra": "^0.9.1",
|
|
"postcss-cli": "^7.1.1",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-nested": "^4.2.1",
|
|
"raw.macro": "^0.3.0",
|
|
"react-app-rewired": "^2.1.6",
|
|
"tailwindcss": "^1.4.2",
|
|
"webpack-bundle-analyzer": "^3.7.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|