-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.65 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
{
"name": "cybexDotDex",
"version": "1.0.0",
"description": "Cybex on Substrate",
"author": "koofrank",
"private": true,
"scripts": {
"dev": "cross-env NUXT_PORT=3009 nuxt",
"build": "nuxt build",
"build-spa": "nuxt build --spa",
"start": "cross-env NUXT_HOST=0.0.0.0 NUXT_PORT=3333 nuxt start",
"start-spa": "cross-env NUXT_HOST=0.0.0.0 NUXT_PORT=3338 nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/pwa": "^3.0.0-0",
"@polkadot/api": "^1.3.1",
"@polkadot/extension-dapp": "^0.21.1",
"@polkadot/ui-keyring": "^0.51.1",
"@polkadot/ui-settings": "^0.51.1",
"bignumber.js": "^9.0.0",
"clipboard-polyfill": "^2.8.6",
"cookie-universal-nuxt": "^2.1.2",
"file-saver": "^2.0.2",
"jdenticon": "^2.2.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"nuxt": "^2.2.13",
"nuxt-winston-log": "^1.1.0",
"qrcode": "^1.4.4",
"sha256": "^0.2.0",
"vue-i18n": "^8.15.3",
"vue2-filters": "^0.9.1",
"vue2-perfect-scrollbar": "^1.3.0",
"vuejs-logger": "^1.5.4"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.11.0",
"babel-eslint": "^10.0.1",
"cross-env": "^7.0.0",
"deepmerge": "^4.2.2",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"fibers": "^4.0.2",
"prettier": "^1.19.1",
"sass": "^1.25.0"
}
}