mirror of
https://github.com/enso-org/enso.git
synced 2024-11-10 12:48:25 +03:00
cf16d32894
Because several tasks require execution context, this is a fast PR making one. # Important Notes * Changes in languageServer.ts and languageServerTypes.ts were directly ported from #7873 * We display warning about missing namespace, because the dashboard does not provide us any. Needs to be fixed at some point.
91 lines
2.6 KiB
JSON
91 lines
2.6 KiB
JSON
{
|
|
"version": "0.1.0",
|
|
"name": "enso-gui2",
|
|
"private": true,
|
|
"type": "module",
|
|
"author": {
|
|
"name": "Enso Team",
|
|
"email": "contact@enso.org"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p typecheck build-only",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"test:e2e": "playwright test",
|
|
"test": "vitest run",
|
|
"build-only": "vite build",
|
|
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write src/ && eslint . --fix",
|
|
"build-rust-ffi": "cd rust-ffi && wasm-pack build --release --target web",
|
|
"preinstall": "npm run build-rust-ffi"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": "^7.22.16",
|
|
"@open-rpc/client-js": "^1.8.1",
|
|
"@vueuse/core": "^10.4.1",
|
|
"codemirror": "^6.0.1",
|
|
"enso-authentication": "^1.0.0",
|
|
"events": "^3.3.0",
|
|
"install": "^0.13.0",
|
|
"hash-sum": "^2.0.0",
|
|
"isomorphic-ws": "^5.0.0",
|
|
"lib0": "^0.2.83",
|
|
"magic-string": "^0.30.3",
|
|
"pinia": "^2.1.6",
|
|
"postcss-inline-svg": "^6.0.0",
|
|
"postcss-nesting": "^12.0.1",
|
|
"sha3": "^2.1.4",
|
|
"sucrase": "^3.34.0",
|
|
"vue": "^3.3.4",
|
|
"vue-codemirror": "^6.1.1",
|
|
"ws": "^8.13.0",
|
|
"y-codemirror.next": "^0.3.2",
|
|
"y-protocols": "^1.0.5",
|
|
"y-textarea": "^1.0.0",
|
|
"y-websocket": "^1.5.0",
|
|
"yjs": "^13.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"@danmarshall/deckgl-typings": "^4.9.28",
|
|
"@eslint/eslintrc": "^2.1.2",
|
|
"@eslint/js": "^8.49.0",
|
|
"@playwright/test": "^1.37.0",
|
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
"@tsconfig/node18": "^18.2.0",
|
|
"@types/d3": "^7.4.0",
|
|
"@types/hash-sum": "^1.0.0",
|
|
"@types/jsdom": "^21.1.1",
|
|
"@types/mapbox-gl": "^2.7.13",
|
|
"@types/node": "^18.17.5",
|
|
"@types/shuffle-seed": "^1.1.0",
|
|
"@types/ws": "^8.5.5",
|
|
"@vitejs/plugin-react": "^4.0.4",
|
|
"@vitejs/plugin-vue": "^4.3.1",
|
|
"@volar/vue-typescript": "^1.6.5",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"@vue/test-utils": "^2.4.1",
|
|
"@vue/tsconfig": "^0.4.0",
|
|
"ag-grid-community": "^30.1.0",
|
|
"ag-grid-enterprise": "^30.1.0",
|
|
"esbuild": "^0.19.3",
|
|
"eslint": "^8.49.0",
|
|
"eslint-plugin-vue": "^9.16.1",
|
|
"jsdom": "^22.1.0",
|
|
"postcss-nesting": "^12.0.1",
|
|
"prettier": "^3.0.0",
|
|
"prettier-plugin-organize-imports": "^3.2.3",
|
|
"shuffle-seed": "^1.1.6",
|
|
"sql-formatter": "^13.0.0",
|
|
"tailwindcss": "^3.2.7",
|
|
"typescript": "~5.2.2",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-inspect": "^0.7.38",
|
|
"vite-plugin-top-level-await": "^1.3.1",
|
|
"vitest": "^0.34.2",
|
|
"vue-tsc": "^1.8.8"
|
|
}
|
|
}
|