You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ctk/services/frontend/package.json

97 lines
2.7 KiB
JSON

{
"name": "ctk-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@codemirror/autocomplete": "^0.19.0",
"@codemirror/closebrackets": "^0.19.0",
"@codemirror/commands": "^0.19.0",
"@codemirror/comment": "^0.19.0",
"@codemirror/fold": "^0.19.0",
"@codemirror/history": "^0.19.0",
"@codemirror/lang-json": "^0.19.2",
"@codemirror/lang-python": "^0.19.0",
"@codemirror/legacy-modes": "^0.19.0",
"@codemirror/lint": "^0.19.0",
"@codemirror/matchbrackets": "^0.19.0",
"@codemirror/rectangular-selection": "^0.19.0",
"@codemirror/search": "^0.19.0",
"@codemirror/stream-parser": "^0.19.9",
"@codemirror/view": "^0.19.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.5",
"@jsplumb/browser-ui": "^5.5.2",
"@jsplumb/common": "^5.5.2",
"@jsplumb/connector-bezier": "^5.5.2",
"@jsplumb/core": "^5.5.2",
"@jsplumb/util": "^5.5.2",
"@mui/joy": "^5.0.0-alpha.36",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.27.2",
"codemirror": "^5.65.5",
"d3": "^7.3.0",
"formik": "^2.2.9",
"lodash": "^4.17.21",
"random-words": "^1.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.2.0",
"react-query": "^3.39.1",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"tailwindcss": "^3.0.19",
"typescript": "^4.5.5",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4",
"yaml": "^1.10.2",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"lint": "eslint . --ext .ts"
},
"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": {
"@types/d3": "^7.1.0",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.22",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.11",
"@types/uuid": "^8.3.4",
"autoprefixer": "10.4.7",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.14",
"prettier": "^2.7.1"
}
}