-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.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
{
"name": "e621-open-api",
"version": "1.0.0",
"description": "This repository is the home of OpenAPI documentation for https://e621.net. It is maintained by [Donovan_DMC](https://e621.net/users/323290). ## You can find the rendered version [here](https://donovandmc.github.io/E621OpenAPI).",
"main": "index.js",
"scripts": {
"build": "webpack",
"build:production": "NODE_ENV=production webpack",
"start": "webpack-dev-server --open",
"lint": "eslint src",
"lint:api": "redocly lint openapi.yaml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DonovanDMC/D621OpenAPI.git"
},
"author": "Donovan_DMC <hewwo@yiff.rocks>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DonovanDMC/D621OpenAPI/issues"
},
"homepage": "https://github.com/DonovanDMC/D621OpenAPI#readme",
"dependencies": {
"clean-webpack-plugin": "^4.0.0",
"favicons-webpack-plugin": "^6.0.1",
"html-webpack-plugin": "^5.6.0",
"swagger-themes": "^1.4.3",
"swagger-ui": "^5.17.14"
},
"devDependencies": {
"@redocly/cli": "^1.23.1",
"@types/node": "^22.5.4",
"@types/swagger-ui": "^3.52.4",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.21.0",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.4.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-unused-imports": "^4.1.3",
"gh-pages": "^6.1.1",
"json-loader": "^0.5.7",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"yaml-loader": "^0.8.1"
}
}