|
1 | 1 | {
|
2 |
| - "name": "parseable-console", |
3 |
| - "version": "0.1.0", |
4 |
| - "private": true, |
5 |
| - "type": "module", |
6 |
| - "scripts": { |
7 |
| - "dev": "vite --host --port 3001", |
8 |
| - "build": "tsc && vite build", |
9 |
| - "build:test": "tsc && vite build --mode test", |
10 |
| - "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
11 |
| - "start": "vite preview --host --port 3002", |
12 |
| - "tsCheck": "tsc --noEmit", |
13 |
| - "pq": "pretty-quick" |
14 |
| - }, |
15 |
| - "dependencies": { |
16 |
| - "@apache-arrow/ts": "^14.0.2", |
17 |
| - "@emotion/react": "^11.11.1", |
18 |
| - "@mantine/carousel": "^7.8.1", |
19 |
| - "@mantine/charts": "^7.8.1", |
20 |
| - "@mantine/code-highlight": "^7.8.1", |
21 |
| - "@mantine/core": "^7.8.1", |
22 |
| - "@mantine/dates": "^7.8.1", |
23 |
| - "@mantine/form": "^7.8.1", |
24 |
| - "@mantine/hooks": "^7.8.1", |
25 |
| - "@mantine/notifications": "^7.8.1", |
26 |
| - "@monaco-editor/react": "^4.5.1", |
27 |
| - "@tabler/icons-react": "^3.3.0", |
28 |
| - "@types/js-cookie": "^3.0.3", |
29 |
| - "axios": "^1.4.0", |
30 |
| - "dayjs": "^1.11.10", |
31 |
| - "embla-carousel-react": "7.1.0", |
32 |
| - "html2canvas": "^1.4.1", |
33 |
| - "http-status-codes": "^2.2.0", |
34 |
| - "immer": "^10.0.2", |
35 |
| - "jq-web": "^0.5.1", |
36 |
| - "js-cookie": "^3.0.5", |
37 |
| - "just-compare": "^2.3.0", |
38 |
| - "lodash": "^4.17.21", |
39 |
| - "long": "^5.2.3", |
40 |
| - "mantine-react-table": "2.0.0-beta.6", |
41 |
| - "moment-timezone": "^0.5.45", |
42 |
| - "ms": "^2.1.3", |
43 |
| - "nice-grpc-common": "^2.0.2", |
44 |
| - "nice-grpc-web": "^3.3.2", |
45 |
| - "protobufjs": "^7.2.5", |
46 |
| - "react": "^18.2.0", |
47 |
| - "react-beautiful-dnd": "^13.1.1", |
48 |
| - "react-dom": "^18.2.0", |
49 |
| - "react-error-boundary": "^4.0.10", |
50 |
| - "react-grid-layout": "^1.4.4", |
51 |
| - "react-query": "^3.39.3", |
52 |
| - "react-querybuilder": "^6.5.5", |
53 |
| - "react-resizable": "^3.0.5", |
54 |
| - "react-resizable-panels": "^0.0.53", |
55 |
| - "react-router-dom": "^6.14.0", |
56 |
| - "react-window": "^1.8.9" |
57 |
| - }, |
58 |
| - "devDependencies": { |
59 |
| - "@types/lodash": "^4.17.0", |
60 |
| - "@types/ms": "^0.7.31", |
61 |
| - "@types/node": "^20.3.2", |
62 |
| - "@types/react": "^18.2.14", |
63 |
| - "@types/react-beautiful-dnd": "^13.1.4", |
64 |
| - "@types/react-dom": "^18.2.6", |
65 |
| - "@types/react-grid-layout": "^1.3.5", |
66 |
| - "@types/react-resizable": "^3.0.8", |
67 |
| - "@types/react-window": "^1.8.5", |
68 |
| - "@typescript-eslint/eslint-plugin": "^5.60.1", |
69 |
| - "@typescript-eslint/parser": "^5.60.1", |
70 |
| - "@vitejs/plugin-react-swc": "^3.3.2", |
71 |
| - "eslint": "^8.43.0", |
72 |
| - "eslint-config-prettier": "^8.8.0", |
73 |
| - "eslint-plugin-import": "^2.27.5", |
74 |
| - "eslint-plugin-prettier": "^4.2.1", |
75 |
| - "eslint-plugin-react": "^7.32.2", |
76 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
77 |
| - "eslint-plugin-react-refresh": "^0.4.1", |
78 |
| - "postcss": "^8.4.33", |
79 |
| - "postcss-preset-mantine": "^1.13.0", |
80 |
| - "postcss-simple-vars": "^7.0.1", |
81 |
| - "prettier": "^2.8.8", |
82 |
| - "pretty-quick": "^3.1.3", |
83 |
| - "typescript": "^5.1.6", |
84 |
| - "vite": "^4.3.9" |
85 |
| - } |
| 2 | + "name": "parseable-console", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite --host --port 3001", |
| 8 | + "build": "tsc && vite build", |
| 9 | + "build:test": "tsc && vite build --mode test", |
| 10 | + "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 11 | + "start": "vite preview --host --port 3002", |
| 12 | + "tsCheck": "tsc --noEmit", |
| 13 | + "pq": "pretty-quick" |
| 14 | + }, |
| 15 | + "dependencies": { |
| 16 | + "@apache-arrow/ts": "^14.0.2", |
| 17 | + "@emotion/react": "^11.11.1", |
| 18 | + "@mantine/carousel": "^7.8.1", |
| 19 | + "@mantine/charts": "^7.8.1", |
| 20 | + "@mantine/code-highlight": "^7.8.1", |
| 21 | + "@mantine/core": "^7.8.1", |
| 22 | + "@mantine/dates": "^7.8.1", |
| 23 | + "@mantine/form": "^7.8.1", |
| 24 | + "@mantine/hooks": "^7.8.1", |
| 25 | + "@mantine/notifications": "^7.8.1", |
| 26 | + "@monaco-editor/react": "^4.5.1", |
| 27 | + "@tabler/icons-react": "^3.3.0", |
| 28 | + "@types/js-cookie": "^3.0.3", |
| 29 | + "axios": "^1.4.0", |
| 30 | + "dayjs": "^1.11.10", |
| 31 | + "embla-carousel-react": "7.1.0", |
| 32 | + "html2canvas": "^1.4.1", |
| 33 | + "http-status-codes": "^2.2.0", |
| 34 | + "immer": "^10.0.2", |
| 35 | + "jq-web": "^0.5.1", |
| 36 | + "js-cookie": "^3.0.5", |
| 37 | + "just-compare": "^2.3.0", |
| 38 | + "lodash": "^4.17.21", |
| 39 | + "long": "^5.2.3", |
| 40 | + "mantine-react-table": "2.0.0-beta.6", |
| 41 | + "moment-timezone": "^0.5.45", |
| 42 | + "ms": "^2.1.3", |
| 43 | + "nice-grpc-common": "^2.0.2", |
| 44 | + "nice-grpc-web": "^3.3.2", |
| 45 | + "protobufjs": "^7.2.5", |
| 46 | + "react": "^18.2.0", |
| 47 | + "react-beautiful-dnd": "^13.1.1", |
| 48 | + "react-dom": "^18.2.0", |
| 49 | + "react-error-boundary": "^4.0.10", |
| 50 | + "react-grid-layout": "^1.4.4", |
| 51 | + "react-query": "^3.39.3", |
| 52 | + "react-querybuilder": "^6.5.5", |
| 53 | + "react-resizable": "^3.0.5", |
| 54 | + "react-resizable-panels": "^0.0.53", |
| 55 | + "react-router-dom": "^6.14.0", |
| 56 | + "react-window": "^1.8.9" |
| 57 | + }, |
| 58 | + "devDependencies": { |
| 59 | + "@playwright/test": "^1.48.2", |
| 60 | + "@types/lodash": "^4.17.0", |
| 61 | + "@types/ms": "^0.7.31", |
| 62 | + "@types/node": "^20.3.2", |
| 63 | + "@types/react": "^18.2.14", |
| 64 | + "@types/react-beautiful-dnd": "^13.1.4", |
| 65 | + "@types/react-dom": "^18.2.6", |
| 66 | + "@types/react-grid-layout": "^1.3.5", |
| 67 | + "@types/react-resizable": "^3.0.8", |
| 68 | + "@types/react-window": "^1.8.5", |
| 69 | + "@typescript-eslint/eslint-plugin": "^5.60.1", |
| 70 | + "@typescript-eslint/parser": "^5.60.1", |
| 71 | + "@vitejs/plugin-react-swc": "^3.3.2", |
| 72 | + "eslint": "^8.43.0", |
| 73 | + "eslint-config-prettier": "^8.8.0", |
| 74 | + "eslint-plugin-import": "^2.27.5", |
| 75 | + "eslint-plugin-prettier": "^4.2.1", |
| 76 | + "eslint-plugin-react": "^7.32.2", |
| 77 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 78 | + "eslint-plugin-react-refresh": "^0.4.1", |
| 79 | + "postcss": "^8.4.33", |
| 80 | + "postcss-preset-mantine": "^1.13.0", |
| 81 | + "postcss-simple-vars": "^7.0.1", |
| 82 | + "prettier": "^2.8.8", |
| 83 | + "pretty-quick": "^3.1.3", |
| 84 | + "typescript": "^5.1.6", |
| 85 | + "vite": "^4.3.9" |
| 86 | + } |
86 | 87 | }
|
0 commit comments