-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
63 lines (63 loc) · 1.75 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
55
56
57
58
59
60
61
62
63
{
"name": "shopstr",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"knex:migrate": "node --loader ts-node/esm ./node_modules/.bin/knex --knexfile ./knexfile.ts migrate:latest"
},
"dependencies": {
"@braintree/sanitize-url": "^7.1.0",
"@cashu/cashu-ts": "^2.1.0",
"@getalby/lightning-tools": "^5.0.1",
"@heroicons/react": "^2.1.1",
"@itseasy21/react-elastic-carousel": "^0.12.3",
"@nextui-org/react": "^2.2.9",
"@tremor/react": "^3.13.4",
"autoprefixer": "10.4.14",
"axios": "^1.7.4",
"crypto-js": "^4.2.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.7",
"dotenv": "^16.3.1",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"fast-geoip": "^1.1.88",
"framer-motion": "^10.16.4",
"knex": "^3.1.0",
"luxon": "^3.4.4",
"next": "^14.2.23",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"node-geocoder": "^4.2.0",
"nostr-tools": "^2.7.1",
"pg": "^8.11.3",
"postcss": "8.4.31",
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-hook-form": "^7.47.0",
"react-responsive-carousel": "^3.2.23",
"tailwindcss": "3.3.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.14.199",
"@types/luxon": "^3.3.2",
"@types/node": "20.7.0",
"@types/node-geocoder": "^4.2.5",
"@types/react": "18.2.22",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.4",
"@types/webpack-env": "^1.18.2",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"ts-node": "^10.9.1",
"typescript": "5.2.2"
}
}