-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.5 KB
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
{
"name": "ship-fast-code",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^1.0.0",
"@headlessui/react": "^1.7.17",
"@polkadot/api": "^9.2.1",
"@polkadot/api-augment": "^9.2.1",
"@polkadot/app-settings": "^0.39.1",
"@polkadot/apps-config": "^0.120.1",
"@polkadot/extension-dapp": "^0.44.5",
"@polkadot/keyring": "^10.1.4",
"@polkadot/react-hooks": "^0.39.1",
"@polkadot/react-identicon": "^2.8.2",
"@polkadot/rpc-provider": "^9.2.1",
"@polkadot/types": "^9.2.1",
"@polkadot/ui-keyring": "^2.9.5",
"@polkadot/util": "^10.1.1",
"@polkadot/util-crypto": "^10.1.1",
"axios": "^1.4.0",
"crisp-sdk-web": "^1.0.21",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"form-data": "^4.0.0",
"mailgun.js": "^9.2.1",
"micro": "^10.0.1",
"mongodb": "^5.8.0",
"mongoose": "^7.4.4",
"next": "^13.4.12",
"next-auth": "^4.23.1",
"next-sitemap": "^4.2.2",
"nextjs-progressbar": "^0.0.16",
"nodemailer": "^6.9.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "^5.21.1",
"stripe": "^13.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"daisyui": "^3.6.1",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
}
}