-
-
Notifications
You must be signed in to change notification settings - Fork 519
/
Copy pathpackage.json
35 lines (35 loc) · 1015 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "mix watch",
"build": "mix --production",
"format": "prettier --write .",
"lint": "eslint .",
"prepare": "husky install"
},
"devDependencies": {
"@headlessui/vue": "^1.7",
"@heroicons/vue": "^2.0",
"@tailwindcss/aspect-ratio": "^0.4",
"@tailwindcss/forms": "^0.5",
"@tailwindcss/line-clamp": "^0.4",
"@tailwindcss/typography": "^0.5",
"@vue/compiler-sfc": "^3.2",
"axios": "^1.2",
"dayjs": "^1.11",
"eslint": "^8.31",
"eslint-config-prettier": "^8.7",
"eslint-plugin-vue": "^9.8",
"husky": "^8.0.3",
"laravel-mix": "^6.0",
"postcss": "^8.4",
"prettier": "^3.0",
"tailwindcss": "^3.2",
"vue": "^3.3",
"vue-loader": "^17.2",
"vue-router": "^4.2",
"vue-template-compiler": "^2.7",
"vuex": "^4.1",
"webpack-bundle-analyzer": "^4.4"
}
}