mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
8776d28d3b
We’re not using it anymore because of conflicts with select2. Select2 is more important for our UX than fastclick is.
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npm run development",
|
|
"development": "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",
|
|
"watch-poll": "npm run watch -- --watch-poll",
|
|
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"prod": "npm run production",
|
|
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js "
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^0.16.2",
|
|
"babel-preset-latest": "^6.24.1",
|
|
"cross-env": "^5.0.5",
|
|
"jquery": "^3.1.1",
|
|
"laravel-mix": "1.4.3",
|
|
"lodash": "^4.17.4",
|
|
"vue": "2.4.4",
|
|
"vue-template-compiler": "2.4.4"
|
|
},
|
|
"dependencies": {
|
|
"blueimp-file-upload": "^9.18.0",
|
|
"bootstrap": "^3.3.7",
|
|
"bootstrap-colorpicker": "^2.5.1",
|
|
"bootstrap-datepicker": "^1.6.4",
|
|
"bootstrap-less": "^3.3.8",
|
|
"ekko-lightbox": "^5.1.1",
|
|
"font-awesome": "^4.7.0",
|
|
"jquery-slimscroll": "^1.3.8",
|
|
"jquery-ui": "^1.12.1",
|
|
"jquery-ui-bundle": "^1.12.1",
|
|
"jquery.iframe-transport": "^1.0.0",
|
|
"less": "^2.7.2",
|
|
"less-loader": "^4.0.5",
|
|
"papaparse": "^4.3.3",
|
|
"select2": "^4.0.3",
|
|
"tether": "^1.4.0",
|
|
"vue-resource": "^1.3.3"
|
|
}
|
|
}
|