-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.08 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 3.08 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
{
"name": "pando-leaf",
"version": "2.4.10",
"description": "Pando Leaf is a decentralized financial network built with the MTG technology, and its underlying financial algorithm is inspired by Maker and Synthetix. Pando takes multiple overcollateralized assets and grows multiple pando assets, furthermore, the grown pando assets, e.g. pUSD, can also be used as a collateral.",
"license": "GPL 3.0",
"author": "Fox.ONE",
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "3000"
}
},
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "yarn lint",
"dev": "nuxt",
"dev:prod": "APP_ENV=prod nuxt",
"build": "nuxt build",
"start": "nuxt start",
"analyze": "nuxt build --analyze",
"generate": "nuxt generate",
"i18n": "node ./scripts/i18n.js",
"crowdin:upload": "crowdin upload -T $CROWDIN_PERSONAL_TOKEN"
},
"dependencies": {
"@foxone/fennec-base": "^0.5.4",
"@foxone/fennec-dapp": "^0.5.4",
"@foxone/icons": "3",
"@foxone/mixin-passport": "^0.1.32",
"@foxone/pando-ui": "^0.0.9-3",
"@foxone/pandoseed": "^1.0.3",
"@foxone/uikit": "^3.2.9-11",
"@foxone/utils": "^0.2.22",
"@nuxt/types": "^2.14.6",
"@nuxtjs/axios": "5.12.2",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/i18n": "^7.2.3",
"@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/sitemap": "^2.4.0",
"@vue/composition-api": "^1.1.1",
"animate.css": "^3.7.2",
"base64-js": "^1.3.1",
"bignumber.js": "^9.0.0",
"dayjs": "^1.8.36",
"echarts": "^5.2.1",
"front-matter": "^4.0.2",
"markdown-it": "^13.0.1",
"mockjs": "^1.0.1-beta3",
"msgpack5": "^5.3.2",
"nuxt": "^2.15.8",
"parse-duration": "^0.4.4",
"rgbaster": "^2.1.1",
"typescript": "^4.8.4",
"uuid": "^8.3.0",
"vue-class-component": "^7.2.6",
"vue-gtag": "^1.14.0",
"vue-infinite-scroll": "^2.0.2",
"vue-property-decorator": "^9.1.2",
"vuex-pathify": "^1.5.1",
"vuex-persistedstate": "^3.0.1"
},
"devDependencies": {
"@nuxt/typescript-build": "^2.0.2",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-config-typescript": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/vuetify": "^1.12.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vue/cli-plugin-typescript": "^4.5.12",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.12.1",
"eslint": "^7.17.0",
"eslint-config-prettier": "^8.2.0",
"eslint-config-standard": ">=12.0.0",
"eslint-plugin-import": ">=2.16.0",
"eslint-plugin-jest": ">=22.3.0",
"eslint-plugin-node": ">=8.0.1",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^7.9.0",
"fork-ts-checker-webpack-plugin": "^6.2.1",
"nodemon": "^2.0.7",
"prettier": "^2.1.2",
"stylus": "^0.54.7",
"stylus-loader": "^4.0.0",
"ts-node": "^9.1.1"
}
}