-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 948 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 948 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
35
36
37
38
{
"name": "@bquery/template",
"version": "1.0.0",
"description": "Production-ready frontend template built with @bquery/bquery as the framework and @bquery/ui as the component library.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"lint": "eslint . --fix"
},
"keywords": [
"bquery",
"template",
"spa",
"typescript",
"tailwind",
"web-components"
],
"author": "bQuery",
"license": "MIT",
"dependencies": {
"@bquery/bquery": "^1.14.0",
"@bquery/ui": "^1.14.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@typescript-eslint/eslint-plugin": "^8.60.0",
"@typescript-eslint/parser": "^8.60.0",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.6.0",
"tailwindcss": "^4.1.18",
"typescript": "^6.0.3",
"vite": "^7.3.1"
}
}