atlas-design/site/package.json

36 строки
994 B
JSON

{
"name": "@microsoft/atlas-site",
"version": "0.57.0",
"license": "MIT",
"private": true,
"scripts": {
"prebuild": "node toc.js",
"prestart": "node toc.js",
"start": "parcel \"./src/**/*.md\" --port 1111 --no-cache",
"build": "parcel build \"./src/**/*.md\" --no-cache",
"toc": "node toc.js",
"type-check": "tsc --noEmit",
"prelint": "npm run type-check",
"lint": "eslint . --ext .ts",
"lint-fix": "eslint . --ext .ts --fix"
},
"devDependencies": {
"eslint": "^8.43.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint-plugin-import": "^2.27.5",
"@microsoft/atlas-css": "^3.54.0",
"eslint-config-prettier": "^8.8.0",
"parcel": "^2.12.0",
"lightningcss": "^1.25.1",
"@parcel/transformer-sass": "^2.12.0",
"@microsoft/parcel-transformer-markdown-html": "^2.7.0",
"fs-extra": "^11.1.1",
"front-matter": "^4.0.2",
"typescript": "^5.1.5"
},
"dependencies": {
"@microsoft/atlas-js": "^1.12.0"
}
}