-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.64 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.64 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
{
"name": "REChainEXChange-stats",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@oREChain/ocore": "^0.2.93",
"@types/wif": "^2.0.5",
"ant-design-vue": "^2.2.8",
"axios": "^1.14.0",
"core-js": "^3.49.0",
"lightweight-charts": "^5.1.0",
"lodash": "^4.18.1",
"luxon": "^3.7.2",
"oREChain": "^0.1.17",
"secp256k1": "^5.0.1",
"vue": "^3.5.29",
"vue-router": "^5.0.4",
"vuex": "^4.1.0",
"wif": "^5.0.0"
},
"devDependencies": {
"@types/chai": "^5.2.3",
"@types/lodash": "^4.17.24",
"@types/luxon": "^3.7.1",
"@types/mocha": "^10.0.10",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-e2e-cypress": "~5.0.9",
"@vue/cli-plugin-eslint": "~5.0.9",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.9",
"@vue/cli-plugin-unit-mocha": "~5.0.9",
"@vue/cli-plugin-vuex": "~5.0.9",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.5.31",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/test-utils": "^2.0.0-0",
"chai": "^6.2.2",
"eslint": "^10.1.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-vue": "^10.8.0",
"prettier": "^3.8.1",
"sass-loader": "^16.0.7",
"typescript": "~6.0.2"
}
}