This repository has been archived by the owner on May 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·66 lines (66 loc) · 1.76 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
{
"name": "projectnexus",
"version": "1.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "latest",
"@docusaurus/preset-classic": "latest",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^6.2.1",
"clsx": "^1.1.1",
"file-loader": "^6.2.0",
"got": "11.8.5",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"trim": "0.0.3",
"url-loader": "^4.1.1",
"yarn": "^1.22.19"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0-beta.15",
"@tsconfig/docusaurus": "^1.0.4",
"trim": "0.0.3",
"typescript": "^4.3.5"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "yarn@3.2.1",
"description": "This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.",
"main": "babel.config.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projects-nexus/project-nexus.git"
},
"author": "kawaaii",
"license": "ISC",
"bugs": {
"url": "https://github.com/projects-nexus/project-nexus/issues"
},
"homepage": "https://github.com/projects-nexus/project-nexus#readme"
}