-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "minomax-docsite",
"version": "0.2b",
"description": "Minomax API References",
"scripts": {
"dev": "(cls || clear) && next dev",
"build": "next build",
"start": "next start",
"cfav": "node dev/compress-images.mjs favicons",
"cpub": "node dev/compress-images.mjs public",
"csvg": "node dev/compress-images.mjs svg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cresteem/Minomax-DocSite.git"
},
"author": "DARSAN <[email protected]>",
"maintainers": [
"CRESTEEM <[email protected]>",
"DARSAN <[email protected]>"
],
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/cresteem/Minomax-DocSite/issues"
},
"homepage": "https://minomax.cresteem.com/",
"devDependencies": {
"@cresteem/minomax": "^1.0.0",
"@mantine/core": "^7.16.0",
"@mantine/hooks": "^7.16.0",
"@types/node": "22.10.7",
"@types/react": "^19.0.7",
"acorn": "^8.14.0",
"autoprefixer": "^10.4.20",
"favicons": "^7.2.0",
"next": "15.1.4",
"nextra": "3.2.4",
"nextra-theme-docs": "3.2.4",
"postcss": "^8.5.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"sass": "1.83.4",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
},
"keywords": []
}