25 lines
729 B
JSON
25 lines
729 B
JSON
{
|
|
"name": "yukinets",
|
|
"version": "1.0.0",
|
|
"description": "my website!!",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"watch:eleventy": "npx --node-options=\"--experimental-require-module\" @11ty/eleventy --serve",
|
|
"watch:sass": "npx sass sass:_site/css --watch",
|
|
"start": "npm run watch:eleventy"
|
|
},
|
|
"keywords": [],
|
|
"author": "yuki",
|
|
"license": "WTFPL",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^3.0.0",
|
|
"@iarna/toml": "^2.2.5",
|
|
"eleventy-plugin-i18n": "^0.1.3",
|
|
"eleventy-sass": "^3.0.0-beta.0",
|
|
"luxon": "^3.7.2",
|
|
"markdown-it-emoji": "^3.0.0",
|
|
"markdown-it-emoji-customizer": "github:actuallysomecat/markdown-it-emoji-customizer",
|
|
"sass": "^1.86.0"
|
|
}
|
|
}
|