forked from wireui/wireui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.56 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
{
"name": "wireui",
"version": "1.0.0",
"description": "Laravel blade components",
"repository": "[email protected]:wireui/wireui.git",
"author": "PH7-Jack <[email protected]>",
"license": "MIT",
"scripts": {
"test": "jest",
"lint": "eslint .",
"dev": "mix watch",
"watch": "mix watch",
"build": "mix --production"
},
"dependencies": {
"@floating-ui/dom": "^1.6.10",
"@tailwindcss/forms": "^0.5.8",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.throttle": "^4.1.9",
"@wireui/alpinejs-hold-directive": "^1.0.3",
"alpinejs": "^3.14.1",
"dayjs": "^1.11.13",
"lodash.debounce": "^4.0.8",
"lodash.kebabcase": "^4.1.1",
"lodash.throttle": "^4.1.1",
"qs": "^6.13.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/tailwindcss": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^4.0.2",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.42",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.10",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}