1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-18 06:38:34 +01:00
developer-roadmap/package.json
Kamran Ahmed 8c77a26627 Add sass
2019-08-24 18:34:46 +04:00

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"
}
}