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.
41 lines
1.2 KiB
41 lines
1.2 KiB
4 years ago
|
{
|
||
|
"name": "striker-ui",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"build": "next build",
|
||
|
"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": {
|
||
|
"next": "10.0.6",
|
||
|
"react": "17.0.1",
|
||
|
"react-dom": "17.0.1",
|
||
|
"swr": "^0.4.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@commitlint/cli": "^11.0.0",
|
||
|
"@commitlint/config-conventional": "^11.0.0",
|
||
|
"@types/node": "^14.14.26",
|
||
|
"@types/react": "^17.0.1",
|
||
|
"@typescript-eslint/eslint-plugin": "^4.15.0",
|
||
|
"@typescript-eslint/parser": "^4.15.0",
|
||
|
"eslint": "^7.19.0",
|
||
|
"eslint-config-airbnb": "^18.2.1",
|
||
|
"eslint-config-prettier": "^7.2.0",
|
||
|
"eslint-plugin-import": "^2.22.1",
|
||
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||
|
"eslint-plugin-prettier": "^3.3.1",
|
||
|
"eslint-plugin-react": "^7.22.0",
|
||
|
"eslint-plugin-react-hooks": "^4.2.0",
|
||
|
"husky": "^5.0.9",
|
||
|
"lint-staged": "^10.5.4",
|
||
|
"prettier": "^2.2.1",
|
||
|
"typescript": "^4.1.5"
|
||
|
}
|
||
|
}
|