Skip to content

Commit 4acfc80

Browse files
adding react widget portfolio
1 parent 0f4b460 commit 4acfc80

File tree

7 files changed

+18
-0
lines changed

7 files changed

+18
-0
lines changed

widgets/portfolio/.babelrc

Whitespace-only changes.

widgets/portfolio/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
yarn.lock

widgets/portfolio/package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "portfolio",
3+
"version": "1.0.0",
4+
"main": "index.js",
5+
"license": "MIT",
6+
"dependencies": {
7+
"react": "^16.13.1",
8+
"react-dom": "^16.13.1",
9+
"react-router-dom": "^5.2.0"
10+
},
11+
"devDependencies": {
12+
"webpack": "^4.44.2",
13+
"webpack-cli": "^3.3.12",
14+
"webpack-dev-server": "^3.11.0"
15+
}
16+
}

widgets/portfolio/src/index.js

Whitespace-only changes.

widgets/portfolio/src/master.css

Whitespace-only changes.

widgets/portfolio/static/index.html

Whitespace-only changes.

widgets/portfolio/webpack.config.js

Whitespace-only changes.

0 commit comments

Comments
 (0)