-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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
{
"name": "explorer",
"version": "1.28.3",
"description": "Blockchain & network explorer",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"author": "Edge Network <[email protected]>",
"contributors": [
"Adam K Dean <[email protected]>",
"Aneurin Barker Snook <[email protected]>",
"Will Garrett <[email protected]>",
"Jim Lambie <[email protected]>",
"Jay Whitmore <[email protected]>"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"start": "node server/index.js"
},
"main": "server/index.js",
"dependencies": {
"@edge/index-utils": "^0.7.1",
"@edge/xe-utils": "^1.11.1",
"@heroicons/vue": "^1.0.1",
"chart.js": "^3.7.1",
"click-outside-vue3": "^4.0.1",
"detect-browser": "^5.2.0",
"moment": "^2.29.1",
"superagent": "^6.1.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.0",
"vite": "^4.2.1",
"vue": "^3.0.11",
"vue-chartjs": "^4.0.5",
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^9.8.6",
"lodash": "^4.17.21",
"nodemon": "^2.0.7",
"postcss": "^7.0.35"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}