-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 789 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 789 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
{
"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": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@picmo/popup-picker": "^5.7.2",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.12",
"highlight.js": "^11.7.0",
"laravel-mix": "^6.0.49",
"picmo": "^5.7.2",
"plyr": "^3.7.3",
"postcss": "^8.4.17",
"sass": "^1.55.0",
"sass-loader": "^13.0.2",
"tailwindcss": "^3.1.8"
},
"dependencies": {}
}