Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Negrel <negrel.dev@protonmail.com>2020-06-26 00:00:52 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2020-06-26 00:00:52 +0300
commit1f28da0bb4304f4d057e9e60609a19983f8ce083 (patch)
treec823cd4311add3a17f57a405be271b22e6ca9d65 /package.json
parent2dc244aa7737cb55f6ec60f7701d1548baf722b3 (diff)
updating npm dependencies and adding postcss
Diffstat (limited to 'package.json')
-rw-r--r--package.json47
1 files changed, 24 insertions, 23 deletions
diff --git a/package.json b/package.json
index 87bed49..fc35649 100644
--- a/package.json
+++ b/package.json
@@ -1,25 +1,26 @@
{
- "name": "pico-theme",
- "version": "0.0.1",
- "description": "Hugo theme with Tailwindcss",
- "repository": "https://github.com/you/my-site",
- "author": "Alexandre Negrel",
- "license": "MIT",
- "scripts": {
- "start": "hugo --gc"
- },
- "devDependencies": {
- "@fullhuman/postcss-purgecss": "^2.1.2",
- "autoprefixer": "^9.7.6",
- "postcss": "^7.0.27",
- "postcss-cli": "^7.1.1",
- "postcss-import": "^12.0.1",
- "tailwindcss": "^1.4.0"
- },
- "browserslist": [
- "last 1 version",
- "> 1%",
- "maintained node versions",
- "not dead"
- ]
+ "name": "pico-theme",
+ "version": "0.0.1",
+ "description": "Hugo theme with Tailwindcss",
+ "repository": "https://github.com/you/my-site",
+ "author": "Alexandre Negrel",
+ "license": "MIT",
+ "scripts": {
+ "start": "hugo --gc"
+ },
+ "devDependencies": {
+ "@fullhuman/postcss-purgecss": "^2.3.0",
+ "autoprefixer": "^9.8.1",
+ "npm-check-updates": "^7.0.1",
+ "postcss": "^7.0.32",
+ "postcss-cli": "^7.1.1",
+ "postcss-import": "^12.0.1",
+ "tailwindcss": "^1.4.6"
+ },
+ "browserslist": [
+ "last 1 version",
+ "> 1%",
+ "maintained node versions",
+ "not dead"
+ ]
}