-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
{
"name": "musix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "yarn build && next export && mv out_static"
},
"engines": {
"node": "18.x"
},
"dependencies": {
"@project-serum/anchor": "^0.22.1",
"@project-serum/common": "^0.0.1-beta.3",
"@project-serum/serum": "^0.13.61",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "^0.15.28",
"@solana/wallet-adapter-react-ui": "^0.9.6",
"@solana/wallet-adapter-wallets": "^0.15.5",
"@solana/web3.js": "^1.73.0",
"ardrive-core-js": "^0.5.1",
"autoprefixer": "^10.4.4",
"axios": "^0.27.2",
"dotenv": "^16.0.0",
"multiparty": "^4.2.3",
"next": "latest",
"next-connect": "^0.12.2",
"parse-multipart-data": "^1.3.0",
"postcss": "^8.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icon": "^1.0.0",
"react-icons": "^4.7.1",
"swr": "^1.3.0",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}