-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.87 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "rm -rf .next && next dev --experimental-https",
"build": "rm -rf .next && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@directus/sdk": "^17.0.2",
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@next/third-parties": "^14.2.14",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.6.3",
"@vercel/speed-insights": "^1.0.12",
"algoliasearch": "^5.10.2",
"compromise": "^14.14.2",
"fast-average-color": "^9.4.0",
"html-react-parser": "^5.1.12",
"lodash.isequal": "^4.5.0",
"luxon": "^3.5.0",
"next": "14.2.14",
"posthog-js": "^1.186.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-instantsearch": "^7.13.5",
"react-instantsearch-nextjs": "^0.3.15",
"react-instantsearch-router-nextjs": "^7.13.6",
"react-markdown": "^9.0.1",
"react-swipeable": "^7.0.1",
"schema-dts": "^1.1.2",
"sharp": "^0.33.5",
"string-strip-html": "^13.4.8"
},
"devDependencies": {
"@types/lodash.isequal": "^4.5.8",
"@types/luxon": "^3.4.2",
"@types/node": "^22.5.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"autoprefixer": "^10.0.1",
"eslint": "^9.11.1",
"eslint-config-next": "14.2.14",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"typescript": "^5.6.2"
}
}