-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.7 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
{
"name": "@eduzz/ui-tailwind-theme",
"description": "Eduzz UI: Tailwind Theme",
"version": "2.1.0-beta.1",
"keywords": [
"eduzz",
"tokens",
"tailwind"
],
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
"license": "MIT",
"private": false,
"homepage": "https://github.com/eduzz/ui-tailwind-theme",
"repository": {
"type": "git",
"url": "https://github.com/eduzz/ui-tailwind-theme"
},
"bugs": {
"url": "https://github.com/eduzz/ui-tailwind-theme/issues"
},
"scripts": {
"dev": "vite",
"clean": "git add . && git clean -fdx . -e node_modules",
"prebuild": "yarn clean && yarn lint",
"build": "yarn tsc -p tsconfig.json",
"lint": "eslint . --ext ts,tsx",
"update-deps": "yarn ncu -u"
},
"dependencies": {
"@eduzz/ui-tokens": "^1.2.3",
"@mertasan/tailwindcss-variables": "^2.7.0",
"lodash-es": "^4"
},
"devDependencies": {
"@eduzz/eslint-config": "^1.0.0",
"@types/lodash-es": "^4",
"@types/node": "^20.11.28",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-plugin": "^5.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"npm-check-updates": "^16.10.15",
"postcss": "^8.4.26",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.4"
}
}