|
| 1 | +{ |
| 2 | + "name": "@code-chronicles/simon-game", |
| 3 | + "version": "0.0.1", |
| 4 | + "license": "MIT", |
| 5 | + "private": false, |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/code-chronicles-code/leetcode-curriculum.git", |
| 9 | + "directory": "workspaces/simon-game" |
| 10 | + }, |
| 11 | + "author": { |
| 12 | + "name": "Miorel-Lucian Palii", |
| 13 | + "url": "https://github.com/miorel" |
| 14 | + }, |
| 15 | + "type": "module", |
| 16 | + "exports": "./src/main.ts", |
| 17 | + "scripts": { |
| 18 | + "build": "cross-env NODE_OPTIONS=\"--import tsx\" webpack", |
| 19 | + "format": "prettier --color --write .", |
| 20 | + "lint": "eslint --color --max-warnings=0 .", |
| 21 | + "start": "tsx src/main.ts", |
| 22 | + "typecheck": "tsx -e 'require(\"@code-chronicles/repository-scripts/typecheck\").run()'" |
| 23 | + }, |
| 24 | + "dependencies": { |
| 25 | + "@code-chronicles/leetcode-api": "workspace:*", |
| 26 | + "@code-chronicles/util": "workspace:*", |
| 27 | + "bufferutil": "4.0.8", |
| 28 | + "discord.js": "14.15.3", |
| 29 | + "invariant": "2.2.4", |
| 30 | + "react": "18.3.1", |
| 31 | + "react-dom": "18.3.1", |
| 32 | + "utf-8-validate": "6.0.4", |
| 33 | + "ws": "8.18.0", |
| 34 | + "zod": "3.23.8" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@code-chronicles/eslint-config": "workspace:*", |
| 38 | + "@code-chronicles/repository-scripts": "workspace:*", |
| 39 | + "@code-chronicles/webpack-make-output-executable-plugin": "workspace:*", |
| 40 | + "@types/invariant": "2.2.37", |
| 41 | + "@types/node": "22.7.6", |
| 42 | + "@types/react": "18.3.11", |
| 43 | + "@types/react-dom": "18.3.1", |
| 44 | + "cross-env": "7.0.3", |
| 45 | + "eslint": "9.12.0", |
| 46 | + "fork-ts-checker-webpack-plugin": "9.0.2", |
| 47 | + "prettier": "3.3.3", |
| 48 | + "tsx": "4.19.1", |
| 49 | + "typescript": "5.6.3", |
| 50 | + "webpack": "5.95.0", |
| 51 | + "webpack-cli": "5.1.4" |
| 52 | + } |
| 53 | +} |
0 commit comments