mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
6a75118247
The demo did not work. Updating to babel-plugin-inline-react-svg v1.0.1 did work.
18 lines
315 B
JSON
18 lines
315 B
JSON
{
|
|
"name": "svg-components",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"react": "latest",
|
|
"react-dom": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-inline-react-svg": "^1.0.1"
|
|
}
|
|
}
|