-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1016 Bytes
/
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
{
"name": "airdrop",
"version": "1.1.3",
"description": "Airdrop project is an project for manage your airdrop",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ppabcd/airdrop.git"
},
"keywords": [
"airdrop"
],
"author": "Reza Juliandri",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ppabcd/airdrop/issues"
},
"homepage": "https://github.com/ppabcd/airdrop#readme",
"private": false,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"nuxt3": "latest",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.18"
},
"dependencies": {
"@headlessui/vue": "^1.4.3",
"@tailwindcss/forms": "^0.4.0",
"axios": "^0.25.0",
"crypto": "^1.0.1",
"eth-hd-wallet": "^0.5.1",
"keccak": "^3.0.1",
"randombytes": "^2.0.6",
"secp256k1": "^3.8.0",
"twitter-api-v2": "^1.10.0"
}
}