mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-01-17 04:38:14 +01:00
38 lines
985 B
JSON
38 lines
985 B
JSON
{
|
|
"name": "vanilla-todo",
|
|
"version": "0.1.0",
|
|
"description": "A TeuxDeux clone built with vanilla web technology only",
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"format-check": "prettier --check .",
|
|
"lint": "eslint public",
|
|
"lint-styles": "stylelint public/styles/*",
|
|
"serve": "http-server -c-1 public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/morris/vanilla-todo.git"
|
|
},
|
|
"keywords": [
|
|
"vanilla",
|
|
"html",
|
|
"javascript",
|
|
"css"
|
|
],
|
|
"author": "Morris Brodersen <mb@morrisbrodersen.de>",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/morris/vanilla-todo/issues"
|
|
},
|
|
"homepage": "https://github.com/morris/vanilla-todo#readme",
|
|
"devDependencies": {
|
|
"eslint": "^8.20.0",
|
|
"eslint-plugin-compat": "^4.0.2",
|
|
"http-server": "^14.1.1",
|
|
"prettier": "^2.7.1",
|
|
"stylelint": "^14.9.1",
|
|
"stylelint-config-standard": "^26.0.0",
|
|
"stylelint-rscss": "^0.4.0"
|
|
}
|
|
}
|