-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 4.79 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
139
140
141
{
"name": "vite-storybook",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port 4000",
"build": "tsc && vite build",
"preview": "vite preview",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write .",
"lint": "pnpm eslint && pnpm prettier:check",
"lint:fix": "pnpm prettier:fix && pnpm eslint:fix && git add -A .",
"eslint": "tsc --noEmit && eslint src/**/*.ts{,x}",
"eslint:fix": "pnpm eslint --cache --fix --max-warnings 4",
"prepare": "husky install",
"watch:tsc": "tsc -w",
"test": "vitest",
"codegen": "graphql-codegen --config codegen.cjs"
},
"dependencies": {
"@dnd-kit/core": "^6.0.7",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@graphql-typed-document-node/core": "^3.1.2",
"@headlessui/react": "^1.7.10",
"@hookform/resolvers": "^2.9.11",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@propelauth/react": "^2.1.0-beta.3",
"@storybook/addon-backgrounds": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addon-measure": "^6.5.16",
"@storybook/addon-outline": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/channel-postmessage": "^6.5.16",
"@storybook/channel-websocket": "^6.5.16",
"@storybook/client-api": "^6.5.16",
"@storybook/preview-web": "^6.5.16",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query": "^4.24.6",
"@tanstack/react-query-devtools": "^4.24.6",
"@tanstack/react-table": "^8.7.9",
"@tanstack/table-core": "^8.7.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tiptap/core": "2.0.0-beta.220",
"@tiptap/pm": "^2.0.0-beta.217",
"@tiptap/react": "^2.0.0-beta.217",
"@tiptap/starter-kit": "^2.0.0-beta.217",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.8",
"chart.js": "^4.2.0",
"d3": "^7.8.2",
"eslint": "^8.34.0",
"eslint-import-resolver-alias": "^1.1.2",
"graphql": "^16.6.0",
"graphql-request": "^5.2.0",
"lodash": "^4.17.21",
"nanoid": "^4.0.1",
"pre-commit": "^1.2.2",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-hook-form": "^7.43.1",
"react-icons": "^4.7.1",
"react-image-crop": "^10.0.9",
"react-player": "^2.11.0",
"react-quill": "^2.0.0",
"react-router": "^6.8.2",
"react-router-dom": "^6.8.1",
"react-select": "^5.7.0",
"sass": "^1.57.1",
"storybook-addon-react-router-v6": "^0.2.1",
"tailwind-scrollbar-hide": "^1.1.7",
"vite-plugin-eslint": "^1.8.1",
"web-vitals": "^2.1.4",
"yup": "^1.0.0",
"zustand": "^4.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@graphql-codegen/cli": "3.1.0",
"@graphql-codegen/client-preset": "2.1.0",
"@graphql-codegen/introspection": "3.0.1",
"@graphql-codegen/typescript-react-query": "^4.1.0",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/blocks": "^7.0.0-beta.12",
"@storybook/builder-vite": "^0.4.0",
"@storybook/node-logger": "^7.0.0-beta.12",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@types/d3": "^7.4.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"babel-plugin-named-exports-order": "^0.0.2",
"concurrently": "^7.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.10.2",
"husky": "^8.0.3",
"jsdom": "^21.1.0",
"msw": "^1.0.1",
"postcss": "^8.4.21",
"prop-types": "^15.8.1",
"rimraf": "^4.1.2",
"storybook-addon-react-router-v6": "^0.2.1",
"tailwindcss": "^3.2.6",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"vite": "4.1.3",
"vitest": "^0.28.5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix",
"*.{js,jsx,ts,tsx,css,md}": "prettier --write"
},
"swpm": "pnpm"
}