77162d1b95
Added license info to repodetails and tagdetails Added md parsing for relevant fields Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "zot-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.9.3",
|
|
"@emotion/styled": "^11.9.3",
|
|
"@mui-treasury/styles": "^1.13.1",
|
|
"@mui/icons-material": "^5.2.5",
|
|
"@mui/lab": "^5.0.0-alpha.89",
|
|
"@mui/material": "^5.8.6",
|
|
"@mui/styles": "^5.8.6",
|
|
"@testing-library/jest-dom": "^5.16.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"axios": "^0.24.0",
|
|
"downshift": "^6.1.12",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^2.4.0",
|
|
"markdown-to-jsx": "^7.1.7",
|
|
"npm": "^8.11.0",
|
|
"nth-check": "^2.0.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^6.2.1",
|
|
"web-vitals": "^2.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.23.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.31.8",
|
|
"prettier": "^2.7.1",
|
|
"react-scripts": "^5.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --detectOpenHandles",
|
|
"test:coverage": "react-scripts test --detectOpenHandles --coverage",
|
|
"lint": "eslint -c .eslintrc.json --ext .js,.jsx .",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"format": "prettier --write ./**/*.{js,jsx,ts,tsx,css,md,json} --config ./.prettierrc",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|