|
2 | 2 | "name": "flowtest", |
3 | 3 | "version": "1.0.0", |
4 | 4 | "private": true, |
| 5 | + "homepage": ".", |
5 | 6 | "dependencies": { |
6 | 7 | "@emotion/react": "^11.11.1", |
7 | 8 | "@emotion/styled": "^11.11.0", |
8 | | - "@mui/icons-material": "^5.14.9", |
9 | | - "@mui/joy": "^5.0.0-beta.7", |
10 | | - "@mui/material": "^5.14.10", |
11 | | - "@tabler/icons-react": "^2.34.0", |
| 9 | + "@headlessui/react": "^1.7.18", |
| 10 | + "@heroicons/react": "^2.1.1", |
12 | 11 | "@testing-library/jest-dom": "^5.17.0", |
13 | 12 | "@testing-library/react": "^13.4.0", |
14 | 13 | "@testing-library/user-event": "^13.5.0", |
| 14 | + "@tippyjs/react": "^4.2.6", |
| 15 | + "allotment": "^1.20.0", |
| 16 | + "autoprefixer": "^10.4.18", |
15 | 17 | "axios": "^1.5.1", |
| 18 | + "eslint-import-resolver-alias": "^1.1.2", |
| 19 | + "eslint-plugin-import": "^2.29.1", |
| 20 | + "immer": "^10.0.4", |
| 21 | + "lodash": "^4.17.21", |
16 | 22 | "notistack": "^3.0.1", |
| 23 | + "postcss": "^8.4.35", |
17 | 24 | "react": "^18.2.0", |
18 | 25 | "react-dom": "^18.2.0", |
| 26 | + "react-edit-text": "^5.1.1", |
| 27 | + "react-icons": "^5.0.1", |
19 | 28 | "react-perfect-scrollbar": "^1.5.8", |
20 | 29 | "react-router": "^6.15.0", |
21 | | - "react-router-dom": "^6.15.0", |
| 30 | + "react-router-dom": "^6.22.2", |
22 | 31 | "react-scripts": "5.0.1", |
| 32 | + "react-sliding-pane": "^7.3.0", |
| 33 | + "react-toastify": "^10.0.5", |
| 34 | + "react-tooltip": "^5.26.2", |
23 | 35 | "reactflow": "^11.8.3", |
24 | | - "web-vitals": "^2.1.4" |
| 36 | + "socket.io-client": "^4.7.4", |
| 37 | + "tailwindcss": "^3.4.1", |
| 38 | + "web-vitals": "^2.1.4", |
| 39 | + "zustand": "^4.5.2" |
25 | 40 | }, |
26 | 41 | "scripts": { |
27 | | - "start": "npm run build && cd server && npm start", |
| 42 | + "start": "npm run build && cd packages/flowtest-electron && npm start", |
28 | 43 | "build": "react-scripts build", |
29 | 44 | "test": "react-scripts test", |
30 | 45 | "eject": "react-scripts eject", |
31 | | - "postinstall": "cd server && npm install" |
| 46 | + "postinstall": "cd packages/flowtest-electron && npm install", |
| 47 | + "lint": "eslint src/**/*.{js,jsx,ts,tsx,json}", |
| 48 | + "lint:fix": "eslint --fix 'src/**/*.{js,jsx,ts,tsx,json}'", |
| 49 | + "format": "prettier --write '**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc", |
| 50 | + "clean": "rm -rf node_modules/ && rm -rf packages/flowtest-electron/node_modules/" |
32 | 51 | }, |
33 | 52 | "eslintConfig": { |
34 | 53 | "extends": [ |
|
47 | 66 | "last 1 firefox version", |
48 | 67 | "last 1 safari version" |
49 | 68 | ] |
| 69 | + }, |
| 70 | + "devDependencies": { |
| 71 | + "@tailwindcss/typography": "^0.5.10", |
| 72 | + "@types/node": "20.11.5", |
| 73 | + "daisyui": "^4.7.2", |
| 74 | + "eslint": "^8.56.0", |
| 75 | + "eslint-config-prettier": "^9.1.0", |
| 76 | + "eslint-plugin-import-alias": "^1.2.0", |
| 77 | + "eslint-plugin-prettier": "^5.1.3", |
| 78 | + "eslint-plugin-react": "^7.33.2", |
| 79 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 80 | + "prettier": "^3.2.5", |
| 81 | + "prettier-plugin-tailwindcss": "^0.5.11" |
50 | 82 | } |
51 | 83 | } |
0 commit comments