This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
rebuilding-bartik/package.json

28 lines
715 B
JSON
Raw Normal View History

2018-11-19 19:54:46 +00:00
{
2018-11-20 09:10:27 +00:00
"name": "rebuilding-bartik",
2018-11-19 19:54:46 +00:00
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
2019-08-12 01:23:33 +00:00
"postcss-import": "^12.0.1",
"tailwindcss": "^1.1.2",
2018-12-20 00:32:16 +00:00
"tailwindcss-skip-link": "^1.0.1",
2019-03-24 20:30:22 +00:00
"vue": "^2.6.6"
2018-11-19 19:54:46 +00:00
},
"devDependencies": {
2019-08-12 00:56:21 +00:00
"@fullhuman/postcss-purgecss": "^1.2.0",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
2019-03-24 20:30:22 +00:00
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.3",
2018-11-19 19:54:46 +00:00
"eslint": "^5.8.0",
2019-03-24 20:30:22 +00:00
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.5.21"
}
2018-11-19 19:54:46 +00:00
}