You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.1 KiB
65 lines
2.1 KiB
{ |
|
"name": "striker-ui", |
|
"version": "0.1.0", |
|
"private": true, |
|
"scripts": { |
|
"build": "next build && next export", |
|
"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.2.4", |
|
"@mui/material": "^5.2.4", |
|
"@mui/styles": "^5.2.3", |
|
"@mui/x-data-grid": "^5.12.3", |
|
"@novnc/novnc": "^1.2.0", |
|
"axios": "^0.24.0", |
|
"format-data-size": "^0.1.0", |
|
"formik": "^2.4.3", |
|
"lodash": "^4.17.21", |
|
"netmask": "^2.0.2", |
|
"next": "^13.5.4", |
|
"pretty-bytes": "^5.6.0", |
|
"react": "17.0.2", |
|
"react-dom": "17.0.2", |
|
"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": "^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-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" |
|
} |
|
}
|
|
|