forked from FyraLabs/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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
{
"name": "@fyralabs/devdocs",
"version": "0.0.1",
"description": "The Fyra Labs developer documentation",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FyraLabs/devdocs"
},
"author": "Lleyton Gray <lleyton@fyralabs.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FyraLabs/devdocs/issues"
},
"homepage": "https://developer.fyralabs.com",
"dependencies": {
"next": "^14.2.35",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.34.5"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.1",
"@types/node": "25.0.3",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.3",
"webpack-livereload-plugin": "^3.0.2"
}
}