-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 847 Bytes
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
{
"private": true,
"scripts": {
"start": "mix watch",
"build": "mix",
"build:production": "mix --production",
"standard": "semistandard resources/**/*.js --fix"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"babel-eslint": "^10.1.0",
"browser-sync": "^3.0.2",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^8.38.0",
"eslint-plugin-import": "^2.27.5",
"laravel-mix": "^6.0.49",
"laravel-mix-copy-watched": "^2.3.1",
"postcss": "^8.4.38",
"semistandard": "^17.0.0",
"tailwindcss": "^3.4"
},
"overrides": {
"browser-sync": "^3.0.2"
},
"resolutions": {
"browser-sync": "^3.0.2"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"alpinejs": "^3.14.3"
}
}