-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "my-next-page",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build && next export",
"format": "prettier --write .",
"prettier:check": "prettier --check .",
"generateFeed": "ts-node cmd/generateFeedXml.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"gray-matter": "4.0.3",
"next": "12.0.10",
"next-compose-plugins": "2.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-ga": "3.3.0",
"react-markdown": "5.0.3",
"react-syntax-highlighter": "15.4.5",
"remark-gfm": "^1.0.0",
"rss": "^1.2.2",
"styled-components": "5.3.3"
},
"devDependencies": {
"@types/next": "8.0.7",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/react-syntax-highlighter": "13.5.2",
"@types/rss": "0.0.29",
"@types/styled-components": "5.1.21",
"babel-plugin-styled-components": "2.0.2",
"prettier": "2.5.1",
"ts-node": "10.4.0",
"typescript": "4.5.5"
}
}