mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-18 06:38:34 +01:00
23 lines
481 B
JSON
23 lines
481 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-css": "latest",
|
|
"@zeit/next-sass": "^1.0.1",
|
|
"autoprefixer": "^9.6.1",
|
|
"bootstrap": "^4.3.1",
|
|
"next": "^9.0.4",
|
|
"node-sass": "^4.12.0",
|
|
"postcss-css-variables": "^0.13.0",
|
|
"react": "^16.9.0",
|
|
"react-dom": "^16.9.0"
|
|
}
|
|
}
|