-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "bitbox",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"autoprefixer": "10.4.14",
"core-js": "^3.34.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"next": "^13.4.2",
"postcss": "^8.4.32",
"qs": "^6.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind": "^4.0.0",
"tailwindcss": "3.3.2",
"typeface-rajdhani": "^1.1.13",
"typeface-roboto": "^1.1.13",
"typeface-roboto-mono": "^1.1.13",
"typescript": "5.0.4",
"uuid": "^9.0.1"
},
"description": "Bitcoin-Lightning-Based Digital Store",
"main": "next.config.js",
"author": "40230",
"license": "ISC",
"proxy": "http://localhost:3000",
"devDependencies": {
"@types/node": "20.10.4",
"@types/react": "18.2.42"
}
}