-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 863 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": {
"clean": "rimraf dist",
"dev": "npm run development",
"development": "mix",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"start": "npm run watch"
},
"devDependencies": {
"@popperjs/core": "^2.9.2",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/typography": "^0.4.0",
"alpinejs": "^2.8.2",
"autoprefixer": "^10.2.5",
"dotenv": "^8.2.0",
"focus-visible": "^5.2.0",
"laravel-mix": "^6.0.16",
"postcss": "^8.2.10",
"postcss-import": "^14.0.1",
"postcss-nested": "^5.0.5",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"tailwindcss": "^2.1.1",
"tailwindcss-dir": "^4.0.0"
}
}