-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "rockets-website",
"version": "4.0.0",
"description": "Rockets Website",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"docs:build": "./build/docs-all.sh",
"docs:clean": "./build/docs-clean.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/conceptadev/rockets-website"
},
"author": "Concepta Technologies",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/conceptadev/rockets-website/issues"
},
"homepage": "https://github.com/conceptadev/rockets-website",
"dependencies": {
"@docsearch/react": "^3.6.1",
"@heroicons/react": "^1.0.0",
"next": "^14.0.0",
"nextra": "latest",
"nextra-theme-docs": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"autoprefixer": "^10.4.0",
"rimraf": "^5.0.7",
"tailwindcss": "^3.0.7",
"typedoc": "^0.26.4",
"typedoc-plugin-markdown": "4.2.1",
"typescript": "^4.9.3"
},
"packageManager": "[email protected]"
}