Skip to content

Commit 85f46d5

Browse files
committed
[Update] Deploy script
1 parent dbe4b83 commit 85f46d5

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

package.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
{
2-
"name": "devaidar.github.io",
3-
"homepage": "https://devaidar.github.io/portfolio/",
4-
"version": "0.1.0",
5-
"private": true,
6-
"dependencies": {
7-
"@apollo/react-hooks": "^3.1.3",
8-
"apollo-boost": "^0.4.4",
9-
"baseui": "^9.65.3",
10-
"bootstrap": "^4.4.1",
11-
"chart.js": "^2.9.3",
12-
"gh-pages": "^2.2.0",
13-
"graphql": "^14.5.8",
14-
"react": "^16.10.2",
15-
"react-bootstrap": "^1.0.0-beta.16",
16-
"react-chartjs-2": "^2.9.0",
17-
"react-dom": "^16.10.2",
18-
"react-reveal": "^1.2.2",
19-
"react-router-dom": "^5.1.2",
20-
"react-scripts": "3.2.0",
21-
"react-spring": "^8.0.27",
22-
"styled-components": "^5.0.1",
23-
"styletron-engine-atomic": "^1.4.6",
24-
"styletron-react": "^5.2.7"
25-
},
26-
"scripts": {
27-
"start": "react-scripts start",
28-
"build": "react-scripts build",
29-
"predeploy": "npm run build",
30-
"deploy": "gh-pages -d build",
31-
"test": "react-scripts test",
32-
"eject": "react-scripts eject"
33-
},
34-
"eslintConfig": {
35-
"extends": "react-app"
36-
},
37-
"browserslist": {
38-
"production": [
39-
">0.2%",
40-
"not dead",
41-
"not op_mini all"
42-
],
43-
"development": [
44-
"last 1 chrome version",
45-
"last 1 firefox version",
46-
"last 1 safari version"
47-
]
48-
},
49-
"devDependencies": {
50-
"@iconify/icons-logos": "^1.0.9",
51-
"@iconify/react": "^1.1.1"
52-
}
53-
}
2+
"name": "devaidar.github.io",
3+
"homepage": "https://devaidar.github.io/portfolio/",
4+
"version": "0.1.0",
5+
"private": true,
6+
"dependencies": {
7+
"@apollo/react-hooks": "^3.1.3",
8+
"apollo-boost": "^0.4.4",
9+
"baseui": "^9.65.3",
10+
"bootstrap": "^4.4.1",
11+
"chart.js": "^2.9.3",
12+
"gh-pages": "^2.2.0",
13+
"graphql": "^14.5.8",
14+
"react": "^16.10.2",
15+
"react-bootstrap": "^1.0.0-beta.16",
16+
"react-chartjs-2": "^2.9.0",
17+
"react-dom": "^16.10.2",
18+
"react-reveal": "^1.2.2",
19+
"react-router-dom": "^5.1.2",
20+
"react-scripts": "3.2.0",
21+
"react-spring": "^8.0.27",
22+
"styled-components": "^5.0.1",
23+
"styletron-engine-atomic": "^1.4.6",
24+
"styletron-react": "^5.2.7"
25+
},
26+
"scripts": {
27+
"start": "react-scripts start",
28+
"build": "react-scripts build",
29+
"predeploy": "npm run-script build",
30+
"deploy": "gh-pages -d build",
31+
"test": "react-scripts test",
32+
"eject": "react-scripts eject"
33+
},
34+
"eslintConfig": {
35+
"extends": "react-app"
36+
},
37+
"browserslist": {
38+
"production": [
39+
">0.2%",
40+
"not dead",
41+
"not op_mini all"
42+
],
43+
"development": [
44+
"last 1 chrome version",
45+
"last 1 firefox version",
46+
"last 1 safari version"
47+
]
48+
},
49+
"devDependencies": {
50+
"@iconify/icons-logos": "^1.0.9",
51+
"@iconify/react": "^1.1.1"
52+
}
53+
}

0 commit comments

Comments
 (0)