-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.57 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.57 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "javaistic",
"version": "1.8.0",
"description": "The official Javaistic website.",
"private": true,
"main": "index.js",
"repository": "https://github.com/javaistic/javaistic.git",
"author": "Arghya Ghosh <71373838+uiuxarghya@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"format": "prettier {src,remark,rehype}/**/*.{css,js,mdx} --write",
"lint": "next lint",
"clean": "rimraf .next"
},
"browserslist": [
"> 1%"
],
"dependencies": {
"@docsearch/react": "^3.6.1",
"@formspree/react": "^2.5.1",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^1.0.6",
"@juggle/resize-observer": "^3.4.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/bundle-analyzer": "^14.2.12",
"@next/mdx": "^14.2.12",
"@reach/rect": "^0.17.0",
"@silvenon/remark-smartypants": "^1.0.0",
"@sindresorhus/slugify": "^1.1.2",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/typography": "^0.4.1",
"@uiuxarghya/progress-bar": "^0.1.3",
"autoprefixer": "^10.4.20",
"babel-plugin-preval": "^5.1.0",
"clsx": "^1.2.1",
"dlv": "^1.1.3",
"file-loader": "^6.2.0",
"focus-visible": "^5.2.1",
"framer-motion": "^4.1.17",
"front-matter": "^4.0.2",
"glob": "^7.2.3",
"intersection-observer": "^0.12.2",
"minimatch": "^3.1.2",
"next": "^14.2.12",
"next-themes": "^0.2.1",
"postcss": "^8.4.47",
"postcss-focus-visible": "^5.0.0",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^8.34.0",
"redent": "^3.0.0",
"sharp": "^0.32.6",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^2.2.19",
"tinytime": "^0.2.6",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@types/react": "^18.3.8",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.12",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.26.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"typescript": "^4.9.5",
"webpack": "^5.94.0"
}
}