-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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
{
"name": "amlich.app",
"version": "0.2.0",
"description": "",
"keywords": [],
"author": "Tran Trong Thanh (int3ractive.com)",
"license": "Apache-2.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"lint": "oxlint src/",
"format": "oxfmt src/",
"format:check": "oxfmt --check src/"
},
"type": "module",
"devDependencies": {
"autoprefixer": "^10.4.27",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"plain-tag": "^0.1.3",
"postcss": "^8.5.9",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-minify-template-literals": "^1.1.7",
"serialize-javascript": "^7.0.5",
"tailwindcss": "^3.4.19",
"vite": "^8.0.7",
"vite-plugin-pwa": "^1.2.0",
"vitest": "^4.1.3"
},
"dependencies": {
"@github/file-attachment-element": "^3.1.0",
"@shoelace-style/shoelace": "^2.20.1",
"lit": "^3.3.2"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"pnpm": {
"overrides": {
"serialize-javascript": ">=7.0.5"
}
}
}