-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.57 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
58
59
{
"name": "on-demand-ctf",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@isomorphic-git/lightning-fs": "^4.6.0",
"@project-serum/anchor": "^0.25.0",
"@solana/wallet-adapter-react": "^0.15.30",
"@solana/wallet-adapter-react-ui": "^0.9.29",
"@solana/wallet-adapter-wallets": "^0.19.5",
"@solana/web3.js": "^1.67.0",
"@tailwindcss/typography": "latest",
"@types/file-saver": "^2.0.5",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@vercel/analytics": "^0.1.6",
"archiver": "^5.3.1",
"eslint": "8.28.0",
"eslint-config-next": "13.0.6",
"fetch-blob": "^3.2.0",
"file-saver": "^2.0.5",
"gray-matter": "latest",
"jszip": "^3.10.1",
"markdown-it": "latest",
"next": "13.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"rehype-highlight": "^6.0.0",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"remark-directive": "^2.0.1",
"remark-gemoji": "^7.0.1",
"remark-gfm": "^3.0.1",
"remark-slug": "^7.0.1",
"remark-toc": "^8.0.1",
"shiki": "latest",
"typescript": "4.9.3"
},
"devDependencies": {
"@types/archiver": "^5.3.1",
"@types/markdown-it": "^12.2.3",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
},
"engines": {
"node": ">=16.14.0"
}
}