68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
|
"name": "root",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/snowpackjs/astro.git"
|
|
},
|
|
"scripts": {
|
|
"release": "yarn build:all && changeset publish",
|
|
"benchmark": "yarn workspace astro run benchmark",
|
|
"build": "yarn build:core",
|
|
"build:one": "lerna run build --scope",
|
|
"build:all": "lerna run build --scope \"{astro,@astrojs/*}\"",
|
|
"build:core": "lerna run build --scope \"{astro,@astrojs/parser,@astrojs/markdown-remark}\"",
|
|
"dev": "yarn dev:core --parallel --stream",
|
|
"dev:one": "lerna run dev --scope --parallel --stream",
|
|
"dev:all": "lerna run dev --scope \"{astro,@astrojs/*}\" --parallel --stream",
|
|
"dev:core": "lerna run dev --scope \"{astro,@astrojs/parser,@astrojs/markdown-remark}\" --parallel --stream",
|
|
"format": "prettier -w .",
|
|
"lint": "eslint \"packages/**/*.ts\"",
|
|
"test": "yarn workspace astro run test",
|
|
"test:templates": "lerna run test --scope create-astro --stream"
|
|
},
|
|
"workspaces": [
|
|
"compiled/*",
|
|
"packages/markdown/*",
|
|
"packages/renderers/*",
|
|
"packages/*",
|
|
"examples/*",
|
|
"scripts",
|
|
"www",
|
|
"docs",
|
|
"packages/astro/test/fixtures/builtins/packages/*",
|
|
"packages/astro/test/fixtures/builtins-polyfillnode",
|
|
"packages/astro/test/fixtures/custom-elements/my-component-lib"
|
|
],
|
|
"volta": {
|
|
"node": "14.16.1",
|
|
"npm": "7.11.2",
|
|
"yarn": "1.22.10"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.16.0",
|
|
"@octokit/action": "^3.15.4",
|
|
"@types/jest": "^27.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
"@typescript-eslint/parser": "^4.18.0",
|
|
"autoprefixer": "^10.2.6",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"cheerio-select-tmp": "^0.1.1",
|
|
"del": "^6.0.0",
|
|
"esbuild": "^0.11.17",
|
|
"eslint": "^7.25.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"execa": "^5.0.0",
|
|
"jest": "^27.2.1",
|
|
"lerna": "^4.0.0",
|
|
"prettier": "^2.3.2",
|
|
"tiny-glob": "^0.2.8",
|
|
"typescript": "^4.4.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
}
|