forked from El-SKV/vue-erdjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.05 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 3.05 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "vue-erdjs",
"description": "erdjs (Elrond javascript SDK) integration for vuejs",
"version": "0.0.1-RC9",
"author": "leroys",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"browser": "dist/index.min.js",
"repository": {
"type": "git",
"url": "https://github.com/stephaneLeroy/vue-erdjs"
},
"keywords": [
"Elrond",
"erdjs",
"vue"
],
"scripts": {
"dev": "vite",
"build-github": "cross-env NODE_ENV=development BUILD_TARGET=github webpack --progress",
"build": "cross-env NODE_ENV=production webpack --progress"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@rollup/plugin-inject": "^4.0.4",
"dayjs": "^1.10.7",
"platform": "^1.3.6",
"rollup-plugin-polyfill-node": "^0.8.0",
"sass": "^1.49.9"
},
"peerDependencies": {
"@elrondnetwork/erdjs": "^9.2.4",
"vue": "^3.2.31"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/plugin-proposal-object-rest-spread": "^7.16.5",
"@babel/plugin-transform-arrow-functions": "^7.16.5",
"@babel/plugin-transform-async-to-generator": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/plugin-transform-spread": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/runtime": "^7.16.5",
"@elrondnetwork/erdjs": "^9.2.4",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/tsconfig": "^0.1.3",
"babel-loader": "^8.2.3",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^8.1.1",
"core-js": "^3.20.1",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.5.1",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "^6.1.7",
"html-webpack-plugin": "^5.5.0",
"node-sass": "^7.0.0",
"path": "^0.12.7",
"qr-code-styling": "^1.6.0-rc.1",
"qrcode": "^1.5.0",
"sass-loader": "^12.4.0",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^5.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"vite": "^2.8.4",
"vue": "^3.2.31",
"vue-router": "^4.0.12",
"vue-template-compiler": "^2.6.14",
"vue-tsc": "^0.31.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.1",
"webpack-merge": "^5.8.0",
"webpack-remove-empty-scripts": "^0.7.2",
"web3": "^1.6.1",
"util": "^0.12.4",
"events": "^3.3.0",
"process": "^0.11.10",
"browserify-zlib": "^0.2.0"
}
}