2022-05-23 05:16:04 +03:00
|
|
|
{
|
2023-09-22 06:43:25 +03:00
|
|
|
"name": "enso-ide-desktop",
|
2022-05-23 05:16:04 +03:00
|
|
|
"version": "1.0.0",
|
2022-06-01 14:44:40 +03:00
|
|
|
"type": "module",
|
2022-05-23 05:16:04 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Enso Team",
|
|
|
|
"email": "contact@enso.org"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/enso-org/enso",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:enso-org/enso.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/enso-org/enso/issues"
|
|
|
|
},
|
|
|
|
"private": true,
|
2022-09-19 22:02:18 +03:00
|
|
|
"devDependencies": {
|
2023-09-22 06:43:25 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
|
|
"@typescript-eslint/parser": "^6.7.2",
|
2023-03-15 14:54:16 +03:00
|
|
|
"cross-env": "^7.0.3",
|
2023-09-22 06:43:25 +03:00
|
|
|
"eslint": "^8.49.0",
|
|
|
|
"eslint-plugin-jsdoc": "^46.8.1",
|
2023-07-19 12:48:39 +03:00
|
|
|
"eslint-plugin-react": "^7.32.2",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0"
|
2022-09-19 22:02:18 +03:00
|
|
|
},
|
2022-05-23 05:16:04 +03:00
|
|
|
"scripts": {
|
2023-03-15 14:54:16 +03:00
|
|
|
"watch": "npm run watch --workspace enso-content",
|
2023-03-31 17:19:07 +03:00
|
|
|
"watch-dashboard": "npm run watch --workspace enso-dashboard",
|
2023-04-13 18:17:32 +03:00
|
|
|
"build-dashboard": "npm run build --workspace enso-dashboard",
|
2023-09-22 06:43:25 +03:00
|
|
|
"test-dashboard": "npm run test --workspace enso-dashboard",
|
|
|
|
"typecheck": "npx tsc -p lib/types/tsconfig.json",
|
2023-10-04 13:53:54 +03:00
|
|
|
"lint-only": "eslint .",
|
|
|
|
"lint": "npm run --workspace=enso-gui2 compile-server && npm run lint-only"
|
2023-07-06 14:52:32 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-09-22 06:43:25 +03:00
|
|
|
"esbuild-plugin-inline-image": "^0.0.9",
|
2023-07-06 14:52:32 +03:00
|
|
|
"eslint-plugin-react": "^7.32.2",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0"
|
2022-05-23 05:16:04 +03:00
|
|
|
}
|
|
|
|
}
|