This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
gold-point/package.json

50 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2022-03-23 04:04:16 +03:00
{
"name": "gold-point",
"version": "0.1.0",
"homepage": "https://FutureXpo.github.io/gold-point",
"private": true,
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.5.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"format": "prettier --write --use-tabs \"src/**/*.js\"",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"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": {
"gh-pages": "^3.2.3",
"prettier": "^2.6.0"
}
}