|
| 1 | +{ |
| 2 | + "name": "@flocon-trpg/websites-base", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "license": "MIT", |
| 6 | + "author": "kizahasi", |
| 7 | + "main": "dist/cjs/index.js", |
| 8 | + "module": "dist/esm/index.js", |
| 9 | + "files": [ |
| 10 | + "dist" |
| 11 | + ], |
| 12 | + "scripts": { |
| 13 | + "build": "yarn run build:self", |
| 14 | + "build:rollup": "rollup --config", |
| 15 | + "build:self": "rimraf ./dist && yarn build:rollup", |
| 16 | + "lint": "eslint \"**/*.ts\" --cache", |
| 17 | + "prettier": "yarn prettier:base --write --cache", |
| 18 | + "prettier-check": "yarn prettier:base --check", |
| 19 | + "prettier:base": "prettier \"**/*.{ts,tsx,js,json,yml,md,graphql}\"" |
| 20 | + }, |
| 21 | + "dependencies": { |
| 22 | + "@flocon-trpg/core": "workspace:^", |
| 23 | + "jotai": "^2.10.1" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@flocon-trpg/eslint-config": "workspace:^", |
| 27 | + "@flocon-trpg/prettier-config": "workspace:^", |
| 28 | + "@flocon-trpg/rollup-config": "workspace:^", |
| 29 | + "@flocon-trpg/tsconfig": "workspace:^", |
| 30 | + "@types/react": "18.3.12", |
| 31 | + "antd": "5.21.5", |
| 32 | + "eslint": "9.13.0", |
| 33 | + "eslint-config-prettier": "9.1.0", |
| 34 | + "eslint-plugin-import": "2.31.0", |
| 35 | + "prettier": "3.3.3", |
| 36 | + "react": "18.3.1", |
| 37 | + "rimraf": "5.0.10", |
| 38 | + "rollup": "4.24.0", |
| 39 | + "typescript": "5.6.2", |
| 40 | + "typescript-eslint": "8.11.0" |
| 41 | + }, |
| 42 | + "peerDependencies": { |
| 43 | + "antd": "^5.21.5", |
| 44 | + "react": "^18.0.0" |
| 45 | + }, |
| 46 | + "engines": { |
| 47 | + "node": ">=18 <21" |
| 48 | + } |
| 49 | +} |
0 commit comments