1
0
Fork 0
mirror of https://github.com/Findus23/RadioStats.git synced 2024-09-19 16:03:48 +02:00
RadioStats/web/package.json

71 lines
2 KiB
JSON

{
"name": "projects",
"description": "A Vue.js project",
"version": "1.0.0",
"author": "Lukas Winkler <l.winkler23@mailbox.org>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --content-base dist/ --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"json": "cross-env NODE_ENV=production webpack --profile --json > stats.json"
},
"dependencies": {
"@sentry/browser": "^5.5.0",
"@sentry/integrations": "^5.5.0",
"axios": "^0.19.0",
"markdown-it": "^9.0.1",
"milligram": "^1.3.0",
"moment": "^2.20.1",
"node-vibrant": "^3.2.0-alpha",
"normalize.css": "^8.0.0",
"vue": "^2.5.13",
"vue-head": "^2.0.12",
"vue-router": "^3.0.1",
"vuejs-datepicker": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/polyfill": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
"@sentry/webpack-plugin": "^1.6.1",
"autoprefixer": "^9.0.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.0-beta.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.0.0",
"cross-env": "^5.1.3",
"css-loader": "^3.0.0",
"eslint": "^6.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^6.0.0",
"file-loader": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.7.2",
"postcss-loader": "3",
"sass-loader": "^7.0.3",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.13",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"webpack-subresource-integrity": "^1.1.0-rc.4",
"worker-loader": "^2.0.0",
"yaml-loader": "^0.5.0"
},
"eslintConfig": {
"parser": "babel-eslint",
"plugins": [
"html"
],
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"modules": true
}
}
},
"false": {}
}