Skip to content

Commit 5223c95

Browse files
author
iuri
committed
First commit
Making this project public
0 parents  commit 5223c95

File tree

134 files changed

+22220
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+22220
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions

babel.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
presets: ['@vue/app'],
3+
};

package-lock.json

Lines changed: 13231 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "iuri.is",
3+
"version": "1.0.0",
4+
"private": true,
5+
"scripts": {
6+
"serve": "vue-cli-service serve",
7+
"build": "vue-cli-service build",
8+
"lint": "vue-cli-service lint"
9+
},
10+
"dependencies": {
11+
"vue": "^2.6.6",
12+
"vue-analytics": "^5.16.4",
13+
"gsap": "^2.1.2",
14+
"scrollmagic": "^2.0.6",
15+
"scrollmagic-plugin-gsap": "^1.0.3",
16+
"nprogress": "^0.2.0"
17+
},
18+
"devDependencies": {
19+
"@gfx/zopfli": "^1.0.11",
20+
"@vue/cli-plugin-babel": "^3.7.0",
21+
"@vue/cli-plugin-eslint": "^3.7.0",
22+
"@vue/cli-service": "^3.7.0",
23+
"@vue/eslint-config-airbnb": "^4.0.0",
24+
"@vue/eslint-config-prettier": "^4.0.1",
25+
"babel-eslint": "^10.0.1",
26+
"compression-webpack-plugin": "^2.0.0",
27+
"eslint": "^5.16.0",
28+
"eslint-plugin-vue": "^5.0.0",
29+
"fibers": "^4.0.1",
30+
"node-sass": "^4.12.0",
31+
"sass": "^1.19.0",
32+
"sass-loader": "^7.1.0",
33+
"vue-router": "^3.0.6",
34+
"vue-template-compiler": "^2.5.21",
35+
"workbox-webpack-plugin": "^4.3.1"
36+
}
37+
}

postcss.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
plugins: {
3+
autoprefixer: {},
4+
},
5+
};

public/Iuri-de-Paula-Resume.pdf

173 KB
Binary file not shown.

public/android-chrome-192x192.png

897 Bytes

public/android-chrome-512x512.png

2.42 KB

public/apple-touch-icon.png

897 Bytes

public/certificate-iuri-is-hm.pdf

242 KB
Binary file not shown.

0 commit comments

Comments
 (0)