-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
84 lines (84 loc) · 2.56 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
{
"name": "hivesigner-ui",
"version": "1.0.1",
"private": true,
"homepage": "https://hivesigner.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecency/hivesigner-ui/issues"
},
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"lint": "eslint --ext \".ts,.vue\" --ignore-path .gitignore .",
"test": "rimraf coverage & jest"
},
"contributors": [
"Feruz Muradov (https://ecency.com/@good-karma)",
"Ildar Timerbaev (https://ecency.com/@dkildar)",
"Dmytro Khomenchuk (https://ecency.com/@zetrix)",
"Fabien Marino (https://ecency.com/@fabien)",
"Wiktor Tkaczyński (https://ecency.com/@sekhmet)",
"Johan Nordberg (https://ecency.com/@jnordberg)",
"Nico Wehmöller (https://ecency.com/@wehmoen)",
"Mahdi Yari (https://ecency.com/@mahdiyari)"
],
"dependencies": {
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@bugsnag/js": "^7.11.0",
"@bugsnag/plugin-vue": "^7.11.0",
"@hiveio/dhive": "^1.2.4",
"@nuxt/typescript-runtime": "^2.0.1",
"@nuxtjs/axios": "^5.12.5",
"@types/triplesec": "^3.0.0",
"bs58": "^4.0.1",
"core-js": "^3.8.3",
"date-fns": "^2.23.0",
"hive-uri": "^0.2.3",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
"nuxt": "^2.14.12",
"nuxt-i18n": "^6.21.0",
"nuxt-property-decorator": "^2.9.1",
"password-validator": "^5.1.1",
"portal-vue": "^2.1.7",
"primer": "^11.0.0",
"query-string": "^6.14.1",
"triplesec": "^4.0.3",
"url-parse": "^1.4.7",
"vue-carousel": "^0.18.0"
},
"devDependencies": {
"@nuxt/types": "^2.14.12",
"@nuxt/typescript-build": "^2.0.4",
"@nuxtjs/eslint-config-typescript": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/tailwindcss": "^4.0.3",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/postcss7-compat": "^2.1.4",
"@types/bs58": "^4.0.1",
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.168",
"@types/url-parse": "^1.4.3",
"@vue/test-utils": "^1.1.3",
"autoprefixer": "^10.2.5",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"eslint": "^7.18.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.5.0",
"flush-promises": "^1.0.2",
"jest": "^26.6.3",
"postcss": "^7",
"postcss-preset-env": "^6.7.0",
"sass": "^1.57.0",
"sass-loader": "^10.1.1",
"tailwindcss": "^2.1.1",
"ts-jest": "^26.5.4",
"vue-jest": "^3.0.7"
}
}