-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3.11 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
{
"name": "miyulab-officialsite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 127.0.0.100 -p 80",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --watch",
"lint": "next lint --dir src",
"lint:fix": "next lint --dir src --fix",
"format": "prettier --write --ignore-path .gitignore \"./**/*.{js,jsx,ts,tsx,json}\"",
"lint-staged": "yarn run lint:fix && yarn run format",
"storybook": "storybook dev -h 127.0.0.100 -p 6006",
"build-storybook": "storybook build",
"hygen:new": "yarn hygen fc new",
"hygen:sb": "yarn hygen fc storybook",
"prepare": "husky install",
"chromatic": "chromatic --exit-zero-on-changes"
},
"dependencies": {
"@storybook/test": "^8.3.6",
"@types/rss": "^0.0.32",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"cheerio": "^1.0.0",
"highlight.js": "^11.10.0",
"microcms-js-sdk": "^3.1.2",
"microcms-richedit-processer": "^1.2.0",
"next": "^15.0.1",
"next-seo": "^6.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-scroll": "^1.9.0",
"react-tsparticles": "^2.12.2",
"rss": "^1.2.2",
"storybook": "^8.3.6",
"tsparticles": "2.12.0",
"tsparticles-engine": "2.12.0",
"vercel": "^37.12.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@chromatic-com/storybook": "^3.1.0",
"@storybook/addon-actions": "^8.3.6",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/blocks": "^8.3.6",
"@storybook/nextjs": "^8.3.6",
"@storybook/react": "^8.3.6",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/gtag.js": "^0.0.20",
"@types/node": "^20.17.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-scroll": "^1.8.10",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"babel-loader": "^9.2.1",
"chromatic": "^11.16.1",
"eslint": "^9.13.0",
"eslint-config-next": "^15.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-storybook": "^0.10.1",
"eslint-plugin-unused-imports": "^4.1.4",
"husky": "^9.1.6",
"hygen": "^6.2.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"sass": "^1.80.4",
"storybook-dark-mode": "^4.0.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "5.6.3",
"vite": "^5.4.10"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"yarn lint",
"yarn format",
"yarn lint:fix"
],
"*.{ts,tsx,js,jsx,css,scss}": "format"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]",
"packageManager": "[email protected]+sha512.af78262d7d125afbfeed740602ace8c5e4405cd7f4735c08feb327286b2fdb2390fbca01589bfd1f50b1240548b74806767f5a063c94b67e431aabd0d86f7774"
}