-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.73 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
60
61
62
63
64
{
"name": "peafowlexcellence.com",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"test": "jest",
"commit": "npx cz",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"scp": "scp -o StrictHostKeyChecking=no -r out/* [email protected]:/var/www/next.askbitcoin.ai",
"deploy": "npm run build && npm run export && npm run scp"
},
"dependencies": {
"@hastearcade/web": "^4.0.1",
"@reduxjs/toolkit": "^1.8.6",
"@runonbitcoin/nimble": "^1.0.14",
"axios": "^0.27.2",
"bignumber.js": "^9.1.0",
"bops": "^1.0.1",
"bsocial": "^0.0.1",
"bsv": "1.5.6",
"bsv-wasm": "^1.3.4",
"dayjs": "^1.11.2",
"eventemitter3": "^4.0.7",
"eventsource": "^2.0.2",
"fs": "^0.0.1-security",
"graphql": "^16.5.0",
"graphql-request": "^4.2.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.41",
"next": "12.1.6",
"next-themes": "^0.2.0",
"prompt": "^1.3.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-dropzone": "^14.2.3",
"react-infinite-scroll-component": "^6.1.0",
"react-intl": "^6.2.10",
"react-player": "^2.11.2",
"react-redux": "^8.0.4",
"react-toastify": "^9.1.1",
"readline": "^1.3.0",
"slate": "^0.81.0",
"slate-react": "^0.81.0",
"socket.io": "^4.5.3",
"socket.io-client": "^4.5.4",
"stag-relayx": "^0.1.1",
"swr": "^1.3.0",
"timeago.js": "^4.0.2",
"window-or-global": "^1.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"jest": "^29.3.1",
"next-transpile-modules": "^10.0.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
}
}