forked from spatie/spoon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.73 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"dependencies": {
"@fortawesome/fontawesome": "^1.1.0",
"@fortawesome/fontawesome-free-brands": "^5.0.2",
"@fortawesome/fontawesome-free-regular": "^5.0.2",
"@fortawesome/fontawesome-free-solid": "^5.0.2",
"@fortawesome/vue-fontawesome": "^0.0.22",
"babel-polyfill": "^6.23.0",
"eslint-config-prettier": "^2.9.0",
"fg-loadcss": "^2.0.1",
"lodash": "^4.17.5",
"object-fit-images": "^3.2.3",
"picturefill": "^3.0.2",
"vue": "^2.5.9"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"copy": "^0.3.1",
"critical": "^1.1.0",
"cross-env": "^5.1.3",
"eslint": "^4.15.0",
"eslint-config-spatie": "^2.0.3",
"eslint-loader": "^1.9.0",
"git-rev-sync": "^1.7.1",
"html-critical-webpack-plugin": "^1.0.1",
"laravel-mix": "^2.0.0",
"laravel-mix-purgecss": "^1.0.5",
"moment": "^2.14.1",
"postcss-object-fit-images": "^1.1.2",
"purgecss-webpack-plugin": "^0.20.0",
"tailwindcss": "^1.1.2",
"webpack": "^3.10.0",
"webpack-load-plugins": "^0.1.2"
},
"eslintConfig": {
"extends": "spatie"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production webpack --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
}
}