-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (66 loc) · 1.97 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "reactapp",
"homepage": "http://acm.iitism.org/",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "ISC",
"engines": {
"node": "12.16.1",
"npm": "6.13.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@fullpage/react-fullpage": "^0.1.17",
"bootstrap": "^4.5.0",
"cra-template": "1.0.3",
"firebase": "^7.15.4",
"font-awesome": "^4.7.0",
"mdbreact": "^4.27.0",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-awesome-slider": "^4.1.0",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-fade-in": "^1.1.0",
"react-fontawesome": "^1.7.1",
"react-loading": "^2.0.3",
"react-loading-skeleton": "^2.1.1",
"react-lottie": "^1.2.3",
"react-particles-js": "^3.2.1",
"react-preloaders": "^3.0.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-slick": "^0.26.1",
"reactstrap": "^8.4.1",
"serve": "^11.3.2",
"simple-react-validator": "^1.5.0",
"typewriter-effect": "^2.13.1",
"typewriter.js": "0.0.7",
"video-react": "^0.14.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://iitism.acm.org/"
}