-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 KB
/
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
40
41
42
43
44
45
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@iconify/icons-foundation": "^1.0.3",
"@iconify/icons-logos": "^1.0.9",
"@iconify/icons-ls": "^1.0.1",
"@iconify/react": "^1.1.1",
"animate.css": "^3.7.2",
"aos": "^3.0.0-beta.6",
"bootstrap": "^4.3.1",
"firebase": "^7.6.1",
"fullpage-react": "^3.1.0",
"jquery": "^3.4.1",
"react": "^16.5.2",
"react-animate-on-scroll": "^2.1.5",
"react-dom": "^16.5.2",
"react-image-gallery": "^0.9.1",
"react-responsive-modal": "^4.0.1",
"react-reveal": "^1.2.2",
"react-scripts": "2.0.5",
"react-scroll": "^1.7.15",
"react-toastify": "^5.4.1",
"react-tooltip": "^4.2.21",
"react-vertical-timeline-component": "^2.5.0",
"underscore": "^1.9.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "react-scripts build && firebase deploy"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}