-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "mothman",
"version": "0.0.0",
"description": "",
"keywords": [],
"license": "MIT",
"author": "",
"type": "module",
"scripts": {
"build": "vite build",
"cli": "node --import=tsx cli.ts serve -- --dev",
"dev": "node --import=tsx server.ts --dev",
"format": "biome format --write .",
"lint": "eslint . --ext .js,.jsx --fix",
"lint:unsafe": "biome lint --write --unsafe .",
"start": "node server.js",
"test": "node --test"
},
"dependencies": {
"@babel/code-frame": "^7.24.6",
"@babel/generator": "^7.25.0",
"@babel/parser": "^7.24.6",
"@babel/template": "^7.25.0",
"@babel/traverse": "^7.25.3",
"@babel/types": "^7.24.6",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"axe-core": "^4.9.1",
"change-case": "^5.4.4",
"chokidar": "^3.6.0",
"commander": "^12.1.0",
"get-port": "^7.1.0",
"globby": "^14.0.2",
"history": "^5.3.0",
"koa": "^2.15.3",
"koa-connect": "^2.1.0",
"msw": "^2.3.0",
"open": "^10.1.0",
"pino": "^9.3.2",
"pino-pretty": "^11.2.2",
"prism-react-renderer": "^2.3.1",
"query-string": "^9.1.0",
"react-hotkeys-hook": "^4.5.0",
"react-inspector": "^6.0.2",
"rehype-class-names": "^2.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remeda": "^2.11.0",
"vite": "^5.3.5",
"vite-tsconfig-paths": "^5.0.1"
},
"devDependencies": {
"@babel/cli": "^7.24.6",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/babel__code-frame": "^7.0.6",
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.6.8",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.6",
"@types/koa": "^2.15.0",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/ws": "^8.5.10",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.10",
"tsx": "^4.17.0",
"vite-plugin-inspect": "^0.8.5"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"engines": {
"node": ">=22.5.0"
},
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected]+sha1.8adba2d20330c02d3856e18c4eb3819d1d3ca6aa"
}