-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.29 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
51
52
53
54
{
"name": "tiny-dialogue",
"private": false,
"version": "0.0.12",
"description": "Dialogue - tiny wrapper over the <dialog />. Native, no overhead scripts, just dialog",
"type": "module",
"author": "azabroflovski",
"license": "MIT",
"homepage": "https://azabroflovski.github.io/tiny-dialogue",
"repository": {
"type": "git",
"url": "https://github.com/azabroflovski/tiny-dialogue"
},
"bugs": {
"url": "https://github.com/azabroflovski/tiny-dialogue/issues",
"email": "hi@azabroflovski.uz"
},
"keywords": [
"modal",
"modals",
"dialog",
"dialogs",
"tiny dialogue",
"tiny",
"dialogue",
"native-modal",
"native-dialog",
"native",
"web",
"azabroflovski"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.1",
"eslint": "^9.1.1",
"typescript": "^5.2.2",
"unocss": "^0.59.4",
"vite": "^5.2.10",
"vitepress": "^1.1.4",
"vue": "^3.4.19"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
}
}