-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.83 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
{
"name": "@eduzz/ui-layout",
"version": "1.4.11",
"keywords": [
"eduzz",
"react",
"layout"
],
"private": false,
"author": "Eduzz Team",
"license": "MIT",
"scripts": {
"predev": "yarn clean",
"dev": "yarn vite",
"clean": "git add . && git clean -fdx . -e node_modules",
"prebuild": "yarn clean",
"build": "yarn vite build",
"lint": "eslint . --ext ts,tsx",
"update-deps": "yarn ncu -u"
},
"main": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"@eduzz/ui-tailwind-theme": "1.1.0-beta.8",
"@types/node": "^20.12.7",
"clsx": "^2.1.0",
"tailwind-merge": "^2.3.0",
"universal-cookie": "^7.2.0",
"use-context-selector": "^1.4.4"
},
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@eduzz/eslint-config": "^1.1.0",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-plugin": "^5.5.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.1.0",
"npm-check-updates": "^16.14.18",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-css-injected-by-js": "^3.5.0",
"vite-plugin-dts": "^3.8.1"
},
"resolutions": {
"@types/react-dom": "^18",
"@types/react": "^18",
"react-dom": "^18",
"react": "^18"
}
}