Install postcss and cssnano

This commit is contained in:
Sam Carlton 2021-01-23 17:39:42 -06:00
parent 60a43c2f39
commit 2815a1323b
2 changed files with 4281 additions and 16 deletions

4294
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -36,6 +36,7 @@
"@nuxtjs/tailwindcss": "^3.3.4", "@nuxtjs/tailwindcss": "^3.3.4",
"autoprefixer": "^8.6.4", "autoprefixer": "^8.6.4",
"babel-eslint": "^8.2.1", "babel-eslint": "^8.2.1",
"cssnano": "^4.1.10",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"eslint": "^5.16.0", "eslint": "^5.16.0",
"eslint-config-prettier": "^3.1.0", "eslint-config-prettier": "^3.1.0",
@ -46,6 +47,8 @@
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"nodemon": "^1.11.0", "nodemon": "^1.11.0",
"nuxt": "^2.14.11", "nuxt": "^2.14.11",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"prettier": "1.14.3", "prettier": "1.14.3",
"tailwindcss": "^1.9.6" "tailwindcss": "^1.9.6"
} }