|
{
|
|
"name": "tiny-consent",
|
|
"version": "1.1.1",
|
|
"description": "Consent Banner for GDPR with RiotJS, part of Tiny-Components",
|
|
"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": "https://gitlab.tentakelfabrik.de/tentakelfabrik/tiny-components/tiny-consent.git"
|
|
},
|
|
"author": "Björn Hase",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assign-deep": "^1.0.1",
|
|
"js-cookie": "^2.2.1",
|
|
"riot": "^4.8.*"
|
|
},
|
|
"devDependencies": {
|
|
"@riotjs/compiler": "^4.2.0",
|
|
"@riotjs/webpack-loader": "^4.0.0",
|
|
"cross-env": "^5.2.1",
|
|
"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"
|
|
}
|
|
}
|