-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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": "richie-js-docsite",
"version": "0.2b",
"description": "Richie.js API References",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cresteem/Richie-JS-DocSite.git"
},
"author": "CRESTEEM <[email protected]>",
"maintainers": [
"CRESTEEM <[email protected]>",
"DARSAN <[email protected]>"
],
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/cresteem/Richie-JS-DocSite/issues"
},
"homepage": "https://richiejs.cresteem.com/",
"devDependencies": {
"@mantine/core": "^7.14.1",
"@mantine/hooks": "^7.14.1",
"@types/dompurify": "^3.2.0",
"@types/node": "22.9.1",
"@types/react": "^18.3.12",
"acorn": "8.14.0",
"autoprefixer": "^10.4.20",
"next": "15.0.3",
"nextra": "3.2.4",
"nextra-theme-docs": "3.2.4",
"postcss": "^8.4.49",
"react": "latest",
"react-dom": "latest",
"react-icons": "^5.3.0",
"sass": "1.81.0",
"typescript": "5.6.3"
},
"dependencies": {
"favicons": "^7.2.0",
"tailwindcss": "^3.4.15"
},
"keywords": []
}