mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-18 06:38:34 +01:00
19 lines
352 B
JSON
19 lines
352 B
JSON
{
|
|
"name": "roadmap-next",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "proprietary",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@zeit/next-sass": "^1.0.1",
|
|
"next": "^9.0.4",
|
|
"node-sass": "^4.12.0",
|
|
"react": "^16.9.0",
|
|
"react-dom": "^16.9.0"
|
|
}
|
|
}
|