forked from diced/zipline-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.65 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
{
"name": "zipline-docs",
"version": "3.7.3",
"private": true,
"scripts": {
"dev": "node --experimental-fetch scripts/runAll.mjs && next dev",
"build": "node --experimental-fetch scripts/runAll.mjs && next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ./src/**/*.{ts,tsx} ./*.{md,js,json,yml}",
"scripts": "node --experimental-fetch scripts/runAll.mjs"
},
"dependencies": {
"@docsearch/react": "3",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@next/font": "13.0.7",
"@octokit/types": "^9.0.0",
"@tabler/icons-react": "^2.11.0",
"@tailwindcss/typography": "^0.5.8",
"@types/semver": "^7.3.13",
"@vercel/analytics": "^0.1.10",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"framer-motion": "^7.10.2",
"gray-matter": "^4.0.3",
"next": "^13.1.0",
"next-mdx-remote": "^4.2.1",
"next-seo": "^5.15.0",
"next-themes": "^0.2.1",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.5",
"react-parallax-tilt": "^1.7.77",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"semver": "^7.3.8",
"sharp": "^0.31.2"
},
"devDependencies": {
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"autoprefixer": "^10.4.13",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4"
},
"packageManager": "yarn@3.5.0"
}