-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "dakka-landing",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.12.3",
"@contentful/rich-text-plain-text-renderer": "^15.11.1",
"@contentful/rich-text-react-renderer": "^15.11.1",
"@emotion/babel-plugin": "^11.7.2",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.4.0",
"babel-plugin-emotion": "^11.0.0",
"contentful": "^9.1.6",
"lunr": "^2.3.9",
"next": "12.3.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-material-ui-carousel": "^3.2.0",
"sass": "^1.47.0",
"typescript": "^4.5.4"
},
"devDependencies": {
"@contentful/rich-text-types": "^15.11.1",
"@types/node": "18.15.11",
"cf-content-types-generator": "^2.0.1",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7"
}
}