60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "striker-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build && next export",
|
|
"dev": "next dev",
|
|
"lint": "eslint --config .eslintrc.json --ext js,jsx,ts,tsx --max-warnings=0",
|
|
"lint_next": "next lint",
|
|
"lint:dryrun": "npm run lint -- .",
|
|
"lint:fix": "npm run lint -- --fix .",
|
|
"postinstall": "cd .. && husky install striker-ui/.husky",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.7.1",
|
|
"@emotion/react": "^11.7.1",
|
|
"@emotion/server": "^11.4.0",
|
|
"@emotion/styled": "^11.6.0",
|
|
"@fontsource/roboto-condensed": "^4.5.0",
|
|
"@material-ui/core": "^4.11.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@material-ui/styles": "^4.11.4",
|
|
"@mui/icons-material": "^5.2.4",
|
|
"@mui/material": "^5.2.4",
|
|
"@mui/styles": "^5.2.3",
|
|
"@novnc/novnc": "^1.2.0",
|
|
"axios": "^0.24.0",
|
|
"next": "^12.1.0",
|
|
"pretty-bytes": "^5.6.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"swr": "^0.5.6",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^12.1.4",
|
|
"@commitlint/config-conventional": "^12.1.4",
|
|
"@types/node": "^15.12.2",
|
|
"@types/novnc-core": "^0.1.3",
|
|
"@types/react": "^17.0.11",
|
|
"@types/uuid": "^8.3.4",
|
|
"@typescript-eslint/eslint-plugin": "^4.27.0",
|
|
"@typescript-eslint/parser": "^4.27.0",
|
|
"eslint": "^7.28.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-config-next": "^11.1.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"husky": "^6.0.0",
|
|
"lint-staged": "^11.0.0",
|
|
"prettier": "^2.2.1",
|
|
"typescript": "^4.1.5"
|
|
}
|
|
}
|