-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.17 KB
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
{
"name": "next-contentful-starter",
"version": "0.1.0",
"private": true,
"main": "public/index.html",
"engines": {
"node": "16"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.12.1",
"@svgr/webpack": "^6.2.1",
"contentful": "^9.1.27",
"firebase-admin": "^11.0.1",
"firebase-functions": "^3.23.0",
"hex-to-css-filter": "^4.0.0",
"next": "12.1.5",
"next-themes": "^0.1.1",
"react": "18.1.0",
"react-dom": "^16.13.1",
"react-sticky-box": "^1.0.0",
"styled-jsx": "^5.0.7"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"autoprefixer": "^10.4.5",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"classnames": "^2.3.1",
"cross-env": "^7.0.3",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"import-all.macro": "^3.1.0",
"lodash": "^4.17.21",
"postcss": "^8.4.13",
"prismjs": "^1.23.0",
"react-markdown": "^8.0.3",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.24"
}
}