2021-08-03 04:40:40 +03:00
|
|
|
{
|
2022-09-21 11:08:25 +03:00
|
|
|
"name": "@hcengineering/platform-rig",
|
2021-08-03 22:02:59 +03:00
|
|
|
"version": "0.6.0",
|
2021-08-03 04:40:40 +03:00
|
|
|
"scripts": {
|
2024-02-19 06:14:12 +03:00
|
|
|
"build": "echo 'Not required'",
|
|
|
|
"format": "echo 'Not required'"
|
2021-08-03 04:40:40 +03:00
|
|
|
},
|
2024-02-23 08:37:22 +03:00
|
|
|
"devDependencies": {
|
|
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
|
|
"svelte-eslint-parser": "^0.33.1",
|
|
|
|
"esbuild": "^0.20.0",
|
|
|
|
"esbuild-svelte": "^0.8.0",
|
|
|
|
"esbuild-plugin-copy": "~2.1.1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"typescript": "^5.3.3"
|
|
|
|
},
|
2023-10-24 19:00:18 +03:00
|
|
|
"bin": {
|
2023-11-29 14:08:23 +03:00
|
|
|
"format": "./bin/format.js",
|
2024-02-12 19:57:11 +03:00
|
|
|
"compile": "./bin/compile.js",
|
|
|
|
"do-svelte-check": "./bin/do-svelte-check.js",
|
2023-11-29 14:08:23 +03:00
|
|
|
"bump-package-version": "./bin/bump-package-version.js"
|
2023-10-24 19:00:18 +03:00
|
|
|
},
|
2021-08-03 20:04:45 +03:00
|
|
|
"peerDependencies": {
|
2023-11-20 13:01:43 +03:00
|
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
|
|
"eslint": "^8.54.0"
|
2021-08-03 04:40:40 +03:00
|
|
|
}
|
|
|
|
}
|