2021-02-16 22:50:01 +00:00
|
|
|
{
|
|
|
|
"name": "striker-ui",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-04-30 21:20:50 +00:00
|
|
|
"build": "next build && next export",
|
2021-02-16 22:50:01 +00:00
|
|
|
"dev": "next dev",
|
|
|
|
"lint": "eslint --config .eslintrc.json --ext js,jsx,ts,tsx --max-warnings=0",
|
|
|
|
"lint:dryrun": "npm run lint -- .",
|
|
|
|
"lint:fix": "npm run lint -- --fix .",
|
|
|
|
"postinstall": "cd .. && husky install striker-ui/.husky",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-09 15:44:43 +00:00
|
|
|
"@material-ui/core": "^4.11.3",
|
2021-06-22 21:13:38 +00:00
|
|
|
"@material-ui/icons": "^4.11.2",
|
2021-06-09 16:01:34 +00:00
|
|
|
"@material-ui/styles": "^4.11.4",
|
2021-06-07 17:46:20 +00:00
|
|
|
"next": "^10.2.3",
|
2021-03-17 16:37:34 +00:00
|
|
|
"pretty-bytes": "^5.6.0",
|
2021-06-17 19:05:16 +00:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"swr": "^0.5.6",
|
2021-03-10 17:54:24 +00:00
|
|
|
"typeface-roboto-condensed": "^1.1.13"
|
2021-02-16 22:50:01 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-09 15:59:39 +00:00
|
|
|
"@commitlint/cli": "^12.1.4",
|
2021-02-16 22:50:01 +00:00
|
|
|
"@commitlint/config-conventional": "^11.0.0",
|
|
|
|
"@types/node": "^14.14.26",
|
2021-06-09 15:44:43 +00:00
|
|
|
"@types/react": "^17.0.11",
|
2021-06-09 16:07:46 +00:00
|
|
|
"@types/styled-components": "^5.1.10",
|
2021-06-09 16:04:02 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.26.1",
|
2021-06-09 15:44:43 +00:00
|
|
|
"@typescript-eslint/parser": "^4.15.0",
|
2021-02-16 22:50:01 +00:00
|
|
|
"eslint": "^7.19.0",
|
|
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
|
|
"eslint-config-prettier": "^7.2.0",
|
2021-06-09 15:44:43 +00:00
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2021-02-16 22:50:01 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
2021-06-09 15:44:43 +00:00
|
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
|
|
"eslint-plugin-react": "^7.22.0",
|
2021-02-16 22:50:01 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
2021-06-09 15:44:43 +00:00
|
|
|
"husky": "^5.0.9",
|
|
|
|
"lint-staged": "^10.5.4",
|
|
|
|
"prettier": "^2.2.1",
|
2021-02-16 22:50:01 +00:00
|
|
|
"typescript": "^4.1.5"
|
|
|
|
}
|
|
|
|
}
|