-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
40
41
42
{
"name": "glide-docs",
"version": "0.0.1",
"description": "Glide Documentation",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EinStack/glide-docs.git"
},
"authors": [
"Roma Hlushko <roma@einstack.ai>",
"Max Krueger <max@einstack.ai>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/EinStack/glide-docs/issues"
},
"homepage": "https://glide.einstack.ai/",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"autoprefixer": "^10.4.19",
"next": "^14.1.2",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@types/node": "18.11.10",
"typescript": "^4.9.3"
}
}