-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.23 KB
/
package.json
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
{
"name": "dandiws.github.io",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config sitemap.config.js",
"start": "next start",
"analyze": "ANALYZE=true next build",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --fix --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@vercel/og": "^0.1.0",
"bright": "^0.6.0",
"clsx": "^1.1.1",
"cmdk": "^0.1.19",
"contentlayer": "^0.3.0",
"dayjs": "^1.9.1",
"eslint-config-next": "^13.1.6",
"firebase-admin": "^9.6.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lz-string": "^1.4.4",
"next": "^13.4.6",
"next-contentlayer": "^0.3.0",
"next-pwa": "^5.6.0",
"next-seo": "^4.29.0",
"next-themes": "npm:@wits/next-themes",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.2",
"react-wrap-balancer": "^0.4.0",
"reading-time": "^1.2.0",
"rehype": "^11.0.0",
"rehype-code-titles": "^1.1.0",
"remark-gfm": "^3.0.1",
"swr": "^2.0.3",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss-animation-delay": "^1.0.7"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.1.6",
"@next/eslint-plugin-next": "^13.1.6",
"@types/lz-string": "^1.3.34",
"@types/node": "^17.0.13",
"@types/react": "^18.0.27",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"autoprefixer": "^10.4.2",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier-standard": "^4.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"next-sitemap": "^2.5.9",
"postcss": "^8.4.5",
"postcss-import": "^14.1.0",
"prettier": "^2.7.1",
"prettier-config-standard": "^5.0.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.9.5"
}
}