Skip to content

Commit 8b2d180

Browse files
Shlok SomaniShlok Somani
authored andcommitted
added the files for the portfolio
0 parents  commit 8b2d180

File tree

103 files changed

+69254
-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.

103 files changed

+69254
-0
lines changed

package-lock.json

Lines changed: 15694 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: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "portfolio",
3+
"version": "0.1.0",
4+
"private": true,
5+
"dependencies": {
6+
"bootstrap": "^4.3.1",
7+
"gh-pages": "^2.0.1",
8+
"jquery": "^3.4.1",
9+
"lightbox2": "^2.11.0",
10+
"node-sass": "^4.12.0",
11+
"normalize.css": "^8.0.1",
12+
"popper.js": "^1.15.0",
13+
"react": "^16.8.6",
14+
"react-dom": "^16.8.6",
15+
"react-scripts": "^3.3.0",
16+
"react-typed": "^1.1.2",
17+
"typed.js": "^2.0.10"
18+
},
19+
"scripts": {
20+
"predeploy": "npm run build",
21+
"deploy": "gh-pages -d build",
22+
"start": "react-scripts start",
23+
"build": "react-scripts build",
24+
"test": "react-scripts test",
25+
"eject": "react-scripts eject"
26+
},
27+
"eslintConfig": {
28+
"extends": "react-app"
29+
},
30+
"browserslist": {
31+
"production": [
32+
">0.2%",
33+
"not dead",
34+
"not op_mini all"
35+
],
36+
"development": [
37+
"last 1 chrome version",
38+
"last 1 firefox version",
39+
"last 1 safari version"
40+
]
41+
}
42+
}

0 commit comments

Comments
 (0)