forked from ethereum/ethereum-org-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 3.07 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
{
"name": "ethereum-org-website",
"version": "8.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write .",
"preversion": "bash ./src/scripts/updatePublishDate.sh",
"crowdin-contributors": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/crowdin/getCrowdinContributors.ts",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --project-token fee8e66c9916",
"crowdin-clean": "rm -rf .crowdin && mkdir .crowdin",
"crowdin-import": "ts-node src/scripts/crowdin-import.ts",
"markdown-checker": "ts-node -O '{ \"module\": \"commonjs\" }' src/scripts/markdownChecker.ts"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.0",
"@crowdin/crowdin-api-client": "^1.25.0",
"@docsearch/react": "^3.5.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@socialgouv/matomo-next": "^1.8.0",
"clipboard": "^2.0.11",
"embla-carousel-react": "^7.0.0",
"ethereum-blockies-base64": "^1.0.2",
"focus-trap-react": "^10.2.3",
"framer-motion": "^10.13.0",
"gray-matter": "^4.0.3",
"htmr": "^1.0.2",
"i18next": "^23.6.0",
"lodash.merge": "^4.6.2",
"lodash.shuffle": "^4.2.0",
"luxon": "^3.4.3",
"next": "13.4.8",
"next-i18next": "^14.0.3",
"next-mdx-remote": "^3.0.8",
"next-sitemap": "^4.2.3",
"prism-react-renderer": "1.1.0",
"prismjs": "^1.27.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-emoji-render": "^2.0.1",
"react-i18next": "^13.3.1",
"react-icons": "^4.10.1",
"react-lite-youtube-embed": "^2.4.0",
"react-select": "^4.3.0",
"reading-time": "^1.5.0",
"recharts": "^2.7.3",
"remark-gfm": "^3.0.1",
"yaml-loader": "^0.8.0"
},
"devDependencies": {
"@chakra-ui/storybook-addon": "5.1.0",
"@netlify/plugin-nextjs": "^4.41.3",
"@storybook/addon-essentials": "7.6.6",
"@storybook/addon-interactions": "7.6.6",
"@storybook/addon-links": "7.6.6",
"@storybook/nextjs": "7.6.6",
"@storybook/react": "7.6.6",
"@storybook/testing-library": "0.2.2",
"@svgr/webpack": "^8.1.0",
"@types/hast": "^3.0.0",
"@types/luxon": "^3.3.2",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"chromatic": "^10.5.0",
"eslint": "^8.45.0",
"eslint-config-next": "^13.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.15",
"image-size": "^1.0.2",
"mdast-util-toc": "^7.0.0",
"minimist": "^1.2.8",
"plaiceholder": "^3.0.0",
"polished": "^4.2.2",
"raw-loader": "^4.0.2",
"storybook": "7.6.6",
"storybook-react-i18next": "^2.0.9",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"unified": "^10.0.0",
"unist-util-visit": "^5.0.0"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}