-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 950 Bytes
/
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
{
"name": "sotm-eu-2023",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prettier": "npx prettier --check \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"prettier:fix": "npx prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"focus-visible": "^5.2.0",
"next": "13.5.4",
"postcss-focus-visible": "^9.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-config-next": "13.5.4",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"sharp": "^0.32.6"
}
}