mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"name": "graphite-website",
|
|
"description": "Graphite's website. This npm package is for dev tooling only, such as eslint.",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/GraphiteEditor/Graphite.git"
|
|
},
|
|
"author": "Graphite Authors <contact@graphite.art>",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://graphite.art",
|
|
"type": "module",
|
|
"scripts": {
|
|
"postinstall": "node .build-scripts/install-fonts.ts",
|
|
"generate-editor-structure": "node .build-scripts/generate-editor-structure.ts ../hierarchical_message_system_tree.txt ../hierarchical_message_system_tree.html",
|
|
"lint": "eslint . && tsc --noEmit",
|
|
"lint-fix": "eslint . --fix && tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.4.1",
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.39.1",
|
|
"@types/node": "^24.10.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.46.3",
|
|
"@typescript-eslint/parser": "^8.46.3",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint": "^9.39.1",
|
|
"prettier": "^3.6.2",
|
|
"sass": "1.93.3",
|
|
"typescript-eslint": "^8.46.3"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/inter": "^5.2.8",
|
|
"@fontsource/bona-nova": "^5.2.8"
|
|
}
|
|
}
|