-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 947 Bytes
/
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
{
"version": "6.0.0",
"name": "2fa.directory",
"author": "2factorauth",
"license": "GPL-3.0",
"repository": {
"url": "git+https://github.com/2factorauth/2fa.directory.git",
"type": "git"
},
"description": "List of sites with two factor auth support which includes SMS, email, phone calls, hardware, and software.",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@preact/signals": "^1.3.0",
"algoliasearch": "4.14.2",
"bootstrap": "5.2.2",
"preact": "^10.22.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.0",
"front-matter": "^4.0.2",
"htm": "^3.1.1",
"markdown-it": "^14.1.0",
"markdown-it-table": "^4.1.1",
"preact-render-to-string": "^6.5.11",
"sass": "^1.80.3",
"vite": "^5.3.3",
"vite-plugin-html": "^3.2.2"
}
}