-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "0xcert-verify",
"version": "1.0.0",
"description": "Get verified",
"author": "David Licen",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore . --fix",
"deploy": "./deploy.sh"
},
"dependencies": {
"@0xcert/cert": "2.0.2",
"@0xcert/ethereum-asset-ledger": "2.0.2",
"@0xcert/ethereum-http-provider": "2.0.2",
"@0xcert/ethereum-bitski-frontend-provider": "2.0.2",
"@0xcert/wanchain-asset-ledger": "2.0.2",
"@0xcert/wanchain-http-provider": "2.0.2",
"@nuxtjs/axios": "^5.10.3",
"@nuxtjs/toast": "^3.3.0",
"nuxt": "^2.12.2",
"vee-validate": "^3.3.0",
"qrcode-with-logos": "1.0.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.2",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-nuxt": ">=0.5.2",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"sass-resources-loader": "^2.0.3"
}
}