-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.42 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
45
46
47
48
49
50
51
52
{
"name": "blog.owlcode.net",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.4.0",
"@mdi/js": "^6.2.95",
"@mdi/react": "^1.5.0",
"date-fns": "^2.23.0",
"github-markdown-css": "^4.0.0",
"gray-matter": "^4.0.3",
"next": "^11.0.1",
"ogp-fetcher": "^1.4.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^6.0.0",
"react-select": "^4.0.0",
"react-share": "^4.4.0",
"react-tweet-embed": "^1.3.1",
"rehype-raw": "^5.0.0",
"remove-markdown": "^0.3.0",
"reset-css": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@types/jest": "^27.0.1",
"@types/jsdom": "^16.2.13",
"@types/react": "17.0.16",
"@types/react-select": "^4.0.0",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/remove-markdown": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"jest": "^27.2.0",
"prettier": "^2.3.2",
"prettier-plugin-organize-imports": "^2.3.3",
"react-syntax-highlighter": "^15.4.4",
"ts-jest": "^27.0.5",
"typescript": "4.3.5"
}
}