forked from skromez/redstone-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.72 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "redstone-app",
"version": "2.2.1",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve --port 3000",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"format": "prettier --write \"src/**/*.{js,json,css,scss,vue}\" --config .prettierrc.cjs --plugin=prettier-plugin-vue",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@adraffy/ens-normalize": "^1.10.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@ethersproject/strings": "^5.7.0",
"animate.css": "^4.1.1",
"apexcharts": "^3.22.2",
"awesome-bootstrap-checkbox": "^1.0.1",
"bootstrap": "^4.5.3",
"bootstrap-vue": "2.21.2",
"cache-loader": "^4.1.0",
"chart.js": "2",
"cron-parser": "^4.9.0",
"cronstrue": "^2.50.0",
"css-loader": "^1.0.1",
"date-fns": "^3.6.0",
"dateformat": "^4.5.1",
"echarts": "^4.9.0",
"ethers": "5.4.0",
"expose-loader": "^0.7.5",
"font-awesome": "4.7.0",
"glyphicons-halflings": "^1.9.1",
"highcharts": "^9.1.2",
"highcharts-vue": "^1.3.5",
"i": "^0.3.6",
"imports-loader": "^0.8.0",
"line-awesome": "1.3.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.6.0",
"npm": "^7.17.0",
"redstone-api": "^0.4.12",
"redstone-monorepo-github": "redstone-finance/redstone-oracles-monorepo#3ff2f38",
"redstone-protocol": "^1.0.5",
"redstone-sdk": "^1.6.1",
"rickshaw": "1.7.1",
"sass-loader": "^7.3.1",
"ts-node": "^10.0.0",
"typescript": "^4.3.4",
"vue": "^2.6.14",
"vue-apexcharts": "^1.6.0",
"vue-chartjs": "^3.5.1",
"vue-echarts": "^4.1.0",
"vue-json-viewer": "^2.2.19",
"vue-loaders": "^4.1.4",
"vue-multiselect": "^2.1.6",
"vue-observe-visibility": "^1.0.0",
"vue-router": "^3.4.9",
"vue-template-babel-compiler": "^1.0.2",
"vue-timers": "^2.0.4",
"vue-toasted": "^1.1.28",
"vue-touch": "2.0.0-beta.4",
"vue-virtual-scroller": "^1.0.10",
"vue2-google-maps": "^0.10.7",
"vuetrend": "^0.3.4",
"vuex": "^3.5.1",
"webpack-cli": "^3.3.12",
"yargs": "^16.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@types/node": "^14.14.28",
"@types/yargs": "^16.0.0",
"@vue/cli-plugin-babel": "^3.12.0",
"@vue/cli-plugin-eslint": "^3.12.0",
"@vue/cli-plugin-unit-jest": "^5.0.8",
"@vue/cli-service": "^4.5.13",
"@vue/test-utils": "^1.3.6",
"@vue/vue2-jest": "^29.2.6",
"babel-jest": "^27.0.0",
"babel-loader": "^9.1.3",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.7.0",
"prettier": "^3.0.0",
"prettier-plugin-vue": "1.1.6",
"redstone-prettier-config": "^1.0.0",
"sass": "^1.50.0",
"stylelint": "^14.6.1",
"stylelint-config-standard": "^25.0.0",
"testweave-sdk": "^0.2.2",
"vue-jest": "^5.0.0-alpha.10",
"vue-template-compiler": "^2.6.12"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"resolutions": {
"@achrinza/node-ipc": "9.2.7",
"**/normalize-url": "^6.0.1",
"**/css-what": "^5.0.1",
"**/lodash": "^4.17.21",
"**/trim-newlines": "^4.0.1",
"**/ws": "^7.4.6",
"**/browserslist": "^4.16.5",
"**/minimist": "^1.2.3",
"**/dns-packet": "^5.2.2",
"**/websocket-extensions": "^0.1.4",
"**/css-select": "4.1.3"
}
}