-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"homepage": "https://bharatkammakatla.github.io/",
"name": "bharatkammakatla.github.io",
"version": "0.1.0",
"private": true,
"dependencies": {
"colorthief": "^2.3.0",
"gh-pages": "^2.2.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-easy-emoji": "^1.3.0",
"react-headroom": "^3.0.0",
"react-reveal": "^1.2.2",
"react-scripts": "3.2.0",
"react-twitter-embed": "3.0.3"
},
"scripts": {
"predeploy": "npm run build",
"start": "node fetch.js && react-scripts start",
"build": "node fetch.js && react-scripts build",
"deploy": "gh-pages -b master -d build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}