generated from idrinth-api-bench/project-defaults
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
111 lines (111 loc) · 4.11 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
{
"name": "@idrinth-api-bench/documentation-website",
"private": true,
"version": "1.0.5",
"license": "MIT",
"type": "module",
"author": "Björn Büttner",
"contributors": [],
"homepage": "https://idrinth-api-ben.ch",
"bugs": {
"url": "https://github.com/idrinth-api-bench/api-bench/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/idrinth-api-bench/documentation-website.git"
},
"scripts": {
"start": "npm run build && npm run serve",
"dev": "irfbrgr && vite",
"build": "npm run routes && npm run language && npm run contributors && npm run tools && npm run pure-build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint-fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"preview": "vite preview",
"test": "c8 mocha",
"serve": "http-server ./dist -c-1 --proxy http://localhost:8080? --silent",
"e2e": "npm run build && start-server-and-test serve http://localhost:8080 'cypress run'",
"write-e2e": "cypress open",
"lint-styles": "stylelint src/index.scss src/**/**/*.scss",
"lint-css": "ilcd",
"lint-md": "markdownlint *.md",
"postinstall": "irfbrgr && npm run language && npm run simple-git-hooks",
"routes": "irfbrgr",
"contributors": "node tools/load-contributors.js",
"tools": "node tools/prepare-tools.js",
"language": "itlfy generate",
"check-language": "itlfy check",
"pure-build": "npm run drop-dist && vite build && iabiccss --inline-all && node tools/add-url-in-prod.js && irfbrgf",
"drop-dist": "node tools/drop-dist.js",
"spellcheck": "itlfy dump && spellchecker",
"knip": "knip",
"fta": "node tools/fta.js",
"commitlint-ci": "commitlint --last",
"commitlint": "commitlint --edit",
"simple-git-hooks": "simple-git-hooks",
"lighthouse": "npm run build && start-server-and-test serve http://localhost:8080 'node tools/lighthouse-report.js'"
},
"dependencies": {
"@uiw/react-head": "^1.0.4",
"million": "^3.1.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-router-dom": "^6.24.1",
"react-syntax-highlighter": "^15.6.1",
"the-new-css-reset": "^1.11.2",
"window": "^4.2.7",
"@idrinth-api-bench/assets": "https://github.com/idrinth-api-bench/assets",
"@idrinth-api-bench/mindmap": "https://github.com/idrinth-api-bench/mindmap"
},
"devDependencies": {
"@babel/plugin-syntax-import-attributes": "^7.26.0",
"@cypress/code-coverage": "^3.12.41",
"@commitlint/cli": "^19.5.0",
"@idrinth/duplicate-style-check": "^1.1.0",
"@idrinth-api-bench/react-file-based-routes": "^1.3.0",
"@idrinth-api-bench/inline-critical-css": "^1.2.1",
"@idrinth-api-bench/rollup-plugin-react-modular-css": "^1.2.3",
"@idrinth-api-bench/typescript-language-from-yaml": "^1.4.0",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@vitejs/plugin-react": "^4.3.3",
"babel-plugin-istanbul": "^7.0.0",
"c8": "^10.1.2",
"chai": "^5.1.1",
"chrome-launcher": "^1.1.2",
"cypress": "^13.15.0",
"cypress-split": "^1.24.0",
"dotenv": "^16.4.5",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-json": "^4.0.0",
"fta-cli": "^2.0.0",
"http-server": "^14.1.1",
"knip": "^5.36.3",
"lighthouse": "^12.1.0",
"markdownlint-cli": "^0.42.0",
"mocha": "^10.8.2",
"rollup": "^4.24.0",
"rollup-plugin-napi-image": "^0.6.1",
"@napi-rs/image": "^1.9.2",
"spellchecker-cli": "^7.0.0",
"start-server-and-test": "^2.0.4",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.7.2",
"vite": "^5.4.10"
},
"engines": {
"node": ">=20"
},
"engineStrict": true
}