-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.94 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
{
"name": "web_auth_page",
"version": "0.1.0",
"description": "blockabc_web_template",
"author": "Link <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BlockABC/web_auth_page.git"
},
"bugs": {
"url": "https://github.com/BlockABC/web_auth_page/issues"
},
"homepage": "https://github.com/BlockABC/web_auth_page",
"main": "index.js",
"scripts": {
"dev": "nuxt",
"prebuild": "npm run i18n",
"build": "nuxt build",
"build:analyze": "nuxt build --analyze",
"prestart": "npm run build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
"i18n": "i18n-abc scan && i18n-abc transform",
"test": "jest"
},
"dependencies": {
"@mdi/js": "^5.1.45",
"@nervosnetwork/ckb-sdk-rpc": "^0.31.0",
"@nuxt/typescript-build": "^0.6.5",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.1.0",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/localforage": "^1.1.0",
"@nuxtjs/sentry": "^4.0.1",
"@nuxtjs/vuetify": "^2.0.0-beta.0",
"@types/create-hash": "^1.2.2",
"@types/jest": "^25.2.1",
"@types/js-cookie": "^2.2.4",
"@vue/test-utils": "^1.0.0-beta.33",
"axios": "^0.19.2",
"buffer": "^5.6.0",
"consola": "^2.11.3",
"create-hash": "^1.2.0",
"dotenv": "^8.2.0",
"eventemitter3": "^4.0.0",
"i18n-abc": "^0.3.3",
"js-cookie": "^2.2.1",
"nuxt": "^2.10.2",
"pbkdf2": "^3.0.17",
"ts-custom-error": "^3.1.1",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.15.0"
},
"devDependencies": {
"@types/pbkdf2": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.4.0",
"eslint": "^6.8.0",
"eslint-config-blockabc": "^0.9.4",
"eslint-plugin-nuxt": "^0.5.2",
"jest": "^25.4.0",
"vue-jest": "^4.0.0-beta.2",
"webpack-cli": "^4.0.0-beta.8",
"webpack-dev-server": "^3.10.3"
}
}