Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
feat: upgrade to static cms v3 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneFreeman authored Oct 31, 2023
1 parent 46aee3c commit 4c1295c
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 300 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"build": "cross-env NODE_ENV=production eleventy && cross-env NODE_ENV=production tailwindcss -i src/static/css/tailwind.css -o _site/static/css/style.css"
},
"dependencies": {
"autoprefixer": "10.4.14",
"postcss": "8.4.21"
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21"
},
"devDependencies": {
"@11ty/eleventy": "2.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "4.2.0",
"@tailwindcss/typography": "^0.5.9",
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@tailwindcss/typography": "^0.5.10",
"alpinejs": "^3.11.1",
"cross-env": "7.0.3",
"cssnano": "5.1.15",
"html-minifier": "4.0.0",
"js-yaml": "4.1.0",
"luxon": "3.3.0",
"npm-run-all": "4.1.5",
"postcss-cli": "10.1.0",
"prismjs": "1.29.0",
"tailwindcss": "3.2.7"
"cssnano": "^5.1.15",
"html-minifier": "^4.0.0",
"js-yaml": "^4.1.0",
"luxon": "^3.3.0",
"npm-run-all": "^4.1.5",
"postcss-cli": "^10.1.0",
"prismjs": "^1.29.0",
"tailwindcss": "^3.2.7"
}
}
4 changes: 2 additions & 2 deletions src/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Content Manager</title>
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^2.0.0/dist/main.css" />
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^3.0.0/dist/main.css" />
</head>
<body>
<!-- Include the script that builds the page and powers StaticJs CMS -->
<script src="https://unpkg.com/@staticcms/app@^2.0.0/dist/static-cms-app.js"></script>
<script src="https://unpkg.com/@staticcms/app@^3.0.0/dist/static-cms-app.js"></script>

<!-- Netlify Identity Widget -->
<script
Expand Down
Loading

0 comments on commit 4c1295c

Please sign in to comment.