2024-01-17 16:19:53 +00:00
|
|
|
{
|
|
|
|
"name": "Ashes-Site",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"corepack": "^0.23.0",
|
2024-01-20 05:55:18 +00:00
|
|
|
"liquidjs": "^10.10.0",
|
|
|
|
"npm": "^10.2.4"
|
2024-01-17 16:19:53 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-20 05:55:18 +00:00
|
|
|
"@11ty/eleventy": "^2.0.1",
|
2024-01-25 18:50:07 +00:00
|
|
|
"eslint": "^8.56.0",
|
2024-01-20 05:55:18 +00:00
|
|
|
"ftp-deploy": "^2.4.5"
|
2024-01-17 16:19:53 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-01-25 17:55:07 +00:00
|
|
|
"start": "npx @11ty/eleventy --serve --watch",
|
2024-01-20 04:01:39 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2024-01-25 17:25:44 +00:00
|
|
|
"lint": "eslint .",
|
|
|
|
"lint:fix": "eslint . --fix",
|
2024-01-20 04:01:39 +00:00
|
|
|
"build": "npx @11ty/eleventy"
|
2024-01-17 16:19:53 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|