-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.45 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "zeal_frontend",
"description": "A platform to search for teammates seamlessly.",
"author": "Prakshal",
"version": "0.1.0",
"private": false,
"proxy": "http://143.198.23.242/",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.14",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@themesberg/react-bootstrap": "^1.4.1",
"axios": "^0.21.1",
"bootstrap": "5.0.0-beta1",
"chartist": "^0.11.4",
"chartist-plugin-tooltips-updated": "^0.1.4",
"d3-drag": "^3.0.0",
"fontawesome": "^5.6.3",
"moment": "^2.29.1",
"moment-timezone": "^0.5.31",
"node-sass": "^6.0.1",
"openai-api": "^1.2.3",
"react": "^17.0.2",
"react-big-calendar": "^0.35.0",
"react-chartist": "^0.14.3",
"react-copy-to-clipboard": "^5.0.3",
"react-d3-graph": "^2.6.0",
"react-datetime": "^3.0.4",
"react-dom": "^17.0.2",
"react-github-btn": "^1.2.0",
"react-graph-vis": "^1.0.7",
"react-linkedin-login-oauth2": "^1.0.9",
"react-live": "^2.2.3",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.3.1",
"react-scripts": "4.0.3",
"react-transition-group": "^4.4.1",
"simplebar-react": "^2.3.0",
"web-vitals": "^1.1.2"
},
"license": "MIT",
"homepage": "https://prakshal-jain.github.io/Zeal-FrontEnd/",
"bugs": {
"url": "mailto:[email protected]"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Prakshal-Jain/Zeal-FrontEnd.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build-local": "PUBLIC_URL=./ react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.2.3"
}
}