-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.56 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
{
"name": "cupdate",
"packageManager": "[email protected]",
"private": true,
"type": "module",
"scripts": {
"build": "tsc --noEmit && vite build",
"dev": "vite",
"test": "vitest run --coverage.enabled --coverage.all --coverage.reportOnFailure --coverage.reportsDirectory \"$PWD/coverage\" --coverage.reporter html",
"lint": "eslint --cache && prettier --check \"**/*.{ts,tsx,js,json,yml,yaml,mjs,md,html}\"",
"format": "prettier --write \"**/*.{ts,tsx,js,json,yml,yaml,mjs,md,html}\""
},
"dependencies": {
"@xyflow/react": "12.3.6",
"dompurify": "3.2.3",
"elkjs": "0.9.3",
"github-markdown-css": "5.8.1",
"marked": "15.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "7.1.0"
},
"devDependencies": {
"@eslint/compat": "1.2.4",
"@eslint/js": "9.17.0",
"@trivago/prettier-plugin-sort-imports": "5.2.0",
"@types/dompurify": "3.2.0",
"@types/eslint": "9.6.1",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@typescript-eslint/parser": "8.18.0",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "2.1.8",
"autoprefixer": "10.4.20",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-unused-imports": "4.1.4",
"globals": "15.14.0",
"postcss": "8.4.49",
"prettier": "3.4.2",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1",
"vite": "6.0.5",
"vitest": "2.1.8"
}
}