-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 882 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
{
"name": "local-block-explorer",
"version": "0.0.25",
"files": [
"dist"
],
"main": "./dist/local-block-explorer.umd.js",
"module": "./dist/local-block-explorer.es.js",
"exports": {
".": {
"import": "./dist/local-block-explorer.es.js",
"require": "./dist/local-block-explorer.umd.js"
}
},
"types": "./dist/src/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@rollup/plugin-typescript": "^9.0.2",
"ethers": "^5.7.0",
"tslib": "^2.4.0",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@types/node": "^18.11.7",
"@vitejs/plugin-vue": "^3.1.0",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vue-tsc": "^0.40.4"
}
}