-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.34 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.34 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "tradiz",
"version": "1.2.3",
"private": true,
"license": "MIT",
"scripts": {
"clean": "shx rm -rf .next",
"dev": "next dev",
"build": "next build",
"start": "next start -p 3001",
"lint": "eslint .",
"test": "vitest run",
"nuke": "shx rm -rf node_modules package-lock.json || true",
"prepare": "husky"
},
"dependencies": {
"@solana/pay": "latest",
"@solana/spl-token": "latest",
"@solana/web3.js": "1.95.8",
"@tailwindcss/postcss": "latest",
"@types/nodemailer": "latest",
"@types/pg": "^8.18.0",
"bignumber.js": "9.1.2",
"caniuse-lite": "latest",
"dotenv": "^17.3.1",
"eslint-plugin-jsx-a11y": "latest",
"firebase": "latest",
"firebase-admin": "^13.7.0",
"mysql2": "latest",
"next": "latest",
"node-thermal-printer": "latest",
"nodemailer": "latest",
"pg": "^8.20.0",
"postcss": "latest",
"react": "latest",
"react-dom": "latest",
"tailwind-merge": "latest",
"tailwindcss": "latest",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@eslint/eslintrc": "latest",
"@eslint/js": "latest",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/bs58": "4.0.4",
"@types/jest": "latest",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"baseline-browser-mapping": "^2.10.9",
"encoding": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "latest",
"husky": "latest",
"jest": "latest",
"jest-environment-jsdom": "latest",
"shx": "latest",
"typescript": "latest",
"typescript-eslint": "latest",
"vitest": "^4.1.0"
},
"trustedDependencies": [
"@firebase/util",
"protobufjs",
"unrs-resolver"
]
}