2023-03-15 14:54:16 +03:00
|
|
|
{
|
|
|
|
"name": "enso-dashboard",
|
|
|
|
"version": "0.1.0",
|
2023-03-31 17:19:07 +03:00
|
|
|
"type": "module",
|
2024-01-10 19:22:11 +03:00
|
|
|
"main": "./src/index.tsx",
|
2023-03-15 14:54:16 +03:00
|
|
|
"private": true,
|
2024-01-10 19:22:11 +03:00
|
|
|
"imports": {
|
|
|
|
"#/*": "./src/*"
|
|
|
|
},
|
|
|
|
"exports": {
|
|
|
|
".": "./src/index.tsx",
|
|
|
|
"./src/platform": "./src/platform.ts",
|
|
|
|
"./src/tailwind.css": "./src/tailwind.css"
|
|
|
|
},
|
2023-03-31 17:19:07 +03:00
|
|
|
"scripts": {
|
2024-01-10 19:22:11 +03:00
|
|
|
"compile": "tsc",
|
|
|
|
"typecheck": "tsc --noEmit",
|
2024-01-31 14:35:41 +03:00
|
|
|
"build": "vite build",
|
2023-11-29 20:29:25 +03:00
|
|
|
"dev": "vite",
|
2024-01-31 14:35:41 +03:00
|
|
|
"dev:e2e": "vite -c vite.test.config.ts",
|
2024-02-01 14:03:58 +03:00
|
|
|
"test": "npm run test:unit && npm run test:e2e",
|
|
|
|
"test:unit": "vitest run",
|
|
|
|
"test:unit:debug": "vitest",
|
2024-01-31 14:35:41 +03:00
|
|
|
"test:e2e": "npx playwright test",
|
|
|
|
"test:e2e:debug": "npx playwright test --ui"
|
2023-03-31 17:19:07 +03:00
|
|
|
},
|
2024-01-31 14:35:41 +03:00
|
|
|
"//": [
|
|
|
|
"@fortawesome/fontawesome-svg-core is required as a peer dependency for @fortawesome/react-fontawesome"
|
|
|
|
],
|
2023-03-15 14:54:16 +03:00
|
|
|
"dependencies": {
|
2024-01-10 19:22:11 +03:00
|
|
|
"@aws-amplify/auth": "^5.6.5",
|
|
|
|
"@aws-amplify/core": "^5.8.5",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
2023-11-03 03:38:30 +03:00
|
|
|
"@sentry/react": "^7.74.0",
|
2024-01-10 19:22:11 +03:00
|
|
|
"enso-common": "^1.0.0",
|
2024-01-25 09:36:03 +03:00
|
|
|
"is-network-error": "^1.0.1",
|
2023-03-15 14:54:16 +03:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2024-01-10 19:22:11 +03:00
|
|
|
"react-router-dom": "^6.8.1",
|
|
|
|
"react-toastify": "^9.1.3",
|
|
|
|
"ts-results": "^3.3.0",
|
2023-11-30 15:40:01 +03:00
|
|
|
"validator": "^13.11.0"
|
2023-03-15 14:54:16 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-31 17:19:07 +03:00
|
|
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
2024-01-09 13:43:18 +03:00
|
|
|
"@fast-check/vitest": "^0.0.8",
|
2024-01-10 19:22:11 +03:00
|
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
|
2023-10-11 13:24:33 +03:00
|
|
|
"@modyfi/vite-plugin-yaml": "^1.0.4",
|
2023-11-27 18:48:37 +03:00
|
|
|
"@playwright/experimental-ct-react": "^1.40.0",
|
|
|
|
"@playwright/test": "^1.40.0",
|
2023-11-21 09:34:46 +03:00
|
|
|
"@types/node": "^18.17.5",
|
|
|
|
"@types/react": "^18.0.27",
|
|
|
|
"@types/react-dom": "^18.0.10",
|
2023-11-30 15:40:01 +03:00
|
|
|
"@types/validator": "^13.11.7",
|
2023-09-22 06:43:25 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
|
|
"@typescript-eslint/parser": "^6.7.2",
|
2024-01-10 19:22:11 +03:00
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
2023-08-17 13:32:53 +03:00
|
|
|
"chalk": "^5.3.0",
|
2023-07-27 11:53:00 +03:00
|
|
|
"enso-chat": "git://github.com/enso-org/enso-bot",
|
2024-01-10 19:22:11 +03:00
|
|
|
"esbuild": "^0.19.3",
|
2023-10-11 13:24:33 +03:00
|
|
|
"esbuild-plugin-inline-image": "^0.0.9",
|
2024-01-10 19:22:11 +03:00
|
|
|
"esbuild-plugin-time": "^1.0.0",
|
2023-09-22 06:43:25 +03:00
|
|
|
"eslint": "^8.49.0",
|
|
|
|
"eslint-plugin-jsdoc": "^46.8.1",
|
2023-03-15 14:54:16 +03:00
|
|
|
"eslint-plugin-react": "^7.32.1",
|
2024-01-09 13:43:18 +03:00
|
|
|
"fast-check": "^3.15.0",
|
2023-10-11 13:24:33 +03:00
|
|
|
"playwright": "^1.38.0",
|
2023-11-29 20:29:25 +03:00
|
|
|
"postcss": "^8.4.29",
|
2023-07-24 22:58:53 +03:00
|
|
|
"react-toastify": "^9.1.3",
|
2023-03-31 17:19:07 +03:00
|
|
|
"tailwindcss": "^3.2.7",
|
2024-01-10 19:22:11 +03:00
|
|
|
"ts-plugin-namespace-auto-import": "^1.0.0",
|
2023-11-29 20:29:25 +03:00
|
|
|
"typescript": "~5.2.2",
|
2024-01-08 15:58:09 +03:00
|
|
|
"vite": "^4.4.9",
|
|
|
|
"vitest": "^0.34.4"
|
2023-03-15 14:54:16 +03:00
|
|
|
},
|
2023-03-31 17:19:07 +03:00
|
|
|
"optionalDependencies": {
|
2023-04-11 09:04:27 +03:00
|
|
|
"@esbuild/darwin-x64": "^0.17.15",
|
|
|
|
"@esbuild/linux-x64": "^0.17.15",
|
|
|
|
"@esbuild/windows-x64": "^0.17.15"
|
2024-01-10 19:22:11 +03:00
|
|
|
},
|
|
|
|
"overrides": {
|
|
|
|
"@aws-amplify/auth": "../_IGNORED_",
|
|
|
|
"react-native-url-polyfill": "../_IGNORED_"
|
2023-03-15 14:54:16 +03:00
|
|
|
}
|
|
|
|
}
|