Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
882 B

5 years ago
{
"name": "roadmap-next",
"version": "1.0.0",
"main": "index.js",
"license": "proprietary",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"html": "next export"
5 years ago
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@zeit/next-css": "latest",
5 years ago
"@zeit/next-sass": "^1.0.1",
"autoprefixer": "^9.6.1",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"font-awesome": "^4.7.0",
5 years ago
"next": "^9.0.4",
5 years ago
"node-sass": "^4.12.0",
"postcss-css-variables": "^0.13.0",
5 years ago
"react": "^16.9.0",
"react-dom": "^16.9.0",
"styled-components": "^4.4.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.6"
5 years ago
}
}