-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.53 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.53 KB
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
{
"name": "hyperfunctor.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tsc": "tsc --noEmit"
},
"dependencies": {
"@headlessui/react": "1.7.9",
"@heroicons/react": "2.0.14",
"@plaiceholder/next": "2.5.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"axios": "1.3.2",
"next": "13.1.6",
"next-mdx-remote": "4.3.0",
"next-seo": "5.15.0",
"plaiceholder": "2.5.0",
"polish-plurals": "1.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "0.31.3"
},
"devDependencies": {
"@builder.io/partytown": "0.7.5",
"@svgr/webpack": "6.5.1",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/typography": "0.5.9",
"@types/gtag.js": "0.0.12",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"autoprefixer": "10.4.13",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"husky": "8.0.3",
"lint-staged": "13.1.0",
"postcss": "8.4.21",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "8.0.1",
"prettier": "2.8.3",
"svgo": "3.0.2",
"tailwindcss": "3.2.4",
"ts-migrate": "0.1.35",
"typescript": "4.9.5",
"webpack-bundle-analyzer": "4.7.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --resolve-plugins-relative-to . --fix",
"pnpm prettier --write"
]
},
"packageManager": "pnpm@7.11.0"
}