-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "heritage.tudelft.nl",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@tailwindcss/typography": "^0.5.10",
"@types/bun": "^1.1.6",
"autoprefixer": "^10.4.16",
"contentlayer": "^0.3.4",
"github-slugger": "^2.0.0",
"next-intl": "^3.4.1",
"playwright": "^1.40.1",
"postcss": "^8.4.33",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "0.5.11",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.4.1",
"turbo": "latest"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"bun-types": "*",
"@types/react-lazy-load-image-component": "^1.6.3",
"react-instantsearch-router-nextjs": "^7.7.0",
"react-social-icons": "^6.14.0"
}
}