-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.58 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": "stacks-signature-generation",
"version": "1.0.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 .",
"audit": "npm audit",
"outdated": "npm outdated"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.0",
"@nextui-org/button": "^2.0.34",
"@nextui-org/react": "^2.4.6",
"@nextui-org/switch": "^2.0.33",
"@nextui-org/system": "^2.2.5",
"@nextui-org/theme": "^2.2.9",
"@stacks/connect": "^7.7.1",
"@stacks/network": "^6.16.0",
"@stacks/stacking": "^6.16.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"axios": "^1.7.2",
"bitcoin-address-validation": "^2.2.3",
"formik": "^2.4.6",
"framer-motion": "^11.3.21",
"next": "^14.2.13",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-tooltip": "^5.27.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.34.3",
"postcss": "^8.4.39",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5"
}
}