This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
62 lines (62 loc) · 1.6 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
{
"name": "cerebro-web-2019",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fullpage/react-fullpage": "^0.1.10",
"firebase": "^5.8.1",
"firebaseui": "^3.5.2",
"lodash": "^4.17.11",
"node-sass": "^4.11.0",
"rc-table": "^6.4.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-fa": "^5.0.0",
"react-fontawesome": "^1.6.1",
"react-html-parser": "^2.0.2",
"react-icons": "^3.3.0",
"react-loader-spinner": "^2.3.0",
"react-particles-js": "^2.4.2",
"react-redux": "^6.0.0",
"react-responsive-modal": "^3.6.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.3",
"react-tooltip": "^3.9.2",
"react-vertical-timeline-component": "^2.3.1",
"reactjs-countdown": "0.0.8",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"vertical-timeline-component-for-react": "^1.0.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cerebro-iiitv/cerebro-web-2019.git"
},
"author": "Cerebro Web Team",
"bugs": {
"url": "https://github.com/cerebro-iiitv/cerebro-web-2019/issues"
},
"homepage": "",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write **/*.js",
"lint": "eslint ."
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.16.4"
}
}