This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.06 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
{
"name": "yurikago-next",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"sitemap": "next-sitemap --config sitemap.config.js",
"export": "yarn build && next export && yarn sitemap",
"lint:eslint": "eslint --ignore-path .gitignore .",
"lint:prettier": "prettier --ignore-path .gitignore .",
"prepare": "husky install",
"storybook": "start-storybook -p 9001",
"build-storybook": "build-storybook",
"storycap": "storycap --serverCmd 'yarn storybook' http://localhost:9001 --serverTimeout 600000 --delay 1000",
"regression": "reg-suit run"
},
"dependencies": {
"@stefanprobst/remark-shiki": "0.1.2",
"bootstrap": "5.2.0",
"classnames": "2.3.1",
"dayjs": "1.11.5",
"disqus-react": "1.1.3",
"github-markdown-css": "4.0.0",
"gray-matter": "4.0.3",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"reg-suit": "0.12.1",
"remark": "13.0.0",
"remark-external-links": "8.0.0",
"remark-gfm": "1.0.0",
"remark-html": "13.0.2",
"remark-prism": "1.3.6",
"storycap": "3.1.9",
"typescript": "4.8.2"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@storybook/addon-actions": "6.5.10",
"@storybook/addon-essentials": "6.5.10",
"@storybook/addon-interactions": "6.5.10",
"@storybook/addon-links": "6.5.10",
"@storybook/builder-webpack5": "6.5.10",
"@storybook/manager-webpack5": "6.5.10",
"@storybook/react": "6.5.10",
"@storybook/testing-library": "0.0.13",
"@types/node": "16.11.56",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"autoprefixer": "10.4.8",
"babel-loader": "8.2.5",
"eslint": "8.18.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "8.5.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"next-sitemap": "3.1.21",
"postcss": "8.4.16",
"prettier": "2.7.1",
"reg-keygen-git-hash-plugin": "0.12.1",
"reg-notify-github-plugin": "0.12.1",
"reg-publish-s3-plugin": "0.12.1"
},
"license": "MIT"
}