96 lines
2.8 KiB
JSON
96 lines
2.8 KiB
JSON
{
|
|
"name": "backstory",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@fontsource/roboto": "^5.2.5",
|
|
"@mui/icons-material": "^7.0.1",
|
|
"@mui/material": "^7.0.1",
|
|
"@tensorflow/tfjs": "^4.22.0",
|
|
"@tensorflow/tfjs-tsne": "^0.2.0",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/lodash": "^4.17.17",
|
|
"@types/luxon": "^3.6.2",
|
|
"@types/node": "^16.18.126",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@uiw/react-json-view": "^2.0.0-alpha.31",
|
|
"@uiw/react-markdown-editor": "^6.1.4",
|
|
"country-state-city": "^3.2.1",
|
|
"diff": "^8.0.2",
|
|
"diff2html": "^3.4.52",
|
|
"jsonrepair": "^3.12.0",
|
|
"libphonenumber-js": "^1.12.9",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.511.0",
|
|
"luxon": "^3.6.1",
|
|
"markdown-it": "^14.1.0",
|
|
"mermaid": "^11.6.0",
|
|
"mui-markdown": "^2.0.1",
|
|
"prism-react-renderer": "^2.4.1",
|
|
"react": "^19.0.0",
|
|
"react-diff-view": "^3.3.1",
|
|
"react-dom": "^19.0.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-markdown-it": "^1.0.2",
|
|
"react-phone-number-input": "^3.4.12",
|
|
"react-plotly.js": "^2.6.0",
|
|
"react-router-dom": "^7.6.0",
|
|
"react-scripts": "^5.0.1",
|
|
"react-spinners": "^0.15.0",
|
|
"react-to-print": "^3.1.0",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"source-map-explorer": "^2.5.3",
|
|
"typescript": "^4.9.5",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
|
"start": "WDS_SOCKET_HOST=backstory-beta.ketrenos.com WDS_SOCKET_PORT=443 craco start",
|
|
"build": "craco build",
|
|
"test": "craco test",
|
|
"lint": "eslint src/**/*.{ts,tsx} --no-color",
|
|
"lint:fix": "eslint src/**/*.{ts,tsx} --fix --no-color",
|
|
"format": "prettier --write src/**/*.{ts,tsx}"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@craco/craco": "^7.1.0",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/plotly.js": "^2.35.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.34.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"prettier": "^2.8.8"
|
|
}
|
|
}
|