-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.31 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
74
75
76
77
78
79
{
"name": "tellmann.co.za",
"description": "Tellmann Web Development Studio",
"repository": "https://github.com/FelixTellmann/tellmann.co.za.git",
"author": "FelixTellmann <felix@tellmann.co.za>",
"url": "https://tellmann.co.za",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "rimraf .next && next",
"build": "rimraf .next && next build",
"start": "next start",
"export": "next build && next export",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@tailwindcss/jit": "^0.1.18",
"@types/axios": "^0.14.0",
"@types/node": "^14.14.5",
"@types/react": "^16.9.54",
"@types/styled-jsx": "^3.4.4",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.21.1",
"babel-eslint": "^10.1.0",
"babel-plugin-inline-react-svg": "^1.1.1",
"babel-plugin-module-resolver": "^4.0.0",
"beautiful-react-hooks": "^0.31.0",
"clsx": "^1.1.1",
"color": "^3.1.3",
"fx-style": "^1.1.9",
"globby": "^12.0.2",
"google-map-react": "^2.1.9",
"google-maps-react": "^2.0.6",
"gray-matter": "^4.0.2",
"gts": "^3.1.0",
"integrated-ui": "2.2.5",
"next": "^12.0.3",
"next-compose-plugins": "^2.2.0",
"next-google-fonts": "^1.2.1",
"next-mdx-enhanced": "^5.0.0",
"next-mdx-remote": "^1.0.0",
"next-optimized-images": "^2.6.2",
"next-seo": "^4.14.0",
"next-styled-system": "^3.0.4",
"node-sass": "^4.14.1",
"nodemailer": "^6.4.16",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^3.11.0",
"react-optimized-image": "^0.4.1",
"reading-time": "^1.2.1",
"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.4",
"sass-resources-loader": "^2.1.1",
"serverless-mysql": "^1.5.4",
"styled-jsx": "^3.4.1",
"styled-jsx-plugin-sass": "^1.0.0",
"swr": "^0.3.9",
"tailwindcss": "^2.1.2",
"typed.js": "^2.0.11",
"typescript": "^4.0.5",
"url-loader": "^4.1.1",
"use-color-theme": "^1.1.2",
"validator": "^13.1.17",
"windy-ui": "^0.1.4"
},
"devDependencies": {
"classnames": "^2.2.6",
"csstype": "2.6.12",
"react-reveal": "^1.2.2"
}
}