-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.54 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
{
"name": "house",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@nextui-org/react": "^1.0.0-beta.12",
"@plaiceholder/next": "^3.0.0",
"@tryghost/content-api": "^1.11.7",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@types/spotify-api": "^0.0.21",
"@types/tryghost__content-api": "^1.3.11",
"autoprefixer": "10.4.14",
"eslint": "8.37.0",
"eslint-config-next": "13.3.0",
"evergreen-ui": "^7.1.9",
"framer-motion": "^10.11.2",
"html-react-parser": "^5.0.7",
"is-valid-email": "^0.0.5",
"jsonwebtoken": "8.5.1",
"mapbox-gl": "^3.0.0-beta.1",
"moment": "^2.29.4",
"next": "13.4.7",
"next-sitemap": "^4.0.7",
"next-themes": "^0.2.1",
"plaiceholder": "^3.0.0",
"postcss": "8.4.21",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-fontawesome": "^1.7.1",
"react-map-gl": "^7.0.23",
"react-medium-image-zoom": "^5.1.3",
"reading-time": "^1.5.0",
"sharp": "^0.33.0",
"socket.io-client": "^4.6.1",
"tailwindcss": "3.3.1",
"typescript": "5.0.3"
}
}