-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 895 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 895 Bytes
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
{
"name": "graphx",
"version": "0.1.0",
"private": true,
"browserslist": [
"last 2 Chrome versions",
"last 2 Edge versions",
"last 2 Firefox versions",
"last 2 Safari versions"
],
"scripts": {
"typecheck": "pnpm -r typecheck",
"lint": "eslint ./packages/**/src --max-warnings 0",
"lint:fix": "eslint ./packages/**/src --fix --max-warnings 0",
"knip": "knip",
"test": "vitest run",
"test:watch": "vitest",
"build": "caido-dev build",
"watch": "caido-dev watch"
},
"devDependencies": {
"@caido-community/dev": "0.1.7",
"@caido/eslint-config": "0.10.0",
"@caido/tailwindcss": "0.1.0",
"@vitejs/plugin-vue": "5.2.1",
"eslint": "9.29.0",
"knip": "5.70.2",
"postcss-prefixwrap": "1.51.0",
"tailwindcss": "3.4.13",
"tailwindcss-primeui": "0.3.4",
"typescript": "5.5.4",
"vitest": "4.1.2"
}
}