mirror of
https://github.com/octokatherine/word-master.git
synced 2026-01-10 22:58:10 -05:00
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.4 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.4...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "word-master",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "http://octokatherine.github.io/word-master",
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.4.2",
|
|
"@testing-library/jest-dom": "^5.16.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/node": "^17.0.12",
|
|
"@types/react": "^17.0.38",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-modal": "^3.13.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-modal": "^3.14.4",
|
|
"react-scripts": "5.0.0-next.58",
|
|
"tailwindcss-neumorphism": "^0.1.0",
|
|
"typescript": "^4.5.5",
|
|
"web-vitals": "^2.1.2"
|
|
},
|
|
"scripts": {
|
|
"predeploy": "npm run build",
|
|
"deploy": "gh-pages -d build",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.0",
|
|
"gh-pages": "^3.2.3",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.0.1"
|
|
}
|
|
}
|