-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 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
{
"name": "tailwindcss-starter",
"version": "1.0.0",
"description": "TailwindCSS starter. Minimal Boilerplate for building static pages based on Laravel Mix 6, TailwindCSS 3, PostCSS 8, and ES6 Vanilla JS components.",
"main": "index.js",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"author": {
"name": "Tomasz Bujnowicz",
"email": "[email protected]",
"url": "https://www.tomaszbujnowicz.com"
},
"license": "MIT",
"devDependencies": {
"browser-sync": "^3.0.2",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0.3",
"eslint": "^9.11.0",
"eslint-plugin-vue": "^9.28.0",
"eslint-webpack-plugin": "^4.2.0",
"laravel-mix": "^6.0.49",
"laravel-mix-eslint": "^0.2.0",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.2.0",
"tailwindcss": "^3.4.12"
},
"dependencies": {}
}