-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 4.05 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
{
"name": "abstract-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 9009",
"build-storybook": "node --max-old-space-size=4096 node_modules/.bin/storybook build",
"test": "vitest --passWithNoTests",
"codegen": "node ./scripts/codegen.js",
"test:coverage": "vitest run --coverage --passWithNoTests",
"lint": "npx eslint --ext js,ts,tsx",
"lint:fix": "npx eslint --ext js,ts,tsx --fix",
"prettier": "prettier --check 'src/**/*.{js,jsx,ts,tsx,json,md,graphql,gql}'",
"prettier:fix": "prettier --loglevel warn --write 'src/**/*.{js,jsx,ts,tsx,json,md,graphql,gql}'",
"format": "npm run prettier:fix && npm run lint:fix",
"prepare": "cd .. && husky install ui/.husky"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.1.1",
"@tanstack/react-table": "^8.9.3",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.1",
"@testing-library/user-event": "^14.5.2",
"@tiptap/extension-link": "^2.3.0",
"@tiptap/extension-mention": "^2.3.0",
"@tiptap/extension-placeholder": "^2.3.0",
"@tiptap/extension-text-style": "^2.3.0",
"@tiptap/react": "^2.3.0",
"@tiptap/starter-kit": "^2.3.0",
"@uppy/core": "^2.3.2",
"@uppy/react": "^2.2.1",
"@uppy/xhr-upload": "^2.1.1",
"@use-gesture/react": "^10.2.27",
"ag-grid-community": "^31.0.1",
"ag-grid-enterprise": "^31.0.1",
"ag-grid-react": "^31.0.1",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"diff": "^5.2.0",
"dompurify": "^3.1.0",
"emoji-mart": "^5.5.2",
"framer-motion": "7.8.0",
"js-cookie": "^3.0.5",
"nanoid": "^4.0.2",
"rdk": "^6.5.0",
"reablocks": "^7.2.0",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-fast-compare": "^3.2.2",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.45.2",
"react-query": "^3.39.3",
"react-router-dom": "^6.21.2",
"react-tabs": "^6.0.2",
"react-test-renderer": "^18.2.0",
"react-use": "^17.4.0",
"react-window": "^1.8.10",
"react-xarrows": "^2.0.2",
"reakeys": "^1.3.1",
"reaviz": "^14.15.2",
"rison": "^0.1.1",
"use-query-params": "^2.2.1",
"yup": "^1.2.0"
},
"devDependencies": {
"@storybook/addon-actions": "7.3.2",
"@storybook/addon-docs": "7.3.2",
"@storybook/addon-essentials": "7.3.2",
"@storybook/addon-mdx-gfm": "7.3.2",
"@storybook/addon-storysource": "^7.3.2",
"@storybook/react": "7.3.2",
"@storybook/react-vite": "7.3.2",
"@types/dompurify": "^3.0.5",
"@types/name-initials": "^0.1.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-v8": "^0.34.0",
"autoprefixer": "^10.4.14",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.13",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^9.0.0",
"prettier": "^3.0.0",
"storybook": "7.3.2",
"swagger-typescript-api": "^13.0.2",
"typescript": "^4.9.5",
"vite": "^4.4.5",
"vite-plugin-checker": "^0.6.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.33.0"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"eslint --ext js,ts,tsx --fix"
],
"src/**/*.{js,jsx,ts,tsx,json,md,graphql,gql}": [
"prettier --write "
]
}
}