mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
a0055bd985
* Remove create-astro from workspace * Improve contrast ratio * Swap blank template for blog template * Remove counter components from blog template * Use `latest` astro version
33 lines
721 B
JSON
33 lines
721 B
JSON
{
|
|
"name": "create-astro",
|
|
"version": "0.1.2",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./create-astro.js"
|
|
},
|
|
"bin": {
|
|
"create-astro": "./create-astro.js"
|
|
},
|
|
"scripts": {
|
|
"build": "ENV=production ../../scripts/index.js build src/index.tsx",
|
|
"postbuild": "../../scripts/index.js copy \"src/templates/**\" --tgz",
|
|
"prepare": "yarn build",
|
|
"test": "uvu"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"create-astro.js"
|
|
],
|
|
"dependencies": {
|
|
"decamelize": "^5.0.0",
|
|
"decompress": "^4.2.1",
|
|
"ink": "^3.0.8",
|
|
"ink-select-input": "^4.2.0",
|
|
"ink-text-input": "^4.0.1",
|
|
"react": "^16.14.0",
|
|
"source-map-support": "^0.5.19"
|
|
},
|
|
"devDependencies": {
|
|
"uvu": "^0.5.1"
|
|
}
|
|
}
|