-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.62 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
{
"name": "confessional-christianity-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "next -p 1517",
"build": "next build",
"prod": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fontsource/cinzel": "^4.3.0",
"@fontsource/cinzel-decorative": "^4.2.2",
"@fontsource/marcellus": "^4.2.2",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@fullhuman/postcss-purgecss": "^2.1.2",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^9.5.5",
"@vercel/og": "^0.0.20",
"algoliasearch": "^4.8.1",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"classnames": "^2.2.6",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.20",
"next": "^13.0.2",
"postcss": "^8.2.8",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"query-string": "^6.14.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.18.0",
"sass": "^1.26.3",
"tailwindcss": "^2.0.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^11.1.2",
"@types/node": "^18.11.9",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.0.0",
"typescript": "4.8.4"
}
}