-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
121 lines (121 loc) · 3.95 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "claps.dev",
"version": "0.1.0",
"description": "Help you funding the creators and projects you appreciate with crypto currencies.",
"repository": "git@github.com:JounQin/Claps.dev.git",
"author": "JounQin <admin@1stg.me>",
"license": "MIT",
"engines": {
"node": ">=12"
},
"scripts": {
"build": "run-s build:app build:server",
"build:app": "env-cmd nuxt-ts build",
"build:server": "cross-env NODE_ENV=production r -i server/index -f cjs -x '*' -o dist --terser '{keep_fnames:true}'",
"dev": "run-p dev:*",
"dev:router": "cross-env ROUTER_DEV=true yarn exec-ts:dev server/router/dev",
"dev:server": "yarn exec-ts:dev server",
"lint": "run-p lint:*",
"lint:es": "env-cmd eslint . --cache --ext md,ts,tsx,vue",
"lint:style": "stylelint --cache 'src/**/*.{scss,vue}'",
"lint:ts": "tslint -p . -t stylish",
"lint:tsc": "tsc --incremental false --noEmit",
"postinstall": "cpy env.js . --rename=.env.js && yarn-deduplicate || exit 0",
"start": "cross-env NODE_ENV=production env-cmd node dist/cjs.min",
"type-coverage": "type-coverage --detail --ignore-catch --ignore-files '**/*.d.ts' --strict",
"exec-ts:dev": "env-cmd tsnd -O '{\"module\":\"commonjs\",\"target\":\"es2015\"}' -r tsconfig-paths/register -T",
"exec-ts": "env-cmd ts-node -O '{\"module\":\"commonjs\",\"target\":\"es2015\"}' -r tsconfig-paths/register -T"
},
"dependencies": {
"@koa/router": "^8.0.8",
"@mdi/js": "^5.0.45",
"@octokit/auth-token": "^2.4.0",
"@octokit/rest": "^16.43.1",
"@rxts/koa-proxy": "^0.2.0",
"@rxts/koa-router-decorators": "^0.2.1",
"@vue/composition-api": "^0.5.0",
"axios": "^0.19.2",
"clipboard": "^2.0.6",
"core-js": "^3.6.4",
"date-fns": "^2.11.1",
"hashids": "^2.2.1",
"koa": "^2.11.0",
"koa-better-http-proxy": "^0.2.4",
"koa-bodyparser": "^4.3.0",
"koa-compose": "^4.1.0",
"koa-compress": "^3.0.0",
"koa-logger": "^3.2.1",
"koa-session": "^5.13.1",
"lodash-es": "^4.17.15",
"mathjs": "^6.6.2",
"mixin-node-sdk": "^1.1.8",
"mysql": "^2.18.1",
"nuxt": "^2.12.2",
"qrcode": "^1.4.4",
"qs": "^6.9.3",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.24",
"uuid": "^7.0.3",
"vue": "^2.6.11",
"vue-qrcode": "^0.3.3",
"vue-router": "^3.1.6",
"vuetify": "^2.2.20",
"vuex": "^3.1.3"
},
"devDependencies": {
"@1stg/app-config": "^0.4.4",
"@1stg/tslint-config": "^0.8.3",
"@d-ts/vue": "^0.4.3",
"@nuxt/types": "^0.7.1",
"@nuxt/typescript-build": "^0.6.2",
"@nuxt/typescript-runtime": "^0.4.2",
"@nuxtjs/eslint-config-typescript": "^1.0.2",
"@pkgr/rollup": "^0.10.3",
"@types/clipboard": "^2.0.1",
"@types/http-proxy": "^1.17.4",
"@types/koa": "^2.11.3",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-compress": "^2.0.9",
"@types/koa-logger": "^3.1.1",
"@types/koa-session": "^5.10.2",
"@types/koa__router": "^8.0.2",
"@types/lodash": "^4.14.149",
"@types/mathjs": "^6.0.5",
"@types/node-forge": "^0.9.3",
"@types/qs": "^6.9.1",
"@types/uuid": "^7.0.2",
"@types/webpack-env": "^1.15.1",
"babel-preset-vca-jsx": "^0.3.4",
"consola": "^2.11.3",
"cpy-cli": "^3.1.0",
"dotenv": "^8.2.0",
"env-cmd": "^10.1.0",
"eslint-config-vuetify": "^0.6.0",
"lodash": "^4.17.15",
"node-forge": "^0.9.1",
"npm-run-all": "^4.1.5",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"style-resources-loader": "^1.3.3",
"ts-loader": "^6.2.2",
"ts-node-dev": "^1.0.0-pre.44",
"tsconfig-paths": "^3.9.0",
"tslint": "^6.1.1",
"type-coverage": "^2.4.2",
"typescript": "^3.8.3",
"yarn-deduplicate": "^2.0.0"
},
"resolutions": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@types/node": "^13.11.0",
"eslint-plugin-prettier": "^3.1.2",
"imagemin-gifsicle": "^6.0.1"
},
"renovate": {
"extends": "@1stg"
},
"typeCoverage": {
"atLeast": 93
}
}