-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
73 lines (73 loc) · 2.1 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "felixtellmann-com",
"version": "1.3.0",
"repository": "https://github.com/FelixTellmann/FelixTellmann.com.git",
"author": "FelixTellmann <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"build:start": "next build && next start",
"start": "next start",
"export": "next build && next export",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"engines": {
"node": ">=12.9.0"
},
"dependencies": {
"@types/react-dom": "^17.0.2",
"@zeit/next-sass": "^1.0.1",
"mdx-prism": "^0.3.3",
"next": "^10.1.2",
"next-compose-plugins": "^2.2.0",
"next-mdx-enhanced": "^4.0.0",
"next-pwa": "^5.0.6",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@jsdevtools/rehype-toc": "^3.0.2",
"@mapbox/stylelint-processor-arbitrary-tags": "^0.3.0",
"@mdx-js/loader": "^1.6.18",
"@next/mdx": "^9.5.3",
"@types/node": "^14.10.3",
"@types/react": "^17.0.3",
"@types/styled-jsx": "^2.2.8",
"babel-eslint": "^10.1.0",
"babel-plugin-inline-react-svg": "^1.1.1",
"babel-plugin-module-resolver": "^4.0.0",
"color": "^3.1.3",
"csstype": "2.6.12",
"date-fns": "^2.16.1",
"globby": "^11.0.1",
"gray-matter": "^4.0.2",
"gts": "^3.1.0",
"iframe-resizer": "^4.2.11",
"next-google-fonts": "^1.2.1",
"next-mdx-remote": "^1.0.0",
"next-optimized-images": "^3.0.0-canary.10",
"next-seo": "^4.11.0",
"next-styled-system": "^4.1.0",
"node-sass": "^5.0.0",
"prismjs-styled-jsx": "^0.0.1",
"react-icons": "^3.11.0",
"reading-time": "^1.2.0",
"rehype": "^11.0.0",
"rehype-prism": "^0.1.1",
"rehype-prism-enhanced": "^2.1.5",
"remark-autolink-headings": "^6.0.1",
"remark-code-titles": "^0.1.1",
"remark-slug": "^6.0.0",
"reset-css": "^5.0.1",
"sass-loader": "^10.0.2",
"sass-resources-loader": "^2.1.0",
"string-hash": "^1.1.3",
"styled-jsx": "^3.3.2",
"styled-jsx-plugin-sass": "^1.0.0",
"typescript": "^4.0.2",
"url-loader": "^4.1.0",
"use-color-theme": "^1.0.4"
}
}