mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
20 lines
344 B
JSON
20 lines
344 B
JSON
|
{
|
||
|
"name": "iconr",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"next": "12.0.8",
|
||
|
"react": "17.0.2",
|
||
|
"react-dom": "17.0.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "8.7.0",
|
||
|
"eslint-config-next": "12.0.8"
|
||
|
}
|
||
|
}
|