-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.11 KB
/
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
33
34
35
36
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"braces": "^3.0.2",
"browser-sync": "^2.26.13",
"browser-sync-webpack-plugin": "^2.0.1",
"cross-env": "^7.0.3",
"extra-watch-webpack-plugin": "^1.0.3",
"hasbin": "^1.2.3",
"highlight.js": "^11.1.0",
"laravel-mix": "^6.0.5",
"laravel-mix-jigsaw": "^2.0.0",
"node-cmd": "^5.0.0",
"on-build-webpack": "^0.1.0",
"postcss": "^8.4.19",
"sass": "^1.28.0",
"sass-loader": "^13.2.0",
"serialize-javascript": "^6.0.0",
"sharer.js": "^0.5.1",
"tailwindcss": "^3.2.4",
"tailwindcss-children": "^2.1.0",
"vue-template-compiler": "^2.6.12",
"webpack-watch": "^0.2.0",
"yargs": "^17.0.1"
}
}