forked from ParadigmEducation/snowflake-notes
36 lines
874 B
JSON
36 lines
874 B
JSON
{
|
|
"name": "snowflake-notes",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.12",
|
|
"astro": "^5.16.1",
|
|
"zod": "^4.1.13"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.48.0",
|
|
"@typescript-eslint/parser": "^8.48.0",
|
|
"astro-eslint-parser": "^1.2.2",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-astro": "^1.5.0",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.48.0"
|
|
}
|
|
}
|