-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.6 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
{
"name": "fims_pos",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
"clean": "shx rm -rf .next",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"nuke": "shx rm -rf node_modules package-lock.json || true",
"prepare": "husky"
},
"dependencies": {
"@solana/pay": "latest",
"@solana/spl-token": "latest",
"@solana/web3.js": "latest",
"autoprefixer": "latest",
"bignumber.js": "latest",
"eslint-plugin-jsx-a11y": "latest",
"firebase": "latest",
"html2canvas": "latest",
"next": "latest",
"postcss": "latest",
"react": "latest",
"react-dom": "latest",
"tailwind-merge": "^2.5.2",
"tailwindcss": "latest",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@testing-library/jest-dom": "latest",
"@testing-library/react": "latest",
"@testing-library/react-hooks": "latest",
"@testing-library/user-event": "latest",
"@types/bs58": "latest",
"@types/jest": "latest",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"encoding": "latest",
"eslint": "^8.57.1",
"eslint-config-next": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"husky": "latest",
"jest": "latest",
"jest-environment-jsdom": "latest",
"shx": "latest",
"typescript": "latest"
}
}