warpgate/warpgate-admin/app/package.json

54 lines
1.9 KiB
JSON
Raw Normal View History

2022-04-11 04:58:58 +08:00
{
"name": "warpgate-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
2022-04-18 21:51:10 +08:00
"watch": "vite build -w --mode development --minify false",
2022-04-11 04:58:58 +08:00
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint src",
"postinstall": "yarn run openapi-client",
"openapi-schema": "curl http://localhost:8888/api/openapi.json > openapi-schema.json",
"openapi-client": "openapi-generator-cli generate -g typescript-fetch -i openapi-schema.json -o api-client -p npmName=warpgate-api-client -p useSingleRequestParameter=true && cd api-client && npm i && npm run build",
"openapi": "yarn run openapi-schema && yarn run openapi-client"
},
"devDependencies": {
"@fontsource/work-sans": "^4.5.7",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@openapitools/openapi-generator-cli": "^2.5.1",
2022-04-11 04:58:58 +08:00
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"@tsconfig/svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"bootstrap": "^5.1.3",
"eslint": "^8.14.0",
2022-04-11 04:58:58 +08:00
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-typescript": "^2.7.1",
2022-04-11 04:58:58 +08:00
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-svelte3": "^3.4.1",
2022-04-18 21:51:10 +08:00
"format-duration": "^2.0.0",
2022-04-11 04:58:58 +08:00
"moment": "^2.29.2",
"sass": "^1.51.0",
2022-04-11 04:58:58 +08:00
"svelte": "^3.44.0",
"svelte-check": "^2.7.0",
2022-04-11 04:58:58 +08:00
"svelte-fa": "^2.4.0",
"svelte-preprocess": "^4.10.6",
2022-04-11 04:58:58 +08:00
"svelte-spa-router": "^3.2.0",
"sveltestrap": "^5.9.0",
2022-04-11 04:58:58 +08:00
"thenby": "^1.3.4",
"tslib": "^2.3.1",
"typescript": "^4.6.4",
2022-04-11 04:58:58 +08:00
"vite": "^2.8.0",
"vite-plugin-checker": "^0.4.6",
2022-04-18 21:51:10 +08:00
"vite-tsconfig-paths": "^3.4.0",
"xterm": "^4.18.0",
"xterm-addon-serialize": "^0.6.2"
2022-04-11 04:58:58 +08:00
}
}