-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
52 lines (52 loc) · 1.25 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
{
"name": "lacrypta-links",
"version": "0.3.7",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": ">=17.0.0 <=20.11.1"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"framer-motion": "^10.6.0",
"fs": "^0.0.1-security",
"next": "13.0.3",
"next-qrcode": "^2.4.1",
"nostr-tools": "^1.10.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.6.0",
"typescript": "4.9.3",
"use-local-storage": "^3.0.0",
"webln": "^0.3.2",
"yaml": "^2.2.1"
},
"devDependencies": {
"@types/react-gtm-module": "^2.0.1",
"@types/styled-components": "^5.1.26",
"@webbtc/webln-types": "^1.0.10",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"styled-components": "^5.3.9",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "^3.2.4"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"packageManager": "yarn@3.5.0"
}