40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "root",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro --root demo dev",
|
|
"build": "astro --root demo build",
|
|
"serve": "astro --root demo preview",
|
|
"test": "uvu tests -i utils",
|
|
"format": "prettier -w .",
|
|
"lint": "eslint . --ext .ts,.js"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/changelog-github": "^0.4.4",
|
|
"@changesets/cli": "^2.22.0",
|
|
"@testing-library/dom": "^8.13.0",
|
|
"@types/eslint": "^8.44.0",
|
|
"@types/node": "^16.11.68",
|
|
"@types/prettier": "^2.7.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"astro": "^4.16.3",
|
|
"astro-component-tester": "^0.8.0",
|
|
"eslint": "^8.45.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"linkedom": "^0.14.7",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-astro": "^0.10.0",
|
|
"typescript": "^4.8.4",
|
|
"uvu": "^0.5.6"
|
|
},
|
|
"workspaces": [
|
|
"demo",
|
|
"docs",
|
|
"packages/**/*"
|
|
]
|
|
}
|