onedrive/package.json

28 lines
583 B
JSON
Raw Normal View History

2021-06-22 11:58:37 +00:00
{
"name": "onedrive-vercel-index",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2021-06-22 14:49:45 +00:00
"axios": "^0.21.1",
2021-06-22 11:58:37 +00:00
"next": "11.0.0",
"react": "17.0.2",
2021-06-22 14:49:45 +00:00
"react-dom": "17.0.2",
"react-file-icon": "^1.0.0"
2021-06-22 11:58:37 +00:00
},
"devDependencies": {
"@types/react": "17.0.11",
2021-06-22 12:17:15 +00:00
"autoprefixer": "^10.2.6",
2021-06-22 11:58:37 +00:00
"eslint": "7.29.0",
"eslint-config-next": "11.0.0",
2021-06-22 12:17:15 +00:00
"postcss": "^8.3.5",
"tailwindcss": "^2.2.2",
2021-06-22 11:58:37 +00:00
"typescript": "4.3.4"
}
}