forked from blueclock/spatie.be
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
23 lines (23 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
{
"private": true,
"scripts": {
"format": "prettier --write \"**/*.{css,js,vue}\"",
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"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",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"caniuse-lite": "^1.0.30000697",
"cross-env": "^5.0.1",
"laravel-mix": "^2.0.0",
"laravel-mix-purgecss": "^2.2.0",
"object-fit-images": "^2.5.9",
"postcss-cssnext": "^3.0.2",
"postcss-easy-import": "^3.0.0",
"prettier": "^1.10.2",
"tailwindcss": "^0.6.4",
"vue": "^2.5.0",
"vue-data-component": "1.0.0-alpha.20"
}
}