-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.96 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
{
"name": "@trismegistus/ui",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "pnpm type-scheck && eslint ./src --ext .jsx,.js,.ts,.tsx --quiet --fix",
"type-check": "tsc"
},
"dependencies": {
"@atlasacademy/api-connector": "3.0.127",
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-popover": "1.0.6",
"@radix-ui/react-slider": "1.1.2",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-toggle-group": "1.0.4",
"@react-hook/debounce": "4.0.0",
"@reduxjs/toolkit": "1.9.5",
"@tabler/icons-react": "2.22.0",
"classnames": "2.3.2",
"fgo-calc": "1.35.2",
"immer": "10.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.44.3",
"react-redux": "8.1.0",
"redux": "4.2.1",
"redux-persist": "6.0.0",
"tailwindcss-radix": "2.8.0",
"ts-functional-pipe": "3.1.2",
"zod": "3.21.4"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"@vitejs/plugin-react": "4.0.0",
"autoprefixer": "10.4.14",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"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-simple-import-sort": "10.0.0",
"postcss": "8.4.24",
"pre-commit": "1.2.2",
"prettier": "2.8.8",
"prettier-eslint": "15.0.1",
"prettier-plugin-tailwindcss": "0.3.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"vite": "4.3.9",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.32.0"
},
"pre-commit": "lint",
"license": "MIT"
}