-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 864 Bytes
/
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
{
"name": "green-web-dev",
"version": "0.1.0",
"private": true,
"license": "GPL-3.0",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^13.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@mdx-js/loader": "^2.1.5",
"@next/mdx": "^11.1.2",
"@types/lodash": "^4.14.176",
"@types/react": "17.0.11",
"autoprefixer": "^10.4.0",
"eslint": "7.28.0",
"eslint-config-next": "^13.0.6",
"gray-matter": "^4.0.3",
"lodash": "^4.17.21",
"next-mdx-remote": "^4.2.0",
"next-sitemap": "^1.6.203",
"postcss": "^8.3.11",
"react-icons": "^4.3.1",
"tailwindcss": "^2.2.19",
"typescript": "4.3.4",
"webpack": "^5.1.0"
}
}