-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
129 lines (129 loc) · 4.5 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "tasks-app-nextjs",
"version": "1.0.0",
"repository": "git@github.com:macchiitaka/tasks-app-nextjs.git",
"license": "MIT",
"author": "macchiitaka <zxcvbnmtacashi@gmail.com>",
"scripts": {
"build": "pathpida --enableStatic && next build",
"dev": "run-p dev:*",
"dev:next": "next dev",
"dev:path": "pathpida --enableStatic --watch",
"fmt": "run-s fmt:next fmt:prettier fmt:package-json",
"fmt:prettier": "prettier --write --cache --tab-width 2 \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
"fmt:next": "next lint --dir src --dir pages --dir lib --cache --cache-strategy content --report-unused-disable-directives error --fix",
"fmt:package-json": "sort-package-json",
"postinstall": "run-p postinstall:**",
"lint": "run-p lint:**",
"lint:next": "next lint --dir src --dir pages --dir lib --cache --cache-strategy content --report-unused-disable-directives error",
"lint:stylelint": "stylelint \"**/*.{jsx,tsx}\" --cache",
"lint:type-check": "tsc -p . --noEmit",
"postinstall:husky": "is-ci || husky install;",
"postinstall:pathpida": "pathpida --enableStatic",
"test": "jest --watch",
"start": "next start",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test-storybook": "test-storybook"
},
"resolutions": {
"browserslist": "^4.23.0",
"caniuse-lite": "^1.0.30001612",
"immer": "^10.0.4"
},
"dependencies": {
"@tanstack/react-query": "^4.36.1",
"axios": "1.6.8",
"next": "13.3.4",
"plausible-tracker": "^0.3.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"styled-components": "6.1.8",
"styled-normalize": "8.1.1",
"stylis": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@storybook/addon-a11y": "^7.6.18",
"@storybook/addon-actions": "^7.6.18",
"@storybook/addon-essentials": "^7.6.18",
"@storybook/addon-interactions": "^7.6.18",
"@storybook/addon-links": "^7.6.18",
"@storybook/addons": "7.0.27",
"@storybook/client-api": "7.0.27",
"@storybook/jest": "^0.2.3",
"@storybook/nextjs": "^7.6.18",
"@storybook/preview-web": "7.0.27",
"@storybook/react": "^7.6.18",
"@storybook/test-runner": "^0.17.0",
"@storybook/testing-library": "^0.2.2",
"@tanstack/react-query-devtools": "^4.36.1",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.4",
"@testing-library/user-event": "^14.5.2",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^8.56.10",
"@types/is-ci": "3.0.4",
"@types/node": "^16.18.96",
"@types/prettier": "3.0.0",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react-is": "18.2.4",
"@types/react-test-renderer": "^18.0.7",
"@types/testing-library__jest-dom": "^6.0.0",
"@types/testing-library__user-event": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"babel-loader": "^9.1.3",
"csstype": "^3.1.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jest-dom": "^5.2.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "8.0.3",
"is-ci": "3.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "14.0.1",
"msw": "^1.3.3",
"msw-storybook-addon": "^1.10.0",
"npm-run-all2": "6.1.2",
"pathpida": "0.22.0",
"pinst": "3.0.0",
"postcss": "^8.4.38",
"postcss-jsx": "^0.36.4",
"postcss-styled-syntax": "^0.6.4",
"postcss-syntax": "^0.36.2",
"prettier": "3.2.5",
"react-test-renderer": "^18.2.0",
"sleep-promise": "^9.1.0",
"sort-package-json": "2.10.0",
"storybook": "^7.6.18",
"stylelint": "^15.11.0",
"stylelint-a11y": "^1.2.3",
"stylelint-config-property-sort-order-smacss": "9.1.0",
"stylelint-config-standard": "34.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-no-unsupported-browser-features": "^7.0.0",
"ts-node": "^10.9.2",
"typescript": "5.4.5",
"utility-types": "3.11.0",
"webpack": "^5.91.0"
},
"packageManager": "yarn@1.22.22",
"engines": {
"node": ">=14.x",
"yarn": ">=1"
},
"msw": {
"workerDirectory": "storybook-public"
}
}