UNPKG

caissify_chessground

Version:

Vue 3 wrapper for chessground - A modern chess board component

61 lines (60 loc) 1.52 kB
{ "name": "caissify_chessground", "version": "1.0.9", "description": "Vue 3 wrapper for chessground - A modern chess board component", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview", "test": "vitest", "test:ui": "vitest --ui", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "type-check": "vue-tsc --noEmit" }, "keywords": [ "vue", "vue3", "chess", "chessboard", "chessground", "lichess", "typescript" ], "author": "lexisvar", "license": "GPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/lexisvar/caissify_chessground.git" }, "peerDependencies": { "vue": "^3.3.0" }, "dependencies": { "chess.js": "^1.4.0", "chessground": "^9.2.1" }, "devDependencies": { "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "@vitejs/plugin-vue": "^4.5.2", "@vue/eslint-config-typescript": "^12.0.0", "@vue/test-utils": "^2.4.3", "@vue/tsconfig": "^0.5.1", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.19.2", "jsdom": "^23.0.1", "typescript": "~5.3.0", "vite": "^5.0.10", "vite-plugin-dts": "^3.6.4", "vitest": "^1.0.4", "vue": "^3.3.11", "vue-tsc": "^1.8.25" } }