-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 998 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 998 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
39
40
41
42
43
{
"name": "mobile-app-intro-page",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --config vite.config.dev.ts",
"build": "vite build --config vite.config.lib.ts",
"preview": "vite preview"
},
"dependencies": {
"@lit/localize": "^0.12.2",
"lit": "^3.3.2",
"qrcode": "^1.5.4",
"swiper": "^12.1.3",
"viewerjs": "^1.11.7"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./var.css": "./var.css"
},
"main": "./dist/index.iife.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"var.css"
],
"devDependencies": {
"@iconify/json": "^2.2.458",
"@lit/localize-tools": "^0.8.1",
"@types/qrcode": "^1.5.6",
"@unocss/reset": "66.1.0-beta.3",
"typescript": "~6.0.2",
"unocss": "66.1.0-beta.3",
"vite": "^8.0.3",
"vite-plugin-dts": "^4.5.4"
},
"packageManager": "pnpm@10.33.0"
}