43 lines
969 B
JSON
43 lines
969 B
JSON
![]() |
{
|
||
|
"name": "db",
|
||
|
"version": "1.0.0",
|
||
|
"scripts": {
|
||
|
"dev": "blitz dev",
|
||
|
"build": "blitz build",
|
||
|
"start": "blitz start",
|
||
|
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
|
||
|
"test": "jest",
|
||
|
"test:watch": "jest --watch"
|
||
|
},
|
||
|
"prettier": {
|
||
|
"semi": false,
|
||
|
"printWidth": 100
|
||
|
},
|
||
|
"lint-staged": {
|
||
|
"*.{js,ts,tsx}": [
|
||
|
"eslint --fix"
|
||
|
]
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@emotion/react": "11.x",
|
||
|
"@emotion/styled": "11.x",
|
||
|
"@mui/icons-material": "5.2.4",
|
||
|
"@mui/material": "5.x",
|
||
|
"@mui/styles": "5.x",
|
||
|
"blitz": "0.44.4",
|
||
|
"react": "18.0.0-beta-149b420f6-20211119",
|
||
|
"react-dom": "18.0.0-alpha-5ca4b0433-20211020",
|
||
|
"react-json-view": "1.21.3",
|
||
|
"zustand": "3.6.7"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/react": "17.0.37",
|
||
|
"eslint": "7.32.0",
|
||
|
"lint-staged": "11.3.0-beta.2",
|
||
|
"prettier": "2.5.1",
|
||
|
"pretty-quick": "3.1.2",
|
||
|
"typescript": "~4.5"
|
||
|
},
|
||
|
"private": true
|
||
|
}
|