-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "dotorg",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"netlify:dev": "netlify dev -c 'next dev'"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^16.0.2",
"@contentful/rich-text-react-renderer": "^15.16.3",
"@contentful/rich-text-types": "^16.0.3",
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.1.5",
"@emotion/server": "^11.0.0",
"@emotion/styled": "^11.1.5",
"autoprefixer": "^10.2.4",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"contentful": "^8.4.2",
"google-auth-library": "^7.0.3",
"googleapis": "^68.0.0",
"gray-matter": "^4.0.2",
"luxon": "^1.26.0",
"next": "^10.1.2",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.7.0",
"next-plugin-yaml": "^1.0.1",
"postcss": "^8.2.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-query": "^3.13.0",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.2.0",
"babel-plugin-macros": "^3.0.1",
"netlify-cli": "^3.13.7",
"twin.macro": "^2.3.2"
}
}