![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 1.0.1 to 1.1.2. - [Release notes](https://github.com/tailwindcss/tailwindcss/releases) - [Commits](https://github.com/tailwindcss/tailwindcss/compare/v1.0.1...v1.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
33 lines
891 B
JSON
33 lines
891 B
JSON
{
|
|
"name": "blueconf",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"test:unit": "vue-cli-service test:unit"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"core-js": "^2.6.5",
|
|
"postcss-nested": "^4.1.2",
|
|
"tailwindcss": "^1.1.2",
|
|
"vue": "^2.6.10",
|
|
"vue-router": "^3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.7.0",
|
|
"@vue/cli-plugin-eslint": "^3.7.0",
|
|
"@vue/cli-plugin-unit-jest": "^3.7.0",
|
|
"@vue/cli-service": "^3.7.0",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^23.6.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"vue-template-compiler": "^2.5.21"
|
|
}
|
|
}
|