-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "next-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export",
"postbuild": "next-sitemap",
"format": "prettier --write --list-different --ignore-path .gitignore ."
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@project-serum/anchor": "^0.25.0-beta.1",
"@project-serum/common": "^0.0.1-beta.3",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-react": "^0.15.5",
"@solana/wallet-adapter-react-ui": "^0.9.7",
"@solana/wallet-adapter-wallets": "^0.16.1",
"@solana/web3.js": "^1.43.4",
"bs58": "^5.0.0",
"framer-motion": "^6.2.8",
"next": "^12.1.4",
"next-seo": "^5.2.0",
"next-sitemap": "^2.5.14",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"autoprefixer": "^10.4.4",
"babel-plugin-import": "^1.13.3",
"eslint": "8.12.0",
"eslint-config-next": "12.1.1",
"prettier": "^2.6.1",
"sass": "^1.49.9",
"typescript": "4.6.3",
"windicss-webpack-plugin": "^1.6.7"
}
}