-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"private": true,
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"prepack": "node ./scripts/build.js",
"pretest": "tsc",
"build": "node ./scripts/build.js",
"clean": "node ./scripts/clean.js",
"test": "node --test ./transpiled/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/LuvDaSun/OpenApi42-Website.git"
},
"author": "LuvDaSun Software B.V.",
"license": "ISC",
"bugs": {
"url": "https://github.com/LuvDaSun/OpenApi42-Website/issues"
},
"description": "",
"dependencies": {
"@emotion/css": "^11.11.2",
"@rollup/plugin-replace": "^5.0.5",
"@tsconfig/node21": "^21.0.3",
"@types/koa": "^2.15.0",
"@types/koa-static": "^4.0.4",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/yargs": "^17.0.32",
"highlight.js": "^11.9.0",
"koa": "^2.15.3",
"koa-static": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.17.2",
"tslib": "^2.6.2",
"type-fest": "^4.18.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"terser": "^5.31.0",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=21"
}
}