mirror of
https://github.com/aculix/vector-drawable-nextjs.git
synced 2025-12-06 06:08:24 +00:00
21 lines
435 B
JSON
21 lines
435 B
JSON
{
|
|
"name": "vector-drawable-nextjs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@vercel/analytics": "^0.1.11",
|
|
"next": "13.1.6",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-inlinesvg": "^3.0.2",
|
|
"react-sage": "^0.3.16",
|
|
"react-svg": "^16.1.6",
|
|
"vector-drawable-svg": "^1.0.2"
|
|
}
|
|
}
|