64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"name": "striker-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"eslint:base": "eslint --config .eslintrc.json --ext js,jsx,ts,tsx --max-warnings=0",
|
|
"lint": "npm run eslint:base -- . && npm run prettier:base -- --check",
|
|
"lint:next": "next lint",
|
|
"lint:fix": "npm run eslint:base -- --fix . && npm run prettier:base -- --write",
|
|
"postinstall": "cd .. && husky install striker-ui/.husky",
|
|
"prettier:base": "prettier './!(out)/**/*.{js,json,jsx,md,ts,tsx}'",
|
|
"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",
|
|
"@fontsource/source-code-pro": "^4.5.1",
|
|
"@mui/icons-material": "^5.6.0",
|
|
"@mui/material": "^5.6.0",
|
|
"@mui/x-data-grid": "^5.12.3",
|
|
"@novnc/novnc": "^1.2.0",
|
|
"axios": "^1.6.0",
|
|
"format-data-size": "^0.1.0",
|
|
"formik": "^2.4.3",
|
|
"lodash": "^4.17.21",
|
|
"netmask": "^2.0.2",
|
|
"next": "^14.1.1",
|
|
"pretty-bytes": "^5.6.0",
|
|
"react": "^18.0.0",
|
|
"swr": "^1.2.2",
|
|
"uuid": "^8.3.2",
|
|
"yup": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.7.0",
|
|
"@commitlint/config-conventional": "^12.1.4",
|
|
"@types/lodash": "^4.14.198",
|
|
"@types/netmask": "^1.0.30",
|
|
"@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": "^6.17.0",
|
|
"@typescript-eslint/parser": "^6.17.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-react": "^7.24.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"husky": "^6.0.0",
|
|
"lint-staged": "^11.0.0",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|