initialized next project
This commit is contained in:
59
package.json
59
package.json
@@ -1,48 +1,27 @@
|
||||
{
|
||||
"name": "vaporvees-website",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"name": "vaporvee-web",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/markdown-remark": "^4.2.1",
|
||||
"@astrojs/mdx": "^2.1.1",
|
||||
"@expressive-code/plugin-shiki": "^0.32.4",
|
||||
"@iconify-json/flat-color-icons": "^1.1.10",
|
||||
"@iconify-json/logos": "^1.1.43",
|
||||
"@iconify-json/prime": "^1.1.12",
|
||||
"@iconify-json/simple-icons": "^1.1.109",
|
||||
"@iconify-json/typcn": "^1.1.9",
|
||||
"@iconify-json/vscode-icons": "^1.1.35",
|
||||
"@microflash/remark-callout-directives": "^2.0.0",
|
||||
"astro": "^4.2.6",
|
||||
"astro-expressive-code": "^0.32.4",
|
||||
"astro-icon": "^1.1.0",
|
||||
"astro-lighthouse": "^0.1.3",
|
||||
"astro-meta-tags": "^0.2.1",
|
||||
"astro-min": "^1.1.0-dev.4",
|
||||
"npx": "^3.0.0",
|
||||
"rehype-autolink-headings": "^7.1.0",
|
||||
"rehype-pretty-code": "^0.13.0",
|
||||
"rehype-slug": "^6.0.0",
|
||||
"remark-directive": "^3.0.0",
|
||||
"remark-external-links": "^9.0.1",
|
||||
"remark-toc": "^9.0.0",
|
||||
"sass": "^1.70.0",
|
||||
"shiki": "^1.0.0",
|
||||
"unist-util-visit": "^5.0.0"
|
||||
"next": "15.0.1",
|
||||
"react": "19.0.0-rc-69d4b800-20241021",
|
||||
"react-dom": "19.0.0-rc-69d4b800-20241021",
|
||||
"sass": "^1.80.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/mdi": "^1.1.67"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@esbuild/linux-x64": "^0.20.0",
|
||||
"@minify-html/node-linux-x64": "^0.15.0",
|
||||
"@rollup/rollup-linux-x64-gnu": "^4.10.0"
|
||||
"typescript": "^5",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"postcss": "^8",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "15.0.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user