forked from wireui/wireui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.29 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
{
"name": "wireui",
"version": "1.0.0",
"description": "Livewire ui components with tailwind base style",
"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": "yarn test:path ts-tests/**/*.spec.ts",
"test:path": "mocha -r ts-node/register -r jsdom-global/register"
},
"dependencies": {
"alpinejs": "^3.7.0",
"dayjs": "^1.10.6",
"lodash.kebabcase": "^4.1.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"autoprefixer": "^10.4.0",
"chai": "^4.3.4",
"eslint": "^8.4.1",
"eslint-plugin-import": "^2.25.3",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"laravel-mix": "^6.0.39",
"mocha": "^9.1.3",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.0.6",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}