-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
75 lines (75 loc) · 2.17 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
{
"name": "bit.cc",
"version": "1.0.0",
"description": "bit.cc",
"author": "jeffjing",
"private": true,
"scripts": {
"predev": "npm run i18n",
"dev": "nuxt",
"_dev": "nodemon server/index.js --watch server",
"prebuild": "npm run i18n",
"build": "nuxt build",
"analyze": "nuxt build --analyze",
"prestart": "npm run build",
"start": "nuxt start",
"_start": "node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"i18n": "i18n-abc scan && i18n-abc transform",
"test": "jest",
"reload_production": "pm2 reload ecosystem.config.js --only bit.cc",
"reload_test1": "pm2 reload ecosystem.config.js --only bit.cc_test1"
},
"dependencies": {
"@lay2/pw-core": "^0.4.0-alpha.9",
"@mail3/mail3-me": "0.1.5",
"@nuxtjs/composition-api": "^0.32.0",
"@vueuse/core": "^7.7.1",
"axios": "^0.26.0",
"blake2b": "^2.1.4",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"config": "^3.3.7",
"copy-to-clipboard": "^3.3.1",
"cross-env": "^7.0.3",
"das-ui-shared": "^0.2.2",
"dotbit": "^0.4.9",
"floating-vue": "^1.0.0-beta.18",
"grapheme-splitter": "^1.0.4",
"idna-uts46-hx": "^3.4.0",
"js-cookie": "^3.0.1",
"koa": "^2.13.4",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.0",
"url-parse": "^1.5.10",
"vue-i18n": "^8.27.0",
"web3-utils": "^1.7.1"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/composition-api": "^0.32.0",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/sentry": "^5.1.7",
"@nuxtjs/vuetify": "^1.12.3",
"@types/config": "^0.0.41",
"@types/jest": "^27.4.1",
"@types/js-cookie": "^3.0.1",
"@types/url-parse": "^1.4.8",
"@vue/test-utils": "^1.3.0",
"axios": "^0.26.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.5.1",
"eslint": "^8.10.0",
"eslint-config-blockabc": "^0.15.0",
"i18n-abc": "^0.5.0",
"jest": "^27.5.1",
"nodemon": "^2.0.15",
"stylelint": "^14.5.3",
"stylelint-config-standard": "^25.0.0",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"vue-jest": "^4.0.0-beta.2"
}
}