-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.9 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "tgmarinho.com",
"description": "Blog made with Next, Typescript and Tailwind",
"version": "1.0.0",
"private": true,
"author": "Thiago Marinho <tgmarinho@gmail.com> (@tgmarinho)",
"license": "MIT",
"keywords": [
"next",
"starter",
"typescript"
],
"babelMacros": {
"twin": {
"preset": "styled-components"
}
},
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
"start": "tinacms build && next start",
"analyze": "cross-env ANALYZE=true next build",
"type-check": "tsc",
"lint": "eslint \"src/**/*.+(ts|js|tsx)\"",
"format": "prettier \"src/**/*.+(ts|js|tsx)\" --write",
"fl": "yarn run format && yarn run lint"
},
"dependencies": {
"@babel/parser": "^7.17.9",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/standalone": "^7.17.9",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@tinacms/cli": "1.5.25",
"@types/babel-plugin-macros": "^2.8.5",
"@use-it/interval": "^1.0.0",
"algoliasearch": "^4.13.0",
"autoprefixer": "^10.4.4",
"babel-plugin-styled-components": "^2.0.7",
"clsx": "^1.1.1",
"faunadb": "^4.5.4",
"framer-motion": "^4.1.17",
"mdx-bundler": "^5.0.0",
"next": "^11.0.1",
"next-mdx-enhanced": "^5.0.0",
"postcss": "^8.4.12",
"prism-react-renderer": "^1.3.1",
"prismjs": "^1.27.0",
"qrcode.react": "^3.0.1",
"react": "^17.0.2",
"react-clipboard.js": "^2.0.16",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-instantsearch-dom": "6.23.3",
"react-rough-notation": "^1.0.2",
"react-simple-code-editor": "^0.11.0",
"react-spring": "^9.4.4",
"reading-time": "^1.5.0",
"remark-gfm": "^3.0.1",
"remark-slug": "^7.0.1",
"rfdc": "^1.3.0",
"styled-components": "^5.3.5",
"styled-icons": "^10.45.0",
"styled-media-query": "^2.1.2",
"swr": "^1.3.0",
"tailwindcss": "^3.0.24",
"tinacms": "1.5.16",
"twin.macro": "^2.8.2",
"url-join": "^4.0.1",
"use-debounce": "^7.0.1"
},
"devDependencies": {
"@netlify/plugin-nextjs": "4.6.0",
"@types/node": "^17.0.24",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-twin": "^1.0.2",
"eslint": "^8.13.0",
"eslint-config-next": "^12.1.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"next-pwa": "5.5.0",
"nprogress": "0.2.0",
"prettier": "^2.6.2",
"react-is": "^17.0.2",
"react-loading-skeleton": "3.1.0",
"reakit": "1.3.11",
"typescript": "^4.6.3"
},
"engines": {
"node": ">=16.14.2"
}
}