-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 4.19 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
{
"name": "somniosus",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:unit": "jest --passWithNoTests",
"new:ui": "hygen generator ui",
"new:model": "hygen generator model",
"new:page": "hygen generator page",
"prepare": "husky install",
"generate:type": "rm -r src/apis && openapi2aspida -c ./aspida.config.js",
"commitmsg": "commitlint -e $GIT_PARAMS",
"mock": "prism mock ./schema/build/openapi.yml",
"type": "openapi2aspida -c ./aspida.config.js --dotenv .env.local",
"fmt": "prettier --write 'src/**/*.{js,jsx,ts,tsx,json,css,scss}'",
"check:lint": "eslint 'src/**/*.{ts,tsx}' --report-unused-disable-directives --max-warnings 0",
"check:cspell": "cspell -c ./cspell.config.json \"./src/**/*\" --unique --no-progress --no-summary",
"check:markuplint": "markuplint -p \"./src/**/*.tsx\"",
"check": "run-p check:* test:*",
"ci:test-group": "run-p test:*",
"ci:check": "run-p check:*",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"engines": {
"npm": "bun please",
"yarn": "bun please",
"pnpm": "bun please"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss}": [
"bun run check:lint --fix",
"bun run fmt"
]
},
"dependencies": {
"@aspida/fetch": "^1.14.0",
"@aws-sdk/client-s3": "^3.438.0",
"@aws-sdk/lib-storage": "^3.438.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@stoplight/prism-cli": "^5.5.0",
"@tanstack/react-query": "^5.0.5",
"aspida": "^1.14.0",
"date-fns": "^2.30.0",
"lucide-react": "^0.288.0",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.11",
"react-icons": "^4.11.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@markuplint/jsx-parser": "^3.9.1",
"@markuplint/react-spec": "^3.10.1",
"@storybook/addon-essentials": "^7.2.2",
"@storybook/addon-interactions": "^7.2.2",
"@storybook/addon-links": "^7.2.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.2.2",
"@storybook/nextjs": "^7.2.2",
"@storybook/react": "^7.2.2",
"@storybook/testing-library": "^0.2.0",
"@tanstack/eslint-plugin-query": "^4.36.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@tsconfig/strictest": "^2.0.1",
"@types/jest": "^29.5.4",
"@types/node": "20.8.8",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cspell": "^7.3.2",
"eslint": "8.51.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"hygen": "^6.2.11",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"lint-staged": "^15.0.2",
"markuplint": "^3.12.1",
"npm-run-all": "^4.1.5",
"openapi2aspida": "^0.23.2",
"postcss": "^8.4.31",
"prettier": "^3.0.1",
"storybook": "^7.2.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.1.1",
"typescript": "5.2.2"
},
"volta": {
"node": "20.6.1",
"npm": "10.1.0",
"pnpm": "8.7.4",
"yarn": "3.6.3"
}
}