-
-
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.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.5.0",
"@heroicons/react": "^1.0.6",
"@juggle/resize-observer": "^3.3.1",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/bundle-analyzer": "^12.1.2",
"@next/mdx": "^12.1.2",
"@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.4",
"babel-plugin-preval": "^5.1.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.6",
"next": "^12.1.2",
"next-themes": "^0.1.1",
"postcss": "^8.4.12",
"postcss-focus-visible": "^5.0.0",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"prismjs": "^1.27.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "^8.33.1",
"redent": "^3.0.0",
"sharp": "^0.30.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.17.8",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@types/react": "^17.0.43",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"babel-eslint": "10.1.0",
"eslint": "8.11.0",
"eslint-config-next": "^12.1.4",
"eslint-config-react-app": "^7.0.0",
"eslint-import-resolver-typescript": "^2.7.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.25.4",
"prettier": "^2.6.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"typescript": "^4.6.3",
"webpack": "^5.70.0"
}
}