-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.49 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "yarn prettier --write --ignore-unknown .",
"format:check": "yarn prettier --check .",
"lint": "next lint",
"prepare": "husky install",
"start": "next start"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,json}": [
"yarn format"
]
},
"dependencies": {
"@cloudinary/url-gen": "^1.8.0",
"@mailchimp/mailchimp_marketing": "^3.0.72",
"@reach/dialog": "^0.17.0",
"install": "^0.13.0",
"next": "latest",
"next-goatcounter": "1.0.0",
"npm": "^8.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^7.1.1",
"rehype-highlight": "^5.0.1"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@netlify/plugin-nextjs": "^4.29.2",
"@types/lodash.kebabcase": "^4.1.7",
"@types/node": "^17.0.5",
"@types/react": "^17.0.38",
"@types/styled-components": "^5.1.20",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.5.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"gray-matter": "^4.0.3",
"husky": "^7.0.4",
"lint-staged": "^12.1.4",
"lodash.kebabcase": "^4.1.1",
"mdx-embed": "^0.0.22",
"mirrorful": "^4.0.0",
"next-mdx-remote": "^3.0.8",
"prettier": "2.5.1",
"react-feather": "^2.0.9",
"rehype-raw": "^6.1.0",
"styled-components": "^5.3.3",
"typescript": "^4.5.4"
}
}