{ "name": "tiny-tags", "version": "1.0.0", "description": "Form Field Component to add Tags to a List", "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": "npm run development -- --watch", "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 --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" }, "repository": { "type": "git", "url": "git@github.com:tentakelfabrik/tiny-tags.git" }, "author": "Björn Hase", "license": "MIT", "dependencies": { "riot": "^4.8.5" }, "devDependencies": { "@riotjs/compiler": "^4.2.0", "@riotjs/webpack-loader": "^4.0.0", "cross-env": "^5.2.0", "html-webpack-plugin": "^3.2.0", "laravel-mix": "^4.1.4", "replace-in-file-webpack-plugin": "^1.0.6", "resolve-url-loader": "^2.3.1", "sass": "^1.20.3", "sass-loader": "^7.1.0", "vue-template-compiler": "^2.6.10" } }