-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
151 lines (151 loc) · 4.06 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "bm-ui",
"description": "Documentation for BanManager WebUI",
"version": "1.0.0",
"author": "James Mortemore ([email protected])",
"bin": {
"bm-cli": "./bin/run.js --writeFile .env"
},
"browser": {
"mobile-detect": false
},
"dependencies": {
"@acusti/react-code-input": "3.11.0",
"@apollo/server": "^4.10.4",
"@apollo/server-plugin-response-cache": "^4.1.3",
"@as-integrations/koa": "^1.1.1",
"@confuser/db-migrate-mysql": "2.4.0",
"@graphql-tools/schema": "10.0.6",
"@graphql-tools/utils": "10.5.4",
"@headlessui/react": "2.1.10",
"@koa/cors": "^5.0.0",
"@koa/router": "13.1.0",
"@leichtgewicht/ip-codec": "2.0.5",
"@nateradebaugh/react-datetime": "4.6.0",
"@next/bundle-analyzer": "14.2.15",
"@nivo/core": "0.87.0",
"@nivo/line": "0.87.0",
"@nivo/pie": "0.87.0",
"@oclif/core": "3.27.0",
"@oclif/plugin-help": "6.2.16",
"@universemc/react-palette": "1.0.3",
"argon2": "0.29.1",
"autoprefixer": "10.4.20",
"clsx": "2.1.1",
"dataloader": "2.2.2",
"date-fns": "3.6.0",
"db-migrate": "1.0.0-beta.29",
"dotenv": "16.4.5",
"edit-dotenv": "1.0.4",
"es6-dynamic-template": "2.0.0",
"git-revision-webpack-plugin": "5.0.0",
"graphql": "16.9.0",
"graphql-constraint-directive": "5.4.3",
"graphql-depth-limit": "1.1.0",
"graphql-parse-resolve-info": "4.13.0",
"graphql-request": "6.1.0",
"graphql-tag": "^2.12.6",
"graphql-type-json": "0.3.2",
"hibp": "14.1.2",
"inquirer": "8.2.6",
"js-yaml": "4.1.0",
"knex": "3.1.0",
"knex-on-duplicate-update": "2.3.3",
"koa": "2.15.3",
"koa-bodyparser": "4.4.1",
"koa-conditional-get": "3.0.0",
"koa-etag": "4.0.0",
"koa-pino-logger": "4.0.0",
"koa-send": "5.0.1",
"koa-session": "6.4.0",
"lodash-es": "4.17.21",
"memoizee": "0.4.17",
"mysql2": "3.11.3",
"nanoid": "3.3.7",
"next": "14.2.15",
"next-absolute-url": "1.2.2",
"next-seo": "6.6.0",
"nextjs-url": "1.0.4",
"opentype.js": "1.3.4",
"pino": "9.4.0",
"points": "3.2.0",
"postcss": "8.4.47",
"rate-limiter-flexible": "3.0.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-favicon": "2.0.7",
"react-hook-form": "7.53.1",
"react-icons": "4.12.0",
"react-remove-scroll": "2.6.0",
"react-select": "5.8.2",
"request-ip": "3.3.0",
"require-environment-variables": "1.2.0",
"semver": "7.6.3",
"sharp": "0.33.5",
"svg-points": "6.0.1",
"swr": "2.2.5",
"tailwindcss": "3.4.14",
"url-loader": "4.1.1",
"uuid-parse": "1.1.0",
"validator": "13.12.0",
"web-push": "3.6.7"
},
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
"@next/eslint-plugin-next": "14.2.15",
"@oclif/test": "4.1.0",
"coveralls-next": "4.2.1",
"cypress": "9.7.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-react": "7.37.2",
"faker": "5.5.3",
"jest": "29.7.0",
"json-to-graphql-query": "2.3.0",
"mockdate": "3.0.5",
"nixt": "0.5.1",
"nock": "^14.0.0-beta.6",
"standard": "16.0.4",
"standardx": "7.0.0",
"supertest": "7.0.0",
"uuid": "10.0.0"
},
"engines": {
"node": "20 || 22"
},
"license": "MIT",
"private": true,
"scripts": {
"build": "next build",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"dev": "npx nodemon server.js | npx pino-pretty",
"heroku-postbuild": "npm run build && node bin/run.js update",
"lint": "standardx",
"start": "node server.js",
"test": "npm run lint && jest --coverage -w 1 --no-cache",
"setup": "node bin/run.js setup --writeFile .env",
"cypress": "cypress open",
"e2e:build": "node cypress/setup.js && npm run build"
},
"oclif": {
"commands": "./cli/commands",
"additionalHelpFlags": [
"-h"
],
"additionalVersionFlags": [
"-v"
],
"bin": "bm-cli",
"hooks": {
"init": "./cli/hooks/init"
},
"plugins": [
"@oclif/plugin-help"
]
},
"files": [],
"standardx": {
"env": {
"browser": true
}
}
}