forked from wireui/wireui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.46 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.46 KB
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
{
"name": "wireui",
"version": "1.0.0",
"description": "Laravel blade components",
"repository": "git@github.com:wireui/wireui.git",
"author": "PH7-Jack <pedrolivertwd@gmail.com>",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext .ts",
"watch": "mix watch",
"build": "mix --production",
"test": "jest"
},
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"@tailwindcss/forms": "^0.5.6",
"@types/lodash.debounce": "^4.0.8",
"@types/lodash.throttle": "^4.1.7",
"@wireui/alpinejs-hold-directive": "^1.0.1",
"alpinejs": "^3.13.2",
"dayjs": "^1.11.10",
"lodash.debounce": "^4.0.8",
"lodash.kebabcase": "^4.1.1",
"lodash.throttle": "^4.1.1",
"qs": "^6.11.2"
},
"devDependencies": {
"@types/jest": "^29.5.7",
"@types/tailwindcss": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-plugin-import": "^2.28.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^4.0.2",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}