mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
f16ce09a7a
* If a user id is provided in the name column of an import, we should assume that it is a user id and check out to it. * Fix build of vue files. The location is public/js/build, not public/build * Ensure a status type is set before allowing submission of an import. Also expand the status text label to change color based on success/failure. Fixes #4658 * Use right key to lookup emails when importing users. Fixes 4619. * Import serial for components, and make unique matches based on the serial as well as the name. Fixes #4569 * Set the location_id when importing an item properly. This moves as well to using the Asset::checkout() method, which should consolidate the logic into a useful spot. Fixes #4563 (I think) * Production assets. * Case insensitive field map guessing and repopulate when changingin import type.
44 lines
1.7 KiB
JSON
44 lines
1.7 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.7",
|
|
"lodash": "^4.17.4",
|
|
"vue": "2.4.4",
|
|
"vue-loader": "^13.6.1",
|
|
"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",
|
|
"icheck": "^1.0.2",
|
|
"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"
|
|
}
|
|
}
|