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

55 lines
1.3 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": {
2021-05-12 20:51:38 +02:00
"serve": "snowpack dev",
"build": "snowpack build"
2018-02-08 19:06:40 +01:00
},
"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": {
2021-05-12 20:51:38 +02:00
"@morgul/snowpack-plugin-vue2": "^0.4.0",
"@snowpack/plugin-sass": "^1.4.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",
2021-05-12 20:51:38 +02:00
"snowpack": "^3.3.7",
"snowpack-plugin-replace": "^1.0.4",
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": {}
}