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.
50 lines
1.5 KiB
50 lines
1.5 KiB
{ |
|
"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": { |
|
"@material-ui/core": "^4.11.3", |
|
"@material-ui/icons": "^4.11.2", |
|
"@material-ui/styles": "^4.11.4", |
|
"@novnc/novnc": "^1.2.0", |
|
"next": "^12.1.0", |
|
"pretty-bytes": "^5.6.0", |
|
"react": "17.0.2", |
|
"react-dom": "17.0.2", |
|
"swr": "^0.5.6", |
|
"typeface-roboto-condensed": "^1.1.13" |
|
}, |
|
"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/styled-components": "^5.1.10", |
|
"@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" |
|
} |
|
}
|
|
|