-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.33 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
{
"version": "1.0.0",
"author": "Agence Révélateur",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"start": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"bootstrap": "^4.5.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"imagemin-webp": "^6.0.0",
"imagemin-webp-webpack-plugin": "^3.3.3",
"laravel-mix": "^5.0.4",
"laravel-mix-imagemin": "^1.0.3",
"mix-html-builder": "^0.6.1"
},
"browserslist": [
">0.25%",
"not ie 11",
"not op_mini all"
],
"devDependencies": {
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^5.1.1",
"filename-regex": "^2.0.1",
"imagemin-webpack-plugin": "^2.4.2",
"laravel-mix-polyfill": "^2.0.0",
"resolve-url-loader": "3.1.1",
"sass": "^1.26.7",
"sass-loader": "^8.0.2",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"vue-template-compiler": "^2.6.11",
"webpack-livereload-plugin": "^2.3.0"
}
}