-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.22 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
{
"name": "rnny-starter-nextjs13",
"version": "1.2.0",
"description": "Personal starter for NextJS 13, Tailwind, TypeScript",
"author": "Ronny Rook",
"url": "https://rnny.nl",
"scripts": {
"start": "next dev",
"build": "next build",
"server": "next start",
"lint": "next lint",
"prettier": "prettier --write '**/*.{js,ts,tsx}'",
"typecheck": "tsc --noEmit",
"test": "npx concurrently 'pnpm run lint' 'pnpm run typecheck'"
},
"dependencies": {
"@notionhq/client": "2.2.14",
"@vercel/analytics": "1.1.2",
"@vercel/og": "0.6.2",
"clsx": "2.1.0",
"framer-motion": "10.18.0",
"gray-matter": "4.0.3",
"immer": "10.0.3",
"next": "14.1.0",
"parse-numeric-range": "1.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "9.0.1",
"react-syntax-highlighter": "15.5.0",
"react-tweet": "3.2.0",
"rehype-external-links": "3.0.0",
"remark-gfm": "4.0.0",
"sharp": "0.33.2",
"zustand": "4.5.0"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/plugin-syntax-flow": "7.23.3",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@next/eslint-plugin-next": "14.1.0",
"@svgr/webpack": "8.1.0",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/react-syntax-highlighter": "15.5.11",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"postcss": "8.4.33",
"postcss-import": "16.0.0",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwind-merge": "2.2.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7",
"typescript": "5.3.3",
"webpack": "5.89.0"
},
"keywords": [],
"repository": {
"type": "git",
"url": ""
}
}