-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.55 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
{
"name": "solo-stacking",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"format": "prettier --write .",
"outdated": "npm outdated",
"audit": "npm audit"
},
"dependencies": {
"@nextui-org/react": "^2.4.2",
"@nextui-org/system": "^2.2.2",
"@nextui-org/theme": "^2.2.6",
"@stacks/connect": "^7.7.1",
"@stacks/network": "^6.13.0",
"@stacks/stacking": "^6.16.1",
"@stacks/transactions": "^6.16.1",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-query-devtools": "^5.51.1",
"@tanstack/react-table": "^8.19.3",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"bignumber.js": "^9.1.2",
"bitcoinjs-lib": "^6.1.6",
"formik": "^2.4.6",
"framer-motion": "^11.2.13",
"jotai": "^2.9.0",
"next": "14.2.4",
"next-themes": "^0.3.0",
"postcss": "^8.4.39",
"react": "^18",
"react-dom": "^18",
"react-responsive": "^10.0.0",
"tailwindcss": "^3.4.4",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.34.2",
"prettier": "^2.8.8",
"typescript": "5.4.5"
}
}