-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
44 lines (44 loc) · 1.32 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
{
"name": "mui-nextjs-starter",
"version": "0.1.1",
"sideEffects": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"prettier": "prettier --write src"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"front-matter": "^4.0.2",
"glob": "^10.4.2",
"js-yaml": "^4.1.0",
"markdown-to-jsx": "^7.7.1",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@stackbit/cms-git": "^1.0.2",
"@stackbit/types": "^2.0.2",
"@types/glob": "^8.1.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.7.4",
"@types/react": "^19.0.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^15.1.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"description": "A Nextjs page builder, component library and data source mapper all in one.",
"main": "next.config.js",
"license": "MIT"
}