-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
101 lines (101 loc) · 3.62 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
97
98
99
100
101
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mui/lab": "5.0.0-alpha.105",
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"next": "latest",
"react": "17.0.2",
"react-dom": "17.0.2",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
"devDependencies": {
"@graphql-codegen/cli": "2.15.0",
"@graphql-codegen/typescript": "2.8.3",
"@graphql-codegen/typescript-graphql-request": "4.5.8",
"@graphql-codegen/typescript-operations": "2.5.8",
"@graphql-codegen/typescript-resolvers": "2.7.8",
"@next/eslint-plugin-next": "^13.0.0",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^6.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.8",
"@textlint/ast-node-types": "^12.1.0",
"@textlint/types": "^12.1.0",
"@types/google-protobuf": "^3.15.6",
"@types/gtag.js": "^0.0.12",
"@types/jest": "^29.0.3",
"@types/lodash-es": "^4.17.6",
"@types/lodash.uniqby": "^4.7.7",
"@types/luxon": "^3.0.1",
"@types/node": "^18.7.23",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@types/react-gtm-module": "^2.0.1",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.36.2",
"@typescript-eslint/type-utils": "^5.42.0",
"@typescript-eslint/typescript-estree": "^5.42.1",
"@typescript-eslint/utils": "^5.42.0",
"dotenv": "16.0.3",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-consistent-default-export-name": "0.0.15",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.1.6",
"eslint-plugin-local-rules": "1.3.2",
"eslint-plugin-storybook": "0.6.8",
"husky": "^8.0.0",
"jest": "^29.0.3",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^29.0.3",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.1.1",
"nx": "19.5.7",
"rules": "^0.6.53",
"storybook-addon-swc": "^1.1.9",
"textlint": "^12.2.1",
"textlint-filter-rule-whitelist": "^2.0.0",
"textlint-plugin-jsx": "^1.1.2",
"textlint-rule-ja-hiragana-daimeishi": "^1.0.0",
"textlint-rule-ja-hiragana-fukushi": "^1.3.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.0.4",
"textlint-rule-ja-keishikimeishi": "^1.0.4",
"textlint-rule-ja-no-abusage": "^3.0.0",
"textlint-rule-ja-no-mixed-period": "^2.1.1",
"textlint-rule-ja-no-redundant-expression": "^4.0.1",
"textlint-rule-no-double-negative-ja": "^2.0.1",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^2.0.4",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-no-hankaku-kana": "^1.0.2",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-preset-ja-technical-writing": "^7.0.0",
"textlint-rule-prh": "^5.3.0",
"ts-node": "^10.9.1",
"tsutils": "^3.21.0",
"type-fest": "^3.0.0",
"typescript": "^4.8.2",
"util": "0.12.5"
}
}