generated from SproutDesk/html-alpine-tailwind-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 923 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
{
"private": true,
"scripts": {
"development": "NODE_ENV=development mix",
"dev": "npm run development",
"watch": "npm run development -- watch",
"production": "NODE_ENV=production mix --production",
"prod": "npm run production"
},
"dependencies": {
"alpinejs": "^3.13.5",
"lottie-web": "^5.12.2",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@chiiya/laravel-mix-imagemin": "^1.1.0",
"browser-sync": "^3.0.2",
"browser-sync-webpack-plugin": "github:Va1/browser-sync-webpack-plugin#pull/96/head",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.1",
"filename-regex": "^2.0.1",
"imagemin-webpack-plugin": "^2.4.2",
"laravel-mix": "^6.0.49",
"mix-html-builder": "^0.9.1",
"tailwindcss-debug-screens": "^2.2.1"
}
}