astro/package.json

98 lines
2.8 KiB
JSON
Raw Normal View History

2021-03-15 17:22:05 +00:00
{
2021-03-15 18:18:39 +00:00
"name": "astro",
2021-04-11 05:02:34 +00:00
"version": "0.0.5",
2021-03-15 18:18:39 +00:00
"author": "Skypack",
2021-03-15 17:22:05 +00:00
"license": "MIT",
"type": "module",
"exports": {
".": "./astro.mjs",
2021-03-15 17:22:05 +00:00
"./snowpack-plugin": "./snowpack-plugin.cjs",
"./components/*.astro": "./components/*.astro"
2021-03-15 17:22:05 +00:00
},
2021-03-15 18:18:39 +00:00
"bin": {
"astro": "astro.mjs"
},
"files": [
"components",
"lib",
2021-04-11 04:59:59 +00:00
"astro-prism",
2021-04-11 05:02:19 +00:00
"snowpack-plugin.cjs",
2021-04-11 04:59:59 +00:00
"astro.mjs"
],
2021-03-15 17:22:05 +00:00
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"lint": "eslint 'src/**/*.{js,ts}'",
2021-03-26 19:45:53 +00:00
"format": "prettier -w '{src,test}/**/*.{js,ts}'",
"test": "uvu test -i fixtures -i test-utils.js",
2021-04-11 04:58:57 +00:00
"watch:extension": "cd vscode && npm run watch",
2021-04-11 04:59:59 +00:00
"publish-hidden": "npm run build && npm publish --tag shhhhh"
2021-03-15 17:22:05 +00:00
},
"dependencies": {
"@babel/generator": "^7.13.9",
"@babel/parser": "^7.13.15",
"@babel/traverse": "^7.13.15",
"@snowpack/plugin-sass": "^1.4.0",
"@snowpack/plugin-svelte": "^3.6.0",
2021-04-02 16:16:16 +00:00
"@snowpack/plugin-vue": "^2.4.0",
2021-04-03 02:44:23 +00:00
"@vue/server-renderer": "^3.0.11",
2021-03-15 17:22:05 +00:00
"acorn": "^7.4.0",
"autoprefixer": "^10.2.5",
2021-04-10 20:17:09 +00:00
"cheerio": "^1.0.0-rc.5",
2021-03-15 17:22:05 +00:00
"es-module-lexer": "^0.4.1",
"esbuild": "^0.10.1",
2021-04-02 17:04:48 +00:00
"estree-walker": "^3.0.0",
2021-04-02 16:16:16 +00:00
"fdir": "^5.0.0",
"find-up": "^5.0.0",
2021-03-21 07:44:42 +00:00
"github-slugger": "^1.3.0",
2021-03-15 17:22:05 +00:00
"gray-matter": "^4.0.2",
2021-03-15 19:26:23 +00:00
"kleur": "^4.1.4",
"locate-character": "^2.0.5",
2021-03-15 17:22:05 +00:00
"magic-string": "^0.25.3",
"micromark": "^2.11.4",
"micromark-extension-gfm": "^0.3.3",
"micromark-extension-mdx-expression": "^0.3.2",
"micromark-extension-mdx-jsx": "^0.3.3",
2021-03-21 23:16:18 +00:00
"node-fetch": "^2.6.1",
"picomatch": "^2.2.3",
"postcss": "^8.2.8",
2021-04-03 02:44:23 +00:00
"postcss-icss-keyframes": "^0.2.1",
2021-04-02 17:04:48 +00:00
"preact": "^10.5.13",
"preact-render-to-string": "^5.1.18",
"prismjs": "^1.23.0",
2021-03-15 17:22:05 +00:00
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.43.1",
2021-03-30 20:07:12 +00:00
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.32.8",
2021-04-02 16:16:16 +00:00
"snowpack": "^3.2.2",
2021-03-15 17:22:05 +00:00
"svelte": "^3.35.0",
2021-04-03 02:44:23 +00:00
"vue": "^3.0.11",
2021-03-15 19:26:23 +00:00
"yargs-parser": "^20.2.7"
2021-03-15 17:22:05 +00:00
},
"devDependencies": {
"@babel/types": "^7.13.14",
2021-04-02 16:16:16 +00:00
"@types/babel__generator": "^7.6.2",
"@types/babel__parser": "^7.1.1",
2021-04-02 16:16:16 +00:00
"@types/babel__traverse": "^7.11.1",
"@types/estree": "0.0.46",
2021-03-21 07:44:42 +00:00
"@types/github-slugger": "^1.3.0",
2021-04-02 16:16:16 +00:00
"@types/node": "^14.14.31",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/sass": "^1.16.0",
2021-03-15 19:26:23 +00:00
"@types/yargs-parser": "^20.2.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
2021-03-16 17:54:43 +00:00
"concurrently": "^6.0.0",
"domhandler": "^4.1.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"typescript": "^4.2.3",
"uvu": "^0.5.1"
},
"engines": { "node": "~14.0.0", "npm" : ">=6.14.0 <7.0.0" }
2021-03-15 17:22:05 +00:00
}