forked from hive-engine/hive-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.98 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.98 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "hive-engine",
"version": "1.8.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@kyvg/vue3-notification": "^3.4.1",
"@solana/web3.js": "^1.95.5",
"@unhead/vue": "^1.11.11",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.11.1",
"axios": "^1.7.7",
"big.js": "^6.2.2",
"chart.js": "^4.4.6",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-financial": "^0.2.1",
"date-fns": "^3.6.0",
"ethers": "^6.13.4",
"floating-vue": "^5.2.2",
"mitt": "^3.0.1",
"pinia": "^2.2.6",
"snarkdown": "^2.0.0",
"url": "^0.11.4",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2",
"vue-final-modal": "^4.5.5",
"vue-lazyload": "^3.0.0",
"vue-router": "^4.4.5",
"vue-uuid": "^3.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@tailwindcss/forms": "^0.5.9",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/eslint-config-prettier": "^9.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.31.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"sass": "^1.81.0",
"tailwindcss": "^3.4.15",
"vite": "^5.4.11"
},
"description": "Hive-Engine - Smart Contracts on the Hive Blockchain",
"repository": {
"type": "git",
"url": "git+https://github.com/hive-engine/hive-engine.git"
},
"keywords": [
"hive",
"hive-engine",
"smartcontract"
],
"author": "Reazul Iqbal",
"license": "MIT",
"bugs": {
"url": "https://github.com/hive-engine/hive-engine/issues"
},
"homepage": "https://github.com/hive-engine/hive-engine#readme"
}