-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
28 lines (28 loc) · 1.01 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
{
"private": true,
"config": {
"bin-links": false
},
"scripts": {
"development": "NODE_ENV=development node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"@babel/preset-env": "^7.9.5",
"@fancyapps/fancybox": "^3.5.7",
"autoprefixer": "^9.7.6",
"blueimp-tmpl": "^3.14.0",
"jquery-imagemapster": "^1.2.10",
"laravel-mix": "^6.0.49",
"mobile-detect": "^1.4.4",
"resolve-url-loader": "^5.0.0",
"sass": "^1.62.0",
"sass-loader": "^12.6.0",
"webpack": "^5.80.0",
"webpack-cli": "^3.3.12"
},
"browserslist": [
">0.1% and not dead"
]
}