vector-drawable-nextjs/package.json
Yath Seanghay 23b96fbad4 add axios
2021-04-05 12:20:49 +07:00

21 lines
422 B
JSON

{
"name": "vector-drawable-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "^0.21.1",
"next": "10.0.5",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-inlinesvg": "^2.2.2",
"react-sage": "^0.1.5",
"react-svg": "^11.2.1",
"vector-drawable-svg": "^1.0.2"
}
}