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

67 lines
1.9 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": {
2018-06-08 21:48:49 +02:00
"autoprefixer": "^8.6.1",
"axios": "^0.18.0",
2018-02-08 19:06:40 +01:00
"markdown-it": "^8.4.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",
2018-04-15 19:15:07 +02:00
"node-vibrant": "^3.0.0",
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-02-08 19:06:40 +01:00
"babel-eslint": "^8.2.1",
"babel-loader": "^8.0.0-beta.0",
"clean-webpack-plugin": "^0.1.18",
"compression-webpack-plugin": "^1.1.6",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"eslint": "^4.17.0",
2018-06-08 21:48:49 +02:00
"eslint-loader": "^2.0.0",
2018-02-08 19:06:40 +01:00
"eslint-plugin-html": "^4.0.2",
"file-loader": "^1.1.6",
2018-06-08 21:48:49 +02:00
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.1.0",
2018-06-08 21:48:49 +02:00
"mini-css-extract-plugin": "^0.4.0",
2018-02-08 19:06:40 +01:00
"node-sass": "^4.7.2",
2018-06-08 21:48:49 +02:00
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.3",
"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",
"webpack-dev-server": "^3.1.4",
"webpack-subresource-integrity": "^1.1.0-rc.4",
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": {}
}