| 1 | { |
| 2 | "name": "@marp-team/marp", |
| 3 | "description": "The entrance repository of Markdown presentation ecosystem", |
| 4 | "private": true, |
| 5 | "license": "MIT", |
| 6 | "author": { |
| 7 | "name": "Marp team", |
| 8 | "url": "https://github.com/marp-team" |
| 9 | }, |
| 10 | "contributors": [ |
| 11 | { |
| 12 | "name": "Yuki Hattori", |
| 13 | "url": "https://github.com/yhatt" |
| 14 | } |
| 15 | ], |
| 16 | "repository": { |
| 17 | "type": "git", |
| 18 | "url": "https://github.com/marp-team/marp" |
| 19 | }, |
| 20 | "workspaces": [ |
| 21 | "website" |
| 22 | ], |
| 23 | "prettier": { |
| 24 | "semi": false, |
| 25 | "singleQuote": true |
| 26 | }, |
| 27 | "scripts": { |
| 28 | "check:format": "yarn -s format -c", |
| 29 | "check:ts": "yarn lage check:ts", |
| 30 | "format:write": "yarn -s format --write", |
| 31 | "format": "prettier \"**/*.{css,js,jsx,json,md,mdx,scss,ts,tsx,yaml,yml}\"", |
| 32 | "lint:js": "eslint --report-unused-disable-directives --cache .", |
| 33 | "website": "yarn workspace @marp-team/marp-website dev" |
| 34 | }, |
| 35 | "devDependencies": { |
| 36 | "@tsconfig/recommended": "^1.0.1", |
| 37 | "@types/node": "~18.11.18", |
| 38 | "@typescript-eslint/eslint-plugin": "^5.47.1", |
| 39 | "@typescript-eslint/parser": "^5.47.1", |
| 40 | "eslint": "^8.30.0", |
| 41 | "eslint-config-prettier": "^8.3.0", |
| 42 | "eslint-import-resolver-typescript": "^3.5.2", |
| 43 | "eslint-plugin-import": "^2.25.4", |
| 44 | "lage": "^1.9.6", |
| 45 | "prettier": "^2.8.1", |
| 46 | "typescript": "^4.9.4" |
| 47 | }, |
| 48 | "resolutions": { |
| 49 | "json5": "^2.2.2" |
| 50 | } |
| 51 | } |
| 52 |