-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 952 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
{
"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": {
"@tailwindcss/forms": "^0.3.3",
"@vue/compiler-sfc": "^3.2.2",
"autoprefixer": "^10.3.1",
"axios": "^0.21",
"laravel-echo": "^1.11.1",
"laravel-mix": "^6.0.27",
"lodash": "^4.17.19",
"postcss": "^8.3.6",
"pusher-js": "^7.0.3",
"resolve-url-loader": "^3.1.4",
"sass": "^1.37.5",
"sass-loader": "^10.2.0",
"tailwindcss": "^2.2.7",
"ts-loader": "^9.0.0",
"typescript": "^4.3.5",
"vue": "^3.2.2",
"vue-loader": "^16.8.0",
"vue-template-compiler": "^2.6.14"
}
}