-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
58 lines (58 loc) · 1.69 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
{
"name": "storj-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "node scripts/fetch-image-sizes.mjs",
"dev": "next dev",
"prebuild": "node scripts/fetch-image-sizes.mjs",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write '**/*.{ts,tsx,js,jsx,css,html}' --ignore-path .gitignore",
"mdprettier": "prettier --write '**/*.md' --ignore-path .gitignore"
},
"browserslist": "defaults, not ie <= 11",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.9.2",
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.1.3",
"@heroicons/react": "^2.0.18",
"@markdoc/markdoc": "^0.3.5",
"@markdoc/next.js": "^0.3.6",
"@sindresorhus/slugify": "^2.1.0",
"@tailwindcss/typography": "^0.5.7",
"autoprefixer": "^10.4.12",
"bright": "^0.8.4",
"clsx": "^1.2.1",
"fast-glob": "^3.2.12",
"flexsearch": "^0.7.31",
"focus-visible": "^5.2.0",
"framer-motion": "^10.16.1",
"js-yaml": "^4.1.0",
"next": "^14.0.2",
"next-themes": "^0.2.1",
"postcss-focus-visible": "^6.0.4",
"postcss-import": "^14.1.0",
"prism-react-renderer": "^1.3.5",
"probe-image-size": "^7.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-share": "^5.1.0",
"react-youtube": "^10.1.0",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^3.3.3",
"zustand": "^4.3.9"
},
"devDependencies": {
"eslint": "8.26.0",
"eslint-config-next": "^14.0.2",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6",
"sharp": "^0.32.6"
}
}