-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.7 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
{
"name": "devfolio",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"lint": "eslint .",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore .",
"build:docs": "node ./scripts/generate-docs.mjs"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
"lightningcss-linux-x64-gnu": "^1.29.1"
},
"dependencies": {
"@fumadocs/cli": "^0.0.7",
"@scalar/api-client-react": "^1.1.22",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"fumadocs-core": "15.0.0",
"fumadocs-mdx": "11.3.2",
"fumadocs-openapi": "^5.12.0",
"fumadocs-twoslash": "^3.0.0",
"fumadocs-typescript": "^3.0.3",
"fumadocs-ui": "15.0.0",
"next": "15.1.6",
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
"shiki": "^2.2.0"
},
"devDependencies": {
"@types/node": "22.12.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3",
"@types/mdx": "^2.0.13",
"@tailwindcss/postcss": "^4.0.1",
"tailwindcss": "^4.0.1",
"postcss": "^8.5.1",
"eslint": "^9.19.0",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"prettier-plugin-tailwindcss": "^0.6.11"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/muhammad-fiaz/devfolio"
},
"bugs": {
"url": "https://github.com/muhammad-fiaz/devfolio/issues"
}
}