-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
18 lines (18 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"private": true,
"devDependencies": {
"cross-env": "^6.0.3",
"laravel-mix": "^5.0.0",
"precss": "^4.0.0",
"tailwindcss": "^1.1.4",
"tailwindcss-animations": "^1.0.0",
"tailwindcss-border-styles": "^1.0.1",
"tailwindcss-spinner": "^1.0.0",
"tailwindcss-typography": "^2.2.0"
},
"scripts": {
"build": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"build:production": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"start": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js --watch"
}
}