-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "eschein-blog",
"version": "1.0.1",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"setup": "node ./contentful/setup.js $CONTENTFUL_SPACE_ID $CONTENTFUL_MANAGEMENT_TOKEN"
},
"dependencies": {
"@contentful/rich-text-plain-text-renderer": "^14.1.2",
"@contentful/rich-text-react-renderer": "14.1.1",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"autoprefixer": "^10.0.2",
"axios": "^0.21.1",
"classnames": "2.2.6",
"date-fns": "2.14.0",
"next": "12.3.1",
"postcss": "^8.1.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-share": "^4.3.1",
"reading-time": "^1.2.1",
"stylelint": "^13.8.0",
"stylelint-config-recommended": "^3.0.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"contentful-import": "^7.8.7",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^2.0.1"
},
"license": "UNLICENSED",
"private": true
}