forked from wireui/wireui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.38 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
{
"name": "wireui",
"version": "1.0.0",
"description": "TallStack components",
"repository": "[email protected]:wireui/wireui.git",
"author": "PH7-Jack <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext .ts",
"watch": "mix watch",
"build": "mix --production",
"test": "jest"
},
"dependencies": {
"@floating-ui/dom": "^1.1.1",
"@types/lodash.debounce": "^4.0.7",
"@wireui/alpinejs-hold-directive": "^1.0.1",
"alpinejs": "^3.11.1",
"dayjs": "^1.11.7",
"lodash.debounce": "^4.0.8",
"lodash.kebabcase": "^4.1.1",
"qs": "^6.11.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/jest": "^29.4.0",
"@types/tailwindcss": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-extended": "^3.2.3",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.2.4",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}