2021-08-03 01:40:40 +00:00
|
|
|
{
|
2022-09-21 08:08:25 +00:00
|
|
|
"name": "@hcengineering/platform-rig",
|
2021-08-03 19:02:59 +00:00
|
|
|
"version": "0.6.0",
|
2021-08-03 01:40:40 +00:00
|
|
|
"scripts": {
|
2024-02-19 03:14:12 +00:00
|
|
|
"build": "echo 'Not required'",
|
|
|
|
"format": "echo 'Not required'"
|
2021-08-03 01:40:40 +00:00
|
|
|
},
|
2024-02-23 05:37:22 +00: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 16:00:18 +00:00
|
|
|
"bin": {
|
2023-11-29 11:08:23 +00:00
|
|
|
"format": "./bin/format.js",
|
2024-02-12 16:57:11 +00:00
|
|
|
"compile": "./bin/compile.js",
|
|
|
|
"do-svelte-check": "./bin/do-svelte-check.js",
|
2023-11-29 11:08:23 +00:00
|
|
|
"bump-package-version": "./bin/bump-package-version.js"
|
2023-10-24 16:00:18 +00:00
|
|
|
},
|
2021-08-03 17:04:45 +00:00
|
|
|
"peerDependencies": {
|
2023-11-20 10:01:43 +00:00
|
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
|
|
"eslint": "^8.54.0"
|
2021-08-03 01:40:40 +00:00
|
|
|
}
|
|
|
|
}
|