forked from cal/tdf-2023-webseite
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1018 B
33 lines
1018 B
{
|
|
"name": "eleventy-plugin-i18n-demo",
|
|
"version": "0.1.0",
|
|
"description": "Demo site for eleventy-plugin-i18n",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "npm run serve",
|
|
"serve": "cross-env ELEVENTY_ENV=development npx eleventy --serve",
|
|
"build": "cross-env ELEVENTY_ENV=production npx eleventy",
|
|
"debug": "cross-env DEBUG=* npx eleventy"
|
|
},
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/adamduncan/eleventy-plugin-i18n-demo.git"
|
|
},
|
|
"author": "Adam Duncan <mail@adamduncandesigns.com> (https://adamduncandesigns.com)",
|
|
"bugs": {
|
|
"url": "https://github.com/adamduncan/eleventy-plugin-i18n-demo/issues"
|
|
},
|
|
"homepage": "https://github.com/adamduncan/eleventy-plugin-i18n-demo#readme",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.1.2",
|
|
"cross-env": "^7.0.2",
|
|
"lodash.get": "^4.4.2",
|
|
"prettier": "^2.0.5",
|
|
"templite": "^1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"eleventy-plugin-i18n": "^0.1.3"
|
|
}
|
|
}
|
|
|