-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.56 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.56 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
{
"name": "credentify-app-ui",
"version": "1.2.0",
"description": "Credentify user interface",
"author": "0xcert",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@0xcert/ethereum-bitski-frontend-provider": "^2.0.2",
"@0xcert/ethereum-metamask-provider": "^2.0.2",
"@nuxtjs/toast": "^3.3.0",
"bn.js": "^5.1.1",
"nuxt": "^2.12.2",
"qs": "^6.9.3",
"sweet-modal-vue": "^2.0.0",
"vee-validate": "2.2.12",
"vue-gravatar": "^1.3.1",
"vue-infinite-loading": "^2.4.5",
"vue-input-tag": "^2.0.7",
"vue-js-modal": "^1.3.35",
"vue-select": "^3.10.3"
},
"devDependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.10.2",
"@nuxtjs/eslint-config": "^2.0.2",
"@nuxtjs/eslint-module": "^1.1.0",
"@nuxtjs/google-analytics": "^2.2.3",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/stylelint-module": "^3.2.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-nuxt": ">=0.5.2",
"eslint-plugin-prettier": "^3.1.2",
"node-sass": "^4.14.1",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"sass-resources-loader": "^2.0.1",
"stylelint": "^13.3.0",
"stylelint-config-sass-guidelines": "^6.2.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-scss": "^3.16.0",
"vue-filter-date-format": "^1.3.1",
"vuejs-paginate": "^2.1.0"
}
}