-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1.09 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@playwright/test": "^1.35.0",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"laravel-echo": "^1.15.1",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"postcss": "^8.4.24",
"pusher-js": "^8.0.2",
"tailwindcss": "^3.3.2",
"vue": "^3.3.4",
"vue-loader": "^17.2.2",
"vue-router": "^4.2.2",
"vue-template-compiler": "^2.7.14"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@tailwindcss/forms": "^0.5.3",
"http": "^0.0.1-security",
"https": "^1.0.0",
"laravue-ui-components": "^1.0.1",
"mitt": "^3.0.0",
"pinia": "^2.1.3",
"vue-i18n": "^9.2.2"
}
}