-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
67 lines (67 loc) · 1.99 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
{
"name": "next-template",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"hydrate-contribs": "npx --yes bun scripts/updateContributors.ts",
"localisation:pull": "crowdin download",
"lint": "eslint --ignore-path .gitignore \"./**/*.+(ts|tsx)\""
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@octokit/graphql": "^4.8.0",
"@octokit/rest": "^18.12.0",
"@octokit/types": "^6.34.0",
"@tailwindcss/typography": "^0.5.2",
"@vercel/kv": "^0.2.2",
"contentlayer": "^0.1.2",
"cookies-next": "^2.0.4",
"date-fns": "^2.28.0",
"esbuild": "^0.14.19",
"firebase": "^11.0.2",
"framer-motion": "^7.2.1",
"mdx-bundler": "^9.0.1",
"next": "13",
"next-contentlayer": "^0.1.2",
"next-i18next": "^12.0.0",
"next-seo": "^5.0.0",
"next-themes": "^0.2.0",
"react": "^18.2.0",
"react-country-flag": "^3.0.2",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.3.1",
"react-icons": "^4.3.1",
"react-intersection-observer": "^9.4.0",
"react-markdown": "^8.0.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.0.3",
"rehype-prism-plus": "^1.3.2",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@crowdin/cli": "^3.14.0",
"@types/node": "^18.17.15",
"@types/react": "^18.0.27",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"autoprefixer": "^10.4.2",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.4",
"sharp": "^0.30.1",
"tailwindcss": "^3.1.8",
"typescript": "4.5.4"
}
}