Skip to content

Commit aab235c

Browse files
committed
added package.json and lockfile
1 parent 9112f5c commit aab235c

2 files changed

Lines changed: 5519 additions & 0 deletions

File tree

package.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"name": "javaistic",
3+
"version": "1.0.0",
4+
"description": "The official website for [Javaistic](https://github.com/uiuxarghya/javaistic).",
5+
"main": "index.js",
6+
"scripts": {
7+
"dev": "next",
8+
"start": "next start",
9+
"build": "next build"
10+
},
11+
"author": "Arghya Ghosh",
12+
"license": "MIT",
13+
"dependencies": {
14+
"@reach/skip-nav": "^0.10.5",
15+
"focus-visible": "^5.1.0",
16+
"intersection-observer": "^0.10.0",
17+
"markdown-to-jsx": "^6.11.4",
18+
"next": "^10.0.7",
19+
"nextra": "^0.4.3",
20+
"nextra-theme-docs": "^1.1.4",
21+
"prism-react-renderer": "^1.2.0",
22+
"prismjs": "^1.23.0",
23+
"react": "^17.0.1",
24+
"react-dom": "^17.0.1",
25+
"react-intersection-observer": "^8.26.2"
26+
},
27+
"devDependencies": {
28+
"cssnano": "^4.1.10",
29+
"postcss-preset-env": "^6.7.0",
30+
"tailwindcss": "^1.4.6"
31+
},
32+
"repository": {
33+
"type": "git",
34+
"url": "git+https://github.com/uiuxarghya/javaistic.git"
35+
},
36+
"bugs": {
37+
"url": "https://github.com/uiuxarghya/javaistic/issues"
38+
},
39+
"homepage": "https://javaistic.vercel.app/",
40+
"keywords": [
41+
"javaistic",
42+
"java"
43+
]
44+
}

0 commit comments

Comments
 (0)