-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 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
43
44
{
"name": "javaistic",
"version": "1.0.0",
"description": "The official website for [Javaistic](https://github.com/javaistic/javaistic).",
"main": "index.js",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build"
},
"author": "Arghya Ghosh",
"license": "MIT",
"dependencies": {
"@reach/skip-nav": "^0.10.5",
"focus-visible": "^5.1.0",
"intersection-observer": "^0.10.0",
"markdown-to-jsx": "^6.11.4",
"next": "^10.0.7",
"nextra": "^0.4.3",
"nextra-theme-docs": "^1.1.4",
"prism-react-renderer": "^1.2.0",
"prismjs": "^1.23.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-intersection-observer": "^8.26.2"
},
"devDependencies": {
"cssnano": "^4.1.10",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.4.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javaistic/javaistic.git"
},
"bugs": {
"url": "https://github.com/javaistic/javaistic/issues"
},
"homepage": "https://javaistic.vercel.app/",
"keywords": [
"javaistic",
"java"
]
}