mirror of
https://github.com/aculix/vector-drawable-nextjs.git
synced 2025-12-06 06:08:24 +00:00
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"name": "vector-drawable-nextjs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "10.0.5",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-inlinesvg": "^2.2.2",
|
|
"react-svg": "^11.2.1",
|
|
"vector-drawable-svg": "^1.0.2"
|
|
}
|
|
}
|