-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.44 KB
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
46
{
"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": {
"@prettier/plugin-php": "^0.16.1",
"@tailwindcss/forms": "^0.2.1",
"alpinejs": "^2.8.0",
"autoprefixer": "^10.1.0",
"axios": "^0.21",
"browser-sync": "^2.26.13",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-echo": "^1.10.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.2.1",
"postcss-import": "^12.0.1",
"precss": "^4.0.0",
"prettier": "^2.2.1",
"pusher-js": "^7.0.2",
"tailwind-bootstrap-grid": "^3.1.0",
"tailwindcss": "^2.0.2",
"tailwindcss-invalid-variant-plugin": "^1.0.2",
"tailwindcss-multi-theme": "^1.0.4",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@ryangjchandler/spruce": "^2.5.3",
"@tailwindcss/ui": "^0.7.2",
"include-media": "^1.4.9",
"spruce": "^1.0.3",
"tailwindcss": "^2.0.2",
"vue": "^2.6.12"
}
}