forked from neondatabase/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 4.01 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "neon-nextjs",
"private": true,
"version": "0.1.0",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.6.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"dev:build": "next build",
"postbuild": "node src/scripts/copy-docs-md.js && next-sitemap --config next-sitemap.config.js && next-sitemap --config next-sitemap-postgres.config.js",
"start": "next start",
"format": "prettier --write .",
"lint": "npm run lint:js && npm run lint:md",
"lint:fix": "npm run lint:js:fix && npm run lint:md:fix",
"lint:js": "eslint --ext .js,.jsx --ignore-path .gitignore .",
"lint:js:fix": "eslint --fix --ext .js,.jsx --ignore-path .gitignore .",
"lint:md": "markdownlint --ignore-path .gitignore .",
"lint:md:fix": "markdownlint --fix --ignore-path .gitignore .",
"check:broken-links": "linkinator --config linkinator.config.json",
"prepare": "husky install",
"test": "npx cypress open",
"migrate": "npx prisma migrate dev",
"studio": "npx prisma studio",
"postinstall": "prisma generate"
},
"dependencies": {
"@docsearch/react": "^3.6.2",
"@headlessui/react": "^2.1.2",
"@headlessui/tailwindcss": "^0.2.0",
"@hookform/resolvers": "^3.3.4",
"@inkeep/uikit": "^0.3.8",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/bundle-analyzer": "^14.2.2",
"@octokit/core": "^6.1.2",
"@prisma/client": "^5.19.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-toast": "^1.2.2",
"@react-hook/throttle": "^2.2.0",
"@react-hook/window-scroll": "^1.3.0",
"@rive-app/react-canvas": "^4.9.5",
"@segment/analytics-next": "^1.67.0",
"@splinetool/react-spline": "^2.2.6",
"@tailwindcss/typography": "github:tailwindcss/typography",
"async-retry": "^1.3.3",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"file-loader": "^6.2.0",
"framer-motion": "^11.1.7",
"glob": "^10.3.12",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"gray-matter": "^4.0.3",
"gsap": "^3.12.5",
"hls.js": "^1.5.8",
"html-react-parser": "^5.1.10",
"js-yaml": "^4.1.0",
"lodash.get": "^4.4.2",
"lodash.isboolean": "^3.0.3",
"lodash.isempty": "^4.4.0",
"lodash.shuffle": "^4.2.0",
"lottie-web": "^5.12.2",
"markdownlint-cli": "^0.39.0",
"next": "^14.2.2",
"next-auth": "^4.24.7",
"next-mdx-remote": "^4.4.1",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-calendly": "^4.3.0",
"react-countdown": "^2.3.6",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-intersection-observer": "^9.8.2",
"react-medium-image-zoom": "^5.2.0",
"react-modal": "^3.16.1",
"react-paginate": "^8.2.0",
"react-scroll": "^1.9.0",
"react-share": "^5.1.0",
"react-tooltip": "^5.26.3",
"react-use": "^17.5.0",
"remark-gfm": "^3.0.1",
"rss": "^1.2.2",
"slugify": "^1.6.6",
"swiper": "^11.1.5",
"tailwindcss-safe-area": "^0.5.1",
"unist-util-visit": "^5.0.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@next/eslint-plugin-next": "^14.2.2",
"@shikijs/transformers": "^1.3.0",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.19",
"cypress": "^13.8.0",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.19.1",
"shiki": "^1.1.1",
"svgo-loader": "^4.0.0",
"tailwindcss": "^3.4.3",
"url-loader": "^4.1.1"
}
}