zola migrate
This commit is contained in:
82
package.json
82
package.json
@@ -1,45 +1,41 @@
|
||||
{
|
||||
"name": "",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "gridsome build",
|
||||
"develop": "gridsome develop",
|
||||
"explore": "gridsome explore"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.30",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.14.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.14.0",
|
||||
"@fortawesome/vue-fontawesome": "^2.0.0",
|
||||
"@gridsome/source-filesystem": "^0.6.2",
|
||||
"@gridsome/transformer-remark": "^0.6.2",
|
||||
"@noxify/gridsome-remark-classes": "^1.0.0",
|
||||
"@noxify/gridsome-remark-table-align": "^1.0.0",
|
||||
"autoprefixer": "^10.3.3",
|
||||
"axios": "^0.21.1",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"core-js": "^3.6.5",
|
||||
"gridsome": "^0.7.3",
|
||||
"gridsome-plugin-matomo": "^0.1.0",
|
||||
"gridsome-plugin-remark-prismjs-all": "^0.3.5",
|
||||
"gridsome-plugin-tailwindcss": "^3.0.1",
|
||||
"gridsome-source-graphql": "^1.0.2",
|
||||
"gridsome-source-static-meta": "github:noxify/gridsome-source-static-meta#master",
|
||||
"isexe": "^2.0.0",
|
||||
"lodash": "^4.17.20",
|
||||
"node-sass": "^5.0.0",
|
||||
"pluralize": "^8.0.0",
|
||||
"postcss": "^8.3.6",
|
||||
"sass-loader": "^10.0.2",
|
||||
"tailwindcss": "^2.2.9",
|
||||
"tailwindcss-gradients": "^3.0.0",
|
||||
"tailwindcss-tables": "^0.4.0",
|
||||
"v-tooltip": "^2.0.3",
|
||||
"vue-markdown": "^2.1.2",
|
||||
"vue-share-it": "^1.1.4",
|
||||
"vue-slick-carousel": "^1.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/aspect-ratio": "^0.2.0"
|
||||
}
|
||||
"name": "zola_twcss",
|
||||
"description": "This is a starter set for the [Zola](https://getzola.org) [static site generator (SSG)](https://www.jamstack.org/generators), based on the appearance of my website at [brycewray.com](https://www.brycewray.com).",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"clean": "rimraf public && rimraf static/css",
|
||||
"initcss": "node initcss.js",
|
||||
"getContent": "node getContent.ts",
|
||||
"start": "TAILWIND_MODE=watch NODE_ENV=development npm-run-all clean initcss --parallel dev:*",
|
||||
"dev:postcss": "postcss css/index.css -o ./static/css/index.css --config ./postcss.config.js -w",
|
||||
"dev:serve": "zola serve",
|
||||
"build": "NODE_ENV=production npm-run-all clean prod:postcss prod:build",
|
||||
"prod:postcss": "postcss css/index.css -o ./static/css/index.css --config ./postcss.config.js",
|
||||
"prod:build": "zola build"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"browserslist": [
|
||||
"last 4 versions",
|
||||
"> 1%",
|
||||
"maintained node versions"
|
||||
],
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.2",
|
||||
"glob": "^7.1.7",
|
||||
"glob-all": "^3.2.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.4.8",
|
||||
"postcss-cli": "^8.3.1",
|
||||
"postcss-csso": "^5.0.1",
|
||||
"postcss-import": "^14.0.2",
|
||||
"postcss-nesting": "^8.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"tailwindcss": "^3.0.23",
|
||||
"ts-rmb-http-client": "^1.0.3",
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"ts-rmb-http-client": "^1.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user