-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.09 KB
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
{
"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": {
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/typography": "^0.3.1",
"alpinejs": "^2.8.2",
"autoprefixer": "^9.8.6",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.6",
"laravel-mix-tailwind": "^0.1.2",
"postcss": "^8.1.14",
"postcss-loader": "^6.1.0",
"resolve-url-loader": "^3.1.4",
"sass": "^1.35.1",
"sass-loader": "^8.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.2",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"@ryangjchandler/spruce": "^2.7.1",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"postcss-import": "^14.0.2",
"turbolinks": "^5.2.0"
}
}