url-minify/package.json

17 lines
283 B
JSON
Raw Normal View History

2022-01-27 06:35:13 +00:00
{
"name": "url-minify",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.0.9",
"react": "17.0.2",
"react-dom": "17.0.2"
},
2022-01-27 07:00:30 +00:00
"license": "MIT"
2022-01-27 06:35:13 +00:00
}