-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archipel-project/docs.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.11.8",
"flexsearch": "^0.7.21",
"focus-visible": "^5.2.0",
"git-url-parse": "^14.0.0",
"intersection-observer": "^0.12.2",
"lucide-react": "^0.302.0",
"match-sorter": "^6.3.1",
"next": "^13.4.12",
"next-seo": "^6.1.0",
"next-themes": "^0.2.1",
"nextra": "^2.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"scroll-into-view-if-needed": "^3.0.10"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/flexsearch": "^0.7.3",
"@types/git-url-parse": "^9.0.1",
"@types/node": "^20.4.5",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"postcss-import": "^16.1.0",
"postcss-lightningcss": "^1.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
}
}