-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.75 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
{
"name": "tailwindui-syntax",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "npm run lint --fix",
"husky:commit-msg": "commitlint --edit $1",
"husky:pre-commit": "lint-staged",
"husky:pre-push": "npm run lint",
"lint-staged": "lint-staged",
"lint": "npm run lint:next",
"lint:fix": "npm run lint:next --fix",
"lint:next": "next lint",
"start": "next start"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@docsearch/react": "^3.6.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-pro": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/pro-duotone-svg-icons": "^6.6.0",
"@fortawesome/pro-light-svg-icons": "^6.6.0",
"@fortawesome/pro-regular-svg-icons": "^6.6.0",
"@fortawesome/pro-solid-svg-icons": "^6.6.0",
"@fortawesome/pro-thin-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@fortawesome/sharp-light-svg-icons": "^6.6.0",
"@fortawesome/sharp-regular-svg-icons": "^6.6.0",
"@fortawesome/sharp-solid-svg-icons": "^6.6.0",
"@headlessui/react": "^2.1.3",
"@markdoc/markdoc": "^0.4.0",
"@markdoc/next.js": "^0.3.7",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@next/eslint-plugin-next": "^14.2.7",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"contentful": "^10.15.0",
"dotenv": "^16.4.5",
"eslint-config-next": "^14.2.7",
"eslint-config-wesbos": "^4.0.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"focus-visible": "^5.2.1",
"google-auth-library": "^9.14.0",
"google-spreadsheet": "^4.1.3",
"husky": "^9.1.5",
"js-confetti": "^0.12.0",
"lint-staged": "^15.2.9",
"next": "14.2.7",
"nextjs-google-analytics": "^2.3.7",
"path": "^0.12.7",
"postcss-focus-visible": "^10.0.0",
"postcss-import": "^16.1.0",
"prism-react-renderer": "^2.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-player": "^2.16.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"rss": "^1.2.2",
"super-react-gist": "^1.1.1",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.8",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"prettier": "^3.3.3"
}
}