1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 22:28:32 +01:00
developer-roadmap/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2019-08-24 18:29:03 +04:00
{
"name": "roadmap-next",
"version": "1.0.0",
"main": "index.js",
"license": "proprietary",
"scripts": {
"dev": "next",
"build": "next build",
2019-10-18 23:40:37 +04:00
"start": "next start",
"html": "next export",
"test": "jest",
"test:watch": "jest --watch"
2019-08-24 18:29:03 +04:00
},
"dependencies": {
2019-09-04 16:32:25 +04:00
"@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",
2019-11-01 09:28:05 +04:00
"@mapbox/rehype-prism": "^0.3.1",
"@mdx-js/loader": "^1.5.1",
2019-11-01 20:51:32 +04:00
"@mdx-js/react": "^1.5.1",
2019-11-01 09:28:05 +04:00
"@next/mdx": "^9.1.2",
2019-11-02 12:45:15 +04:00
"@svgr/webpack": "^4.3.3",
2019-09-04 15:27:00 +04:00
"@zeit/next-css": "latest",
2019-08-24 18:34:46 +04:00
"@zeit/next-sass": "^1.0.1",
2019-09-04 15:27:00 +04:00
"autoprefixer": "^9.6.1",
"bootstrap": "^4.3.1",
2019-10-31 23:45:09 +04:00
"classnames": "^2.2.6",
2019-11-06 23:08:39 +04:00
"date-fns": "^2.6.0",
2019-09-04 16:32:25 +04:00
"font-awesome": "^4.7.0",
2019-08-24 18:29:03 +04:00
"next": "^9.0.4",
2019-08-24 18:34:46 +04:00
"node-sass": "^4.12.0",
2019-09-04 15:27:00 +04:00
"postcss-css-variables": "^0.13.0",
2019-11-02 12:45:15 +04:00
"prism-themes": "^1.3.0",
2019-11-06 22:56:57 +04:00
"query-string": "^6.8.3",
2019-08-24 18:29:03 +04:00
"react": "^16.9.0",
2019-10-19 21:24:16 +04:00
"react-dom": "^16.9.0",
"styled-components": "^4.4.0"
},
"devDependencies": {
2019-11-06 20:33:33 +04:00
"babel-plugin-styled-components": "^1.10.6",
"glob": "^7.1.5",
"jest": "^24.9.0"
2019-08-24 18:29:03 +04:00
}
}