forked from stefanzweifel/dropshare-tailwind-landingpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 900 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
{
"name": "dropshare-tailwind-landingpage",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"keywords": [
"dropshare",
"tailwind",
"tailwind-css"
],
"author": "",
"license": "MIT",
"devDependencies": {
"cross-env": "^5.2.0",
"glob-all": "^3.1.0",
"html-webpack-plugin": "^3.2.0",
"laravel-mix": "^2.1.11",
"purgecss-webpack-plugin": "^1.2.0",
"style-ext-html-webpack-plugin": "^3.4.7",
"tailwindcss": "^0.6.4"
},
"dependencies": {
"tailwindcss": "^0.6.4"
}
}