forked from tastyigniter/TastyIgniter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 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
{
"private": true,
"scripts": {
"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",
"watch-compile": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"compile": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"cross-env": "^5.0.1",
"laravel-mix": "^2.1.14",
"bootstrap": "4.1.2",
"jquery": "3.3.1",
"popper.js": "1.14.3",
"@fortawesome/fontawesome-free-webfonts": "^1.0.6",
"select2": "4.0.6-rc.1",
"select2-theme-bootstrap4": "0.2.0-beta.2",
"js-cookie": "2.2.0",
"animate.css": "^3.6.1",
"sweetalert": "^2.1.0",
"metismenu": "2.7.7"
}
}