-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.47 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.47 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
{
"name": "javaistic",
"version": "1.7.0",
"description": "The official website for Javaistic.",
"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}/**/*.{css,js,mdx} --write",
"lint": "next lint",
"clean": "rimraf .next"
},
"browserslist": [
"> 1%"
],
"dependencies": {
"@badrap/bar-of-progress": "^0.1.2",
"@docsearch/react": "^1.0.0-alpha.28",
"@formspree/react": "^2.2.4",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@juggle/resize-observer": "^3.3.1",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/bundle-analyzer": "^12.0.9",
"@next/mdx": "^12.0.9",
"@reach/rect": "^0.16.0",
"@silvenon/remark-smartypants": "^1.0.0",
"@sindresorhus/slugify": "^1.1.0",
"@svgr/webpack": "^5.5.0",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.2",
"babel-plugin-preval": "^5.0.0",
"clsx": "^1.1.1",
"dlv": "^1.1.3",
"file-loader": "^6.0.0",
"focus-visible": "^5.1.0",
"framer-motion": "^4.1.17",
"front-matter": "^4.0.2",
"glob": "^7.2.0",
"intersection-observer": "^0.12.0",
"minimatch": "^3.0.4",
"next": "^12.0.9",
"next-themes": "^0.0.15",
"postcss": "^8.4.5",
"postcss-focus-visible": "^5.0.0",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"prismjs": "^1.26.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "^8.33.1",
"redent": "^3.0.0",
"sharp": "^0.29.3",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^2.2.19",
"tinytime": "^0.2.6",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "5.6.0",
"@typescript-eslint/parser": "5.6.0",
"babel-eslint": "10.1.0",
"eslint": "7.32.0",
"eslint-config-next": "^12.0.9",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.25.3",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.4",
"typescript": "^4.5.5",
"webpack": "^5.67.0"
}
}