29 lines
749 B
JSON
29 lines
749 B
JSON
{
|
|
"name": "rebuilding-acquia2",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"postcss-nested": "^4.1.2",
|
|
"tailwindcss": "^1.0.0-beta.3",
|
|
"tailwindcss-spaced-items": "^0.1.0",
|
|
"tailwindcss-visuallyhidden": "^1.0.2",
|
|
"vue": "^2.6.6",
|
|
"vue-router": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.5.1",
|
|
"@vue/cli-plugin-eslint": "^3.5.1",
|
|
"@vue/cli-service": "^3.5.1",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.8.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"vue-template-compiler": "^2.5.21"
|
|
}
|
|
}
|