mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
64 lines
2.1 KiB
JSON
64 lines
2.1 KiB
JSON
{
|
|
"name": "@appwrite/console",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json --fail-on-warnings --threshold warning",
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint .",
|
|
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
|
|
"test": "vitest run",
|
|
"test:ui": "vitest --ui",
|
|
"test:watch": "vitetest watch",
|
|
"e2e": "playwright test tests/e2e"
|
|
},
|
|
"dependencies": {
|
|
"@aw-labs/appwrite-console": "^6.0.0",
|
|
"@aw-labs/icons": "0.0.0-55",
|
|
"@aw-labs/ui": "0.0.0-55",
|
|
"echarts": "^5.3.3",
|
|
"prismjs": "^1.29.0",
|
|
"tippy.js": "^6.3.7",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.25.2",
|
|
"@sveltejs/adapter-auto": "1.0.0-next.74",
|
|
"@sveltejs/kit": "1.0.0-next.483",
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.5",
|
|
"@testing-library/dom": "^8.17.1",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/svelte": "3.1.3",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/gtag.js": "^0.0.11",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
|
"@typescript-eslint/parser": "^5.37.0",
|
|
"@vitest/ui": "^0.23.2",
|
|
"eslint": "^8.23.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"pre-commit": "^1.2.2",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-svelte": "^2.7.0",
|
|
"sass": "^1.54.9",
|
|
"svelte": "^3.50.1",
|
|
"svelte-check": "^2.9.0",
|
|
"svelte-jester": "^2.3.2",
|
|
"svelte-preprocess": "^4.10.7",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "^4.7.4",
|
|
"vite": "^3.1.1",
|
|
"vitest": "^0.23.2"
|
|
},
|
|
"type": "module",
|
|
"pre-commit": [
|
|
"lint"
|
|
]
|
|
}
|