Skip to content

Instantly share code, notes, and snippets.

@kennethnwc
Created June 12, 2020 04:16
Show Gist options
  • Save kennethnwc/8a6a816bd9b23287aecf9d3ed9eee1e1 to your computer and use it in GitHub Desktop.
Save kennethnwc/8a6a816bd9b23287aecf9d3ed9eee1e1 to your computer and use it in GitHub Desktop.
next-bootstrap-scss-typescript
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"scss": "tsm pages --aliasPrefixes.~ node_modules/"
},
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"bootstrap": "^4.5.0",
"next": "latest",
"node-sass": "^4.14.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"typed-scss-modules": "^1.3.0",
"typescript": "3.7.3"
},
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment