First commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "oki-front",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "xo",
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^4.11.2",
|
||||
"@material-ui/icons": "^4.11.2",
|
||||
"fontsource-roboto": "^3.0.3",
|
||||
"next": "10.0.3",
|
||||
"react": "17.0.1",
|
||||
"react-dom": "17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.14.0",
|
||||
"eslint-config-xo-nextjs": "^1.6.0",
|
||||
"eslint-plugin-react": "^7.21.5",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"xo": "^0.35.0"
|
||||
},
|
||||
"xo": {
|
||||
"extends": "xo-nextjs",
|
||||
"semicolon": false,
|
||||
"space": 2,
|
||||
"envs": [
|
||||
"browser",
|
||||
"es2020"
|
||||
],
|
||||
"rules": {
|
||||
"react/no-danger": "warn",
|
||||
"react/require-default-props": "warn",
|
||||
"react/react-in-jsx-scope": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user