Skip to content

Commit

Permalink
Merge branch 'wip'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Henrique Cuchi committed Jul 26, 2021
2 parents 5f1fe21 + cdd4b77 commit c7996e5
Show file tree
Hide file tree
Showing 5 changed files with 1,706 additions and 6,383 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM node:12-alpine

RUN apk add --update python make
FROM node:14.17.1

ENV NODE_ENV production

Expand Down
21 changes: 0 additions & 21 deletions components/PostsSection.stories.js

This file was deleted.

114 changes: 0 additions & 114 deletions components/Timeline.stories.js

This file was deleted.

19 changes: 6 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,25 @@
"author": "Paulo Henrique Cuchi <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"postinstall": "patch-package",
"dev": "nuxt",
"build": "nuxt build",
"start": "HOST=0.0.0.0 nuxt start",
"storybook": "nuxt storybook"
},
"dependencies": {
"axios": "^0.21.0",
"chart.js": "^2.9.4",
"axios": "0.19.2",
"chart.js": "2.9.3",
"date-fns": "2.23.0",
"highlight.js": "^10.1.1",
"markdown-it": "^12.0.2",
"material-icons": "0.3.1",
"node-sass": "^5.0.0",
"nuxt": "^2.14.7",
"patch-package": "^6.2.2",
"node-sass": "4.14.1",
"nuxt": "2.13.3",
"patternomaly": "1.3.2",
"postinstall-postinstall": "^2.1.0",
"ramda": "0.27.0",
"sass-loader": "^10.1.0",
"sass-loader": "9.0.2",
"spectre.css": "0.5.8",
"vue-chartjs": "^3.5.1",
"vue-chartjs": "3.5.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@nuxtjs/storybook": "^3.2.0",
"webpack": "4.44.2"
}
}
Loading

0 comments on commit c7996e5

Please sign in to comment.