generated from BearStudio/start-ui-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
138 lines (138 loc) · 4.35 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
130
131
132
133
134
135
136
137
138
{
"name": "start-ui-web",
"private": true,
"version": "1.0.0",
"description": "Opinionated UI starter with ⚛️ React, ⚡️ Chakra UI, ⚛️ React Query & 🐜 Formiz — From the 🐻 BearStudio Team",
"engines": {
"node": ">=16.8.0 <19.0.0",
"npm": "please-use-yarn",
"yarn": ">=1.22"
},
"scripts": {
"prepare": "husky install",
"postinstall": "yarn build:info && yarn theme:generate-typing",
"test": "cypress open",
"test:ci": "SKIP_ENV_VALIDATIONS=true cypress run --component",
"dev": "next dev",
"build": "yarn build:info && next build",
"build:info": "node .build-info.generate.js",
"start": "next start",
"pretty": "prettier -w .",
"lint": "SKIP_ENV_VALIDATIONS=true next lint && tsc --noEmit",
"storybook": "yarn build:info && storybook dev --no-open -p 6006",
"storybook:build": "yarn build:info && storybook build && mv ./storybook-static ./public/storybook",
"theme:generate-typing": "chakra-cli tokens ./src/theme/theme.ts",
"theme:generate-icons": "svgr --config-file src/components/Icons/svgr.config.js src/components/Icons/svg-sources"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json}": "prettier --write"
},
"dependencies": {
"@chakra-ui/next-js": "2.1.4",
"@chakra-ui/react": "2.7.0",
"@chakra-ui/theme-tools": "2.0.18",
"@emotion/react": "11.11.0",
"@emotion/styled": "11.11.0",
"@faker-js/faker": "8.0.2",
"@fontsource/inter": "5.0.2",
"@formiz/core": "2.0.0-beta.7",
"@formiz/validations": "2.0.0-beta.1",
"@formkit/auto-animate": "1.0.0-beta.6",
"@lukemorales/query-key-factory": "1.2.0",
"@prisma/client": "4.15.0",
"@tanstack/react-query": "4.29.12",
"@tanstack/react-query-devtools": "4.29.12",
"axios": "1.4.0",
"bcrypt": "5.1.0",
"dayjs": "1.11.8",
"framer-motion": "10.12.16",
"i18next": "22.5.0",
"isomorphic-form-data": "2.0.0",
"jsonwebtoken": "9.0.0",
"lodash": "4.17.21",
"next": "13.4.7",
"next-swagger-doc": "0.4.0",
"ofetch": "1.1.1",
"openai": "3.3.0",
"react": "18.2.0",
"react-currency-input-field": "3.6.10",
"react-day-picker": "7.4.10",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.9",
"react-i18next": "12.3.1",
"react-icons": "4.10.1",
"react-popper": "2.3.0",
"react-router-dom": "6.11.2",
"react-select": "5.7.3",
"react-use-measure": "2.1.1",
"sharp": "0.32.1",
"swagger-ui-react": "4.19.0",
"zod": "3.21.4",
"zustand": "4.3.8"
},
"devDependencies": {
"@babel/core": "7.22.1",
"@babel/parser": "7.22.4",
"@chakra-ui/cli": "2.4.1",
"@next/eslint-plugin-next": "13.4.4",
"@storybook/addon-actions": "7.0.18",
"@storybook/addon-essentials": "7.0.18",
"@storybook/addon-links": "7.0.18",
"@storybook/addon-postcss": "2.0.0",
"@storybook/nextjs": "7.0.18",
"@storybook/react": "7.0.18",
"@storybook/theming": "7.0.18",
"@svgr/cli": "8.0.1",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"@types/bcrypt": "5.0.0",
"@types/jsonwebtoken": "9.0.2",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/swagger-ui-react": "4.18.0",
"@typescript-eslint/eslint-plugin": "5.59.8",
"babel-eslint": "10.1.0",
"cypress": "12.13.0",
"encoding": "0.1.13",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"eslint-plugin-sonarjs": "0.19.0",
"eslint-plugin-storybook": "0.6.12",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"prisma": "4.15.0",
"storybook": "7.0.18",
"storybook-dark-mode": "3.0.0",
"tsx": "3.12.7",
"typescript": "5.1.3",
"use-sound": "4.0.1"
},
"resolutions": {
"@apidevtools/json-schema-ref-parser": "9.1.0"
},
"prisma": {
"seed": "npx tsx prisma/seed.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bearstudio/start-ui-web.git"
},
"author": {
"name": "Ivan Dalmet",
"email": "[email protected]",
"url": "https://github.com/ivan-dalmet"
},
"contributors": [
{
"name": "Yoann Fleury",
"email": "[email protected]",
"url": "https://github.com/yoannfleurydev"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bearstudio/start-ui-web/issues"
},
"homepage": "https://github.com/bearstudio/start-ui-web#readme"
}