Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
feat: nearly completely migrated
Browse files Browse the repository at this point in the history
  • Loading branch information
levino committed Apr 28, 2023
1 parent 0e77c44 commit f8717b2
Show file tree
Hide file tree
Showing 48 changed files with 1,770 additions and 1,173 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ resume.html
resume.pdf
resume.json
.DS_Store
/dist
/public
!/public/profile.jpeg
!/public/style.css
3 changes: 0 additions & 3 deletions index.de.js

This file was deleted.

3 changes: 0 additions & 3 deletions index.en.js

This file was deleted.

59 changes: 0 additions & 59 deletions index.js

This file was deleted.

19 changes: 7 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,22 @@
"url": "https://github.com/francescoes/jsonresume-theme-stackoverflow"
},
"license": "MIT",
"main": "index.en.js",
"main": "./dist/index.en.js",
"exports": {
".": "index.en.js",
"./german": "index.de.js"
".": "./dist/index.en.js",
"./german": "./dist/index.de.js"
},
"dependencies": {
"handlebars": "^4.7.7",
"markdown-it": "^13.0.1",
"moment": "^2.29.2",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.4.2",
"styled-components": "^5.3.10",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@kurone-kito/jsonresume-types": "^0.3.7",
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-links": "^7.0.7",
Expand All @@ -42,20 +41,16 @@
"@types/react-dom": "^18.0.0",
"babel-plugin-named-exports-order": "^0.0.2",
"prop-types": "^15.8.1",
"react-scripts": "^5.0.1",
"resume-cli": "^3.0.8",
"storybook": "^7.0.7",
"typescript": "^5.0.4",
"webpack": "^5.81.0"
},
"scripts": {
"dev": "resume serve --theme .",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"build": "tsc -p tsconfig.build.json"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit f8717b2

Please sign in to comment.