-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
85 lines (85 loc) · 2.86 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
{
"name": "ergo-platform",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npm run i18n && next build",
"start": "next start",
"lint": "next lint",
"sb": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook -s public",
"extract:i18n": "formatjs extract \"{pages,components,sections}/**/*.{js,ts,tsx}\" --format simple --id-interpolation-pattern '[sha512:contenthash:base64:6]' --out-file content/locales/en.json",
"compile:i18n": "formatjs compile-folder --ast --format simple content/locales content/compiled-locales",
"i18n": "npm run extract:i18n && npm run compile:i18n",
"svgr": "svgr -d components/icons components/icons/svgs",
"postbuild": "next-sitemap --config next-sitemap.config.js"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@mdx-js/loader": "^2.0.0",
"@next/mdx": "^12.1.0",
"@types/gtag.js": "^0.0.10",
"@types/lodash": "^4.14.180",
"classnames": "^2.3.1",
"feed": "^4.2.2",
"framer-motion": "^6.3.3",
"lodash": "^4.17.21",
"next": "^12.2.5",
"next-sitemap": "^3.1.30",
"next-themes": "^0.0.15",
"nextjs-progressbar": "0.0.14",
"react": "17.0.2",
"react-countup": "^6.1.1",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^8.33.1",
"react-intl": "^5.24.3",
"react-markdown": "^8.0.0",
"react-toastify": "^8.2.0",
"rehype-raw": "^6.1.1",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"remove-markdown": "^0.3.0",
"sass": "^1.48.0",
"sharp": "^0.30.7",
"showdown": "^2.1.0",
"swiper": "^8.0.1",
"tw-elements": "^1.0.0-alpha11"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@formatjs/cli": "^4.7.1",
"@storybook/addon-actions": "^6.4.13",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-links": "^6.4.13",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-viewport": "^6.4.13",
"@storybook/builder-webpack5": "^6.4.13",
"@storybook/manager-webpack5": "^6.4.13",
"@storybook/react": "^6.5.10",
"@svgr/cli": "^6.2.0",
"@types/node": "17.0.9",
"@types/react": "17.0.38",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-formatjs": "^10.3.15",
"eslint": "8.7.0",
"eslint-config-next": "^12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.5",
"storybook-addon-next-router": "^3.1.1",
"storybook-addon-sass-postcss": "^0.1.0",
"storybook-react-intl": "^1.0.4",
"storybook-tailwind-dark-mode": "^1.0.11",
"tailwindcss": "^3.0.15",
"typescript": "4.5.4"
},
"resolutions": {
"webpack": "^5"
},
"version": "0.36.0"
}