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

72 lines
2 KiB
JSON
Raw Normal View History

2018-02-08 19:06:40 +01:00
{
"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": {
2019-07-17 17:07:43 +02:00
"@sentry/browser": "^5.5.0",
"@sentry/integrations": "^5.5.0",
"axios": "^0.19.0",
2020-02-03 12:19:17 +01:00
"markdown-it": "^10.0.0",
2018-06-08 21:48:49 +02:00
"milligram": "^1.3.0",
2018-02-09 17:38:24 +01:00
"moment": "^2.20.1",
"node-vibrant": "^3.2.0-alpha",
2018-02-10 17:51:11 +01:00
"normalize.css": "^8.0.0",
2018-02-08 19:06:40 +01:00
"vue": "^2.5.13",
"vue-head": "^2.0.12",
2018-02-09 16:09:29 +01:00
"vue-router": "^3.0.1",
2018-06-08 21:48:49 +02:00
"vuejs-datepicker": "^1.3.2"
2018-02-08 19:06:40 +01:00
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/polyfill": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
2018-09-21 22:06:22 +02:00
"@sentry/webpack-plugin": "^1.6.1",
2018-07-28 22:38:05 +02:00
"autoprefixer": "^9.0.1",
"babel-eslint": "^10.0.1",
2018-02-08 19:06:40 +01:00
"babel-loader": "^8.0.0-beta.0",
2019-07-17 17:07:43 +02:00
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.0.0",
2020-02-03 12:19:17 +01:00
"cross-env": "^7.0.0",
2019-07-17 17:07:43 +02:00
"css-loader": "^3.0.0",
"eslint": "^6.0.1",
2020-02-03 12:19:17 +01:00
"eslint-loader": "^3.0.3",
2019-07-17 17:07:43 +02:00
"eslint-plugin-html": "^6.0.0",
2020-02-03 12:19:17 +01:00
"file-loader": "^5.0.2",
2018-06-08 21:48:49 +02:00
"html-webpack-plugin": "^3.2.0",
2020-02-03 12:19:17 +01:00
"image-webpack-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.9.0",
2018-02-08 19:06:40 +01:00
"node-sass": "^4.7.2",
2018-08-11 21:50:56 +02:00
"postcss-loader": "3",
2020-02-03 12:19:17 +01:00
"sass-loader": "^8.0.2",
2018-06-08 21:48:49 +02:00
"vue-loader": "^15.2.4",
2018-02-08 19:06:40 +01:00
"vue-template-compiler": "^2.5.13",
2018-06-08 21:48:49 +02:00
"webpack": "^4.12.0",
2018-06-30 20:52:56 +02:00
"webpack-cli": "^3.0.8",
2018-06-08 21:48:49 +02:00
"webpack-dev-server": "^3.1.4",
"webpack-subresource-integrity": "^1.1.0-rc.4",
"worker-loader": "^2.0.0",
2018-02-08 19:06:40 +01:00
"yaml-loader": "^0.5.0"
},
"eslintConfig": {
"parser": "babel-eslint",
"plugins": [
"html"
],
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"modules": true
}
}
},
"false": {}
}