generated from vivid-lapin/ts
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
125 lines (125 loc) · 3.83 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
122
123
124
125
{
"name": "miraktest-plugins",
"version": "0.0.0",
"description": "My plugins for MirakTest v2",
"author": "ci7lus <7887955+ci7lus@users.noreply.github.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ci7lus/miraktest-plugins.git"
},
"scripts": {
"postinstall": "yarn build:sync",
"dev": "webpack --color -w",
"build": "webpack --color",
"lint:prettier": "prettier --check './src/**/*.{js,ts,tsx}'",
"format:prettier": "prettier --write './src/**/*.{js,ts,tsx}'",
"lint:eslint": "eslint --max-warnings 0 --cache './src/**/*.{js,ts,tsx}'",
"format:eslint": "eslint './src/**/*.{js,ts,tsx}' --cache --fix",
"tsc": "tsc --noEmit",
"annict-gql": "graphql-codegen --config annict-codegen.yml",
"build:sync": "webpack --color -c webpack-prebuild.config.ts"
},
"devDependencies": {
"@ci7lus/eslint-config": "^1.1.1",
"@graphql-codegen/add": "^3",
"@graphql-codegen/cli": "2.9.0",
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-graphql-request": "4.5.9",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@tailwindcss/forms": "^0.5.3",
"@types/discord-rpc": "^4.0.4",
"@types/dplayer": "^1.25.2",
"@types/gapi.client.drive": "^3.0.15",
"@types/koa": "^2.13.6",
"@types/koa__router": "^12.0.0",
"@types/node": "^18.16.3",
"@types/postcss-import": "^14.0.0",
"@types/react-table": "^7.7.14",
"@types/tailwindcss": "^3.1.0",
"@types/twitter-text": "^3.1.5",
"@types/url-join": "^4.0.1",
"@types/webpack": "^5.28.1",
"@types/webpack-bundle-analyzer": "^4.6.0",
"assert": "^2.0.0",
"autoprefixer": "^10.4.14",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.3",
"esbuild-loader": "^2",
"eslint-plugin-classnames": "^0.3.1",
"https-browserify": "^1.0.0",
"husky": "^8.0.3",
"license-webpack-plugin": "^4.0.2",
"lint-staged": "^13.2.2",
"path-browserify": "^1.0.1",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.0",
"prettier": "^2.8.8",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"twitter-d": "^0.6.0",
"typescript": "^5.0.4",
"url": "^0.11.0",
"util": "^0.12.5",
"webpack": "^5.82.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.2"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@koa/router": "^12.0.0",
"@neneka/dplayer": "^1.27.2",
"@tanstack/react-table": "^8.9.1",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.3",
"axios": "^0",
"axios-retry": "^3.4.0",
"bonjour-service": "^1.1.1",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"discord-rpc": "^4.0.1",
"eventmit": "^2.0.4",
"fast-xml-parser": "^4.2.2",
"format-duration": "^3.0.2",
"get-port": "^6.1.2",
"graphql": "^16.6.0",
"interweave": "^13.1.0",
"interweave-autolink": "^5.1.0",
"js-base64": "^3.7.5",
"koa": "^2.14.2",
"koa-easy-ws": "^2.1.0",
"pretty-bytes": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-table": "^7.8.0",
"react-use": "^17.4.0",
"recoil": "^0.7.4",
"recoil-sync": "0.1.1-alpha.1",
"reconnecting-websocket": "^4.4.0",
"twitter-api-client": "^1.6.1",
"twitter-text": "^3.1.0",
"url-join": "^5.0.0",
"yaml": "^1"
},
"peerDependencies": {
"bufferutil": "^4.0.4",
"eslint": "*",
"utf-8-validate": "^5.0.6"
},
"resolutions": {
"@graphql-tools/prisma-loader": "7.2.2"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --max-warnings 0 --cache",
"*.{js,ts,tsx,md}": "prettier"
}
}