-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.81 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
{
"name": "ellreka.net",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next dev --port 4444",
"build": "next build",
"export": "next export",
"lint": "next lint",
"eslint": "eslint src --ext ts,tsx",
"storybook": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook",
"gen:docs": "bash bin/gen-mdx.sh",
"ci:vrt": "reg-suit run",
"ci:storycap": "storycap --serverTimeout 60000 --captureTimeout 10000 --serverCmd 'yarn storybook' http://localhost:6006"
},
"devDependencies": {
"@ellreka/configs": "^1.1.13",
"@ellreka/tailwindcss-table": "^1.0.0",
"@fortawesome/fontawesome-free": "6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fullhuman/postcss-purgecss": "4.1.3",
"@headlessui/react": "^1.7.0",
"@heroicons/react": "^2.0.13",
"@mapbox/rehype-prism": "0.8.0",
"@mdx-js/loader": "2.1.5",
"@mdx-js/react": "2.1.5",
"@next/font": "^13.1.5",
"@next/mdx": "13.1.5",
"@postlight/mercury-parser": "^2.2.1",
"@storybook/addon-actions": "6.3.0-beta.17",
"@storybook/addon-essentials": "6.3.0-beta.17",
"@storybook/addon-links": "6.3.0-beta.17",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "6.3.0-beta.17",
"@types/eslint": "8.4.10",
"@types/gtag.js": "^0.0.12",
"@types/mdx-js__react": "1.5.5",
"@types/node": "18.11.18",
"@types/opentype.js": "^1.3.3",
"@types/postlight__mercury-parser": "^2.2.4",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-syntax-highlighter": "15.5.1",
"@types/sharp": "^0.30.2",
"@wellyshen/use-web-animations": "^0.9.1",
"autoprefixer": "^10.4.5",
"babel-loader": "9.1.0",
"clsx": "1.2.1",
"dayjs": "^1.11.6",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3-canary.3",
"feed": "^4.2.2",
"gray-matter": "4.0.3",
"mdx": "^0.3.1",
"microcms-js-sdk": "^2.0.0",
"mikanjs": "^1.0.13",
"next": "^13.2.4",
"opentype.js": "^1.3.4",
"postcss": "^8.4.13",
"prettier": "2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "8.0.3",
"react-syntax-highlighter": "15.5.0",
"react-use": "17.4.0",
"reg-keygen-git-hash-plugin": "^0.10.15",
"reg-notify-github-plugin": "^0.10.15",
"reg-publish-s3-plugin": "^0.10.15",
"reg-suit": "^0.10.15",
"sharp": "^0.30.4",
"storycap": "^3.0.4",
"stringify-object": "3.3.0",
"swr": "^1.3.0",
"tailwindcss": "^3.2.3",
"typescript": "^4.9.4"
},
"dependencies": {
"@mdx-js/mdx": "^2.0.0-rc.2",
"patch-package": "^6.5.0"
},
"volta": {
"node": "16.8.0"
}
}