-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.91 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
{
"name": "douglasgoulart.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "eslint src --max-warnings=0",
"typecheck": "tsc --project tsconfig.json --noEmit",
"prepare": "husky install",
"test": "jest",
"test:watch": "yarn test --watch",
"generate": "yarn plop --plopfile ./generators/plopfile.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.78",
"@vercel/analytics": "^0.1.5",
"add": "^2.0.6",
"axios": "^1.1.3",
"csstype": "^3.1.0",
"date-fns": "^2.29.2",
"esbuild": "^0.15.11",
"feed": "^4.2.2",
"framer-motion": "^7.2.1",
"gray-matter": "^4.0.3",
"i18next": "^21.8.14",
"isomorphic-unfetch": "^3.1.0",
"mdx-bundler": "^9.0.1",
"next": "13.3.0",
"next-pwa": "^5.6.0",
"next-seo": "^5.14.0",
"next-sitemap": "^3.1.30",
"nextjs-progressbar": "^0.0.14",
"prism-react-renderer": "^1.3.5",
"qs": "^6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-lite-youtube-embed": "^2.3.1",
"reading-time": "^1.5.0",
"sharp": "^0.31.2",
"styled-components": "^5.3.5",
"styled-media-query": "^2.1.2",
"yarn": "^1.22.19"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.2.2",
"@storybook/addon-actions": "^7.0.7",
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-links": "^7.0.7",
"@storybook/nextjs": "^7.0.7",
"@storybook/react": "^7.0.7",
"@storybook/testing-library": "^0.1.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.6",
"@types/mailchimp__mailchimp_marketing": "^3.0.6",
"@types/node": "18.0.6",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"babel-loader": "^8.2.5",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "13.0.5",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-jest": "^3.0.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.11",
"husky": "^8.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-styled-components": "^7.0.8",
"lint-staged": "^13.0.3",
"plop": "^3.1.1",
"prettier": "^2.7.1",
"storybook": "^7.0.7",
"typescript": "4.7.4"
},
"packageManager": "[email protected]"
}