-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 765 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 765 Bytes
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
{
"name": "sollectify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@ledgerhq/hw-transport": "^5.51.1",
"@ledgerhq/hw-transport-webusb": "^5.51.1",
"@project-serum/sol-wallet-adapter": "^0.2.0",
"@project-serum/serum": "^0.13.38",
"@solana/web3.js": "^1.12.0",
"axios": "^0.21.1",
"eventemitter3": "^4.0.7",
"mongoose": "^5.12.13",
"next": "^10.2.3",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.5",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.13",
"tailwindcss": "^2.2.2",
"typescript": "^4.2.4"
}
}