-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
{
"name": "sitesauce-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^0.2.0",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.0.3",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/typography": "^0.3.1",
"autoprefixer": "^10.2.5",
"axios": "^0.21.0",
"chart.js": "^2.9.4",
"date-fns": "^2.16.1",
"fathom-client": "^3.0.0",
"js-cookie": "^2.2.1",
"next": "^10.1.3",
"next-seo": "^4.17.0",
"postcss": "^8.2.10",
"preact": "^10.5.9",
"react": "17.0.1",
"react-click-away-listener": "^1.4.4",
"react-dom": "17.0.1",
"rss": "^1.2.2",
"styled-jsx-plugin-postcss": "^4.0.1",
"swr": "^0.3.9",
"tailwindcss": "^2.1.1",
"timeago.js": "^4.0.2",
"use-reading-time": "^0.2.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"hex-to-rgba": "^2.0.1",
"next-sitemap": "^1.3.16",
"postcss-nested": "^5.0.3",
"prettier": "^2.2.1"
}
}