-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 941 Bytes
/
package.json
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
{
"homepage": "https://bdebopam.github.io/",
"name": "profile-website",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"react": "16.13.1",
"react-custom-scroller": "1.0.0",
"react-dom": "16.13.1",
"react-meta-tags": "^1.0.0",
"react-scripts": "^4.0.1",
"react-svg": "^11.1.4",
"react-tsparticles": "^2.12.2",
"request": "^2.79.0",
"serve": "^11.3.2",
"tsparticles-slim": "^2.12.0",
"webfontloader": "1.6.28"
},
"devDependencies": {
"gh-pages": "^3.1.0",
"typescript": "3.8.3"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.05%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}