wulkanowy.github.io/package.json

47 lines
1.3 KiB
JSON
Raw Normal View History

2019-02-23 08:51:52 +01:00
{
"name": "wulkanowy-landing-page",
"version": "0.1.0",
"private": true,
"scripts": {
2020-04-18 18:21:09 +02:00
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
2020-02-02 13:07:41 +01:00
"lint": "vue-cli-service lint",
"sitemap": "vue-cli-service sitemap"
2019-02-23 08:51:52 +01:00
},
"dependencies": {
2022-04-16 20:13:16 +02:00
"@mdi/font": "^6.6.96",
2019-12-07 14:18:08 +01:00
"babel-runtime": "^6.26.0",
2022-04-16 20:13:16 +02:00
"github-markdown-css": "^5.1.0",
"moment": "^2.29.4",
2020-04-18 18:21:09 +02:00
"prerender-spa-plugin": "^3.4.0",
2022-04-16 20:13:16 +02:00
"sass": "^1.50.0",
2021-07-30 18:13:30 +02:00
"vue": "^2.6.14",
2020-10-05 21:30:45 +02:00
"vue-analytics": "^5.22.1",
2019-12-07 14:18:08 +01:00
"vue-markdown": "^2.2.4",
2021-11-01 16:48:45 +01:00
"vue-material-design-icons": "^4.13.0",
2019-02-23 22:00:35 +01:00
"vue-mq": "^1.0.1",
2021-07-30 18:13:30 +02:00
"vue-resource": "^1.5.3",
2021-11-01 16:48:45 +01:00
"vue-router": "^3.5.3"
2019-02-23 08:51:52 +01:00
},
"devDependencies": {
2022-04-16 20:13:16 +02:00
"@babel/eslint-parser": "^7.17.0",
2021-11-01 16:48:45 +01:00
"@vue/cli-plugin-babel": "^4.5.15",
2022-04-16 20:13:16 +02:00
"@vue/cli-plugin-eslint": "^5.0.4",
2021-11-01 16:48:45 +01:00
"@vue/cli-service": "^4.5.15",
2021-07-30 18:13:30 +02:00
"@vue/eslint-config-airbnb": "^5.3.0",
2023-06-15 21:56:07 +02:00
"@vue/runtime-dom": "^3.3.4",
2021-11-01 16:48:45 +01:00
"cache-loader": "^4.1.0",
2022-04-16 20:16:00 +02:00
"core-js": "^3.22.0",
2021-09-18 10:49:28 +02:00
"eslint": "^7.32.0",
2022-04-16 20:16:00 +02:00
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^8.6.0",
2021-11-01 16:48:45 +01:00
"html-webpack-plugin": "^4.5.2",
"lint-staged": "^11.2.6",
2021-07-30 18:13:30 +02:00
"raw-loader": "^4.0.2",
2021-11-01 16:48:45 +01:00
"sass-loader": "^10.2.0",
2020-10-05 21:30:45 +02:00
"vue-cli-plugin-sitemap": "^2.3.0",
2021-11-01 16:48:45 +01:00
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
2019-02-23 08:51:52 +01:00
}
}