2023-09-05 01:27:33 +03:00
|
|
|
{
|
2024-10-11 21:23:02 +03:00
|
|
|
"name": "enso-gui",
|
2023-09-22 06:43:25 +03:00
|
|
|
"version": "0.1.0",
|
|
|
|
"type": "module",
|
2024-10-11 21:23:02 +03:00
|
|
|
"private": true,
|
2023-09-22 06:43:25 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Enso Team",
|
|
|
|
"email": "contact@enso.org"
|
|
|
|
},
|
2024-10-11 21:23:02 +03:00
|
|
|
"homepage": "https://github.com/enso-org/enso/tree/develop/app/gui",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:enso-org/enso.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/enso-org/enso/issues"
|
|
|
|
},
|
|
|
|
"//": {},
|
2023-09-05 01:27:33 +03:00
|
|
|
"scripts": {
|
2024-10-11 21:23:02 +03:00
|
|
|
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json",
|
|
|
|
"build": "vite build",
|
2024-08-08 15:12:05 +03:00
|
|
|
"build-cloud": "cross-env CLOUD_BUILD=true corepack pnpm run build",
|
2023-09-05 01:27:33 +03:00
|
|
|
"preview": "vite preview",
|
2024-10-11 21:23:02 +03:00
|
|
|
"lint": "cross-env eslint . --max-warnings=0",
|
|
|
|
"format": "prettier --version && prettier --write src/ && eslint . --fix",
|
|
|
|
"dev:vite": "vite",
|
2024-08-08 15:12:05 +03:00
|
|
|
"test": "corepack pnpm run /^^^^test:.*/",
|
|
|
|
"test:unit": "vitest run",
|
|
|
|
"test-dev:unit": "vitest",
|
2024-10-11 21:23:02 +03:00
|
|
|
"test:e2e": "cross-env NODE_ENV=production playwright test",
|
|
|
|
"test-dev:e2e": "cross-env NODE_ENV=production playwright test --ui",
|
2024-10-21 13:30:19 +03:00
|
|
|
"test-dev-dashboard:e2e": "cross-env NODE_ENV=production playwright test ./e2e/dashboard/ --ui",
|
2024-10-14 19:11:42 +03:00
|
|
|
"preinstall": "corepack pnpm run generate-metadata",
|
2023-12-12 17:27:40 +03:00
|
|
|
"postinstall": "playwright install",
|
2024-10-14 19:11:42 +03:00
|
|
|
"generate-metadata": "node scripts/generateIconMetadata.js"
|
2023-09-05 01:27:33 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-11 21:23:02 +03:00
|
|
|
"@aws-amplify/auth": "5.6.5",
|
|
|
|
"@aws-amplify/core": "5.8.5",
|
|
|
|
"@hookform/resolvers": "^3.4.0",
|
|
|
|
"@internationalized/date": "^3.5.5",
|
|
|
|
"@monaco-editor/react": "4.6.0",
|
|
|
|
"@sentry/react": "^7.74.0",
|
|
|
|
"@react-aria/interactions": "^3.22.3",
|
|
|
|
"@stripe/react-stripe-js": "^2.7.1",
|
|
|
|
"@stripe/stripe-js": "^3.5.0",
|
|
|
|
"@tanstack/react-query": "5.55.0",
|
|
|
|
"@tanstack/vue-query": ">= 5.54.0 < 5.56.0",
|
|
|
|
"ajv": "^8.12.0",
|
|
|
|
"amazon-cognito-identity-js": "6.3.6",
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
"enso-common": "workspace:*",
|
|
|
|
"framer-motion": "11.3.0",
|
|
|
|
"input-otp": "1.2.4",
|
|
|
|
"is-network-error": "^1.0.1",
|
|
|
|
"monaco-editor": "0.48.0",
|
|
|
|
"qrcode.react": "3.1.0",
|
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-aria": "^3.34.3",
|
|
|
|
"react-aria-components": "^1.3.3",
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
"react-error-boundary": "4.0.13",
|
|
|
|
"react-hook-form": "^7.51.4",
|
|
|
|
"react-router": "^6.23.1",
|
|
|
|
"react-router-dom": "^6.23.1",
|
|
|
|
"react-stately": "^3.32.2",
|
|
|
|
"react-toastify": "^9.1.3",
|
|
|
|
"tailwind-merge": "^2.3.0",
|
|
|
|
"tailwind-variants": "0.2.1",
|
|
|
|
"tiny-invariant": "^1.3.3",
|
|
|
|
"ts-results": "^3.3.0",
|
|
|
|
"validator": "^13.12.0",
|
|
|
|
"zod": "^3.23.8",
|
|
|
|
"zustand": "^4.5.4",
|
2024-09-23 17:24:40 +03:00
|
|
|
"@ag-grid-community/client-side-row-model": "^31.1.1",
|
|
|
|
"@ag-grid-community/core": "^31.1.1",
|
|
|
|
"@ag-grid-community/styles": "^31.1.1",
|
|
|
|
"@ag-grid-enterprise/core": "^31.1.1",
|
|
|
|
"@ag-grid-enterprise/range-selection": "^31.1.1",
|
2024-07-05 14:13:04 +03:00
|
|
|
"@babel/parser": "^7.24.7",
|
|
|
|
"@codemirror/commands": "^6.6.0",
|
|
|
|
"@codemirror/language": "^6.10.2",
|
|
|
|
"@codemirror/lint": "^6.8.1",
|
|
|
|
"@codemirror/search": "^6.5.6",
|
|
|
|
"@codemirror/state": "^6.4.1",
|
|
|
|
"@codemirror/view": "^6.28.3",
|
2023-10-04 13:53:54 +03:00
|
|
|
"@fast-check/vitest": "^0.0.8",
|
2024-04-12 16:44:13 +03:00
|
|
|
"@floating-ui/vue": "^1.0.6",
|
2024-06-10 17:15:36 +03:00
|
|
|
"@lexical/code": "^0.16.0",
|
|
|
|
"@lexical/link": "^0.16.0",
|
|
|
|
"@lexical/list": "^0.16.0",
|
|
|
|
"@lexical/markdown": "^0.16.0",
|
|
|
|
"@lexical/plain-text": "^0.16.0",
|
|
|
|
"@lexical/rich-text": "^0.16.0",
|
2024-07-17 12:10:42 +03:00
|
|
|
"@lexical/selection": "^0.16.0",
|
2024-06-10 17:15:36 +03:00
|
|
|
"@lexical/table": "^0.16.0",
|
|
|
|
"@lexical/utils": "^0.16.0",
|
2023-10-16 17:04:43 +03:00
|
|
|
"@lezer/common": "^1.1.0",
|
|
|
|
"@lezer/highlight": "^1.1.6",
|
2024-08-08 15:12:05 +03:00
|
|
|
"@noble/hashes": "^1.4.0",
|
2023-09-05 01:27:33 +03:00
|
|
|
"@vueuse/core": "^10.4.1",
|
2024-09-20 19:31:45 +03:00
|
|
|
"@vueuse/gesture": "^2.0.0",
|
2024-09-23 17:24:40 +03:00
|
|
|
"ag-grid-community": "^31.1.1",
|
|
|
|
"ag-grid-enterprise": "^31.1.1",
|
|
|
|
"ag-grid-vue3": "^31.1.1",
|
2023-09-26 13:22:15 +03:00
|
|
|
"codemirror": "^6.0.1",
|
2023-10-04 14:24:10 +03:00
|
|
|
"culori": "^3.2.0",
|
2023-09-27 18:33:41 +03:00
|
|
|
"events": "^3.3.0",
|
2023-09-26 11:14:56 +03:00
|
|
|
"hash-sum": "^2.0.0",
|
2023-10-29 22:02:07 +03:00
|
|
|
"install": "^0.13.0",
|
2023-09-22 06:43:25 +03:00
|
|
|
"isomorphic-ws": "^5.0.0",
|
2024-06-10 17:15:36 +03:00
|
|
|
"lexical": "^0.16.0",
|
2023-10-07 23:57:47 +03:00
|
|
|
"lib0": "^0.2.85",
|
2023-09-26 11:14:56 +03:00
|
|
|
"magic-string": "^0.30.3",
|
2023-10-04 14:24:10 +03:00
|
|
|
"murmurhash": "^2.0.1",
|
2023-09-22 06:43:25 +03:00
|
|
|
"postcss-inline-svg": "^6.0.0",
|
2023-09-26 11:14:56 +03:00
|
|
|
"postcss-nesting": "^12.0.1",
|
|
|
|
"sucrase": "^3.34.0",
|
2024-05-27 20:32:42 +03:00
|
|
|
"veaury": "^2.3.18",
|
2024-09-10 20:18:35 +03:00
|
|
|
"vue": "^3.5.2",
|
2024-08-12 17:45:58 +03:00
|
|
|
"vue-component-type-helpers": "^2.0.29",
|
2023-09-26 13:22:15 +03:00
|
|
|
"y-codemirror.next": "^0.3.2",
|
2023-09-05 01:27:33 +03:00
|
|
|
"y-protocols": "^1.0.5",
|
|
|
|
"y-textarea": "^1.0.0",
|
|
|
|
"y-websocket": "^1.5.0",
|
2024-08-08 15:12:05 +03:00
|
|
|
"ydoc-shared": "workspace:*",
|
2024-10-11 21:23:02 +03:00
|
|
|
"yjs": "^13.6.7"
|
2023-09-05 01:27:33 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-11 21:23:02 +03:00
|
|
|
"@fast-check/vitest": "^0.0.8",
|
|
|
|
"@modyfi/vite-plugin-yaml": "^1.0.4",
|
|
|
|
"@playwright/test": "^1.40.0",
|
|
|
|
"@react-types/shared": "^3.22.1",
|
|
|
|
"@tanstack/react-query-devtools": "5.45.1",
|
|
|
|
"@types/node": "^20.11.21",
|
|
|
|
"@types/react": "^18.0.27",
|
|
|
|
"@types/react-dom": "^18.0.10",
|
|
|
|
"@types/validator": "^13.11.7",
|
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
|
|
"chalk": "^5.3.0",
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"enso-chat": "git://github.com/enso-org/enso-bot",
|
|
|
|
"fast-check": "^3.15.0",
|
|
|
|
"playwright": "^1.39.0",
|
|
|
|
"postcss": "^8.4.29",
|
|
|
|
"prettier-plugin-organize-imports": "^4.0.0",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
|
|
"react-toastify": "^9.1.3",
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"tailwindcss-animate": "1.0.7",
|
|
|
|
"tailwindcss-react-aria-components": "^1.1.1",
|
|
|
|
"typescript": "^5.5.3",
|
|
|
|
"vite": "^5.3.5",
|
|
|
|
"vitest": "^1.3.1",
|
2024-08-08 15:12:05 +03:00
|
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
2023-09-26 11:14:56 +03:00
|
|
|
"@danmarshall/deckgl-typings": "^4.9.28",
|
2024-03-06 18:34:07 +03:00
|
|
|
"@histoire/plugin-vue": "^0.17.12",
|
2023-11-27 18:48:37 +03:00
|
|
|
"@open-rpc/server-js": "^1.9.4",
|
2024-08-08 15:12:05 +03:00
|
|
|
"@tsconfig/node20": "^20.1.4",
|
2023-11-27 18:48:37 +03:00
|
|
|
"@types/css.escape": "^1.5.2",
|
2023-10-04 14:24:10 +03:00
|
|
|
"@types/culori": "^2.0.1",
|
2023-09-26 11:14:56 +03:00
|
|
|
"@types/d3": "^7.4.0",
|
|
|
|
"@types/hash-sum": "^1.0.0",
|
2023-09-05 01:27:33 +03:00
|
|
|
"@types/jsdom": "^21.1.1",
|
2023-09-26 11:14:56 +03:00
|
|
|
"@types/mapbox-gl": "^2.7.13",
|
2023-09-20 12:16:18 +03:00
|
|
|
"@types/shuffle-seed": "^1.1.0",
|
2024-07-17 12:10:42 +03:00
|
|
|
"@types/tar": "^6.1.4",
|
2023-11-03 23:09:45 +03:00
|
|
|
"@types/wicg-file-system-access": "^2023.10.2",
|
2023-09-07 18:02:55 +03:00
|
|
|
"@types/ws": "^8.5.5",
|
2024-03-06 18:34:07 +03:00
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
|
|
"@vitest/coverage-v8": "^1.3.1",
|
2024-06-17 15:09:35 +03:00
|
|
|
"@vue/test-utils": "^2.4.6",
|
2024-03-06 18:34:07 +03:00
|
|
|
"@vue/tsconfig": "^0.5.1",
|
2023-11-27 18:48:37 +03:00
|
|
|
"css.escape": "^1.5.1",
|
2023-10-02 12:03:47 +03:00
|
|
|
"d3": "^7.4.0",
|
2024-07-05 14:13:04 +03:00
|
|
|
"enso-common": "workspace:*",
|
2023-10-29 22:02:07 +03:00
|
|
|
"floating-vue": "^2.0.0-beta.24",
|
2024-08-08 15:12:05 +03:00
|
|
|
"hash-wasm": "^4.11.0",
|
2023-10-29 22:02:07 +03:00
|
|
|
"histoire": "^0.17.2",
|
2024-07-05 14:13:04 +03:00
|
|
|
"jsdom": "^24.1.0",
|
2023-09-22 06:43:25 +03:00
|
|
|
"postcss-nesting": "^12.0.1",
|
2024-07-05 14:13:04 +03:00
|
|
|
"prettier": "^3.3.2",
|
2024-07-17 12:10:42 +03:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2023-09-20 12:16:18 +03:00
|
|
|
"shuffle-seed": "^1.1.6",
|
2023-09-26 11:14:56 +03:00
|
|
|
"sql-formatter": "^13.0.0",
|
2024-07-17 12:10:42 +03:00
|
|
|
"tar": "^6.2.1",
|
2024-03-06 18:34:07 +03:00
|
|
|
"tsx": "^4.7.1",
|
2024-07-25 17:26:29 +03:00
|
|
|
"vite-plugin-vue-devtools": "7.3.7",
|
2024-08-08 15:12:05 +03:00
|
|
|
"vite-plugin-wasm": "^3.3.0",
|
2024-01-10 19:22:11 +03:00
|
|
|
"vue-react-wrapper": "^0.3.1",
|
2024-07-17 12:10:42 +03:00
|
|
|
"vue-tsc": "^2.0.24",
|
2024-08-08 15:12:05 +03:00
|
|
|
"yaml": "^2.4.5",
|
|
|
|
"ydoc-server": "workspace:*"
|
2024-10-11 21:23:02 +03:00
|
|
|
},
|
|
|
|
"overrides": {
|
|
|
|
"@aws-amplify/auth": "../_IGNORED_",
|
|
|
|
"react-native-url-polyfill": "../_IGNORED_"
|
2023-09-05 01:27:33 +03:00
|
|
|
}
|
|
|
|
}
|