-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.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
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
{
"name": "conquer2",
"version": "0.6.0",
"authors": [
"Shashwat Kansal",
"Akshat Tripathi"
],
"private": true,
"dependencies": {
"@craco/craco": "^6.1.2",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@south-paw/react-vector-maps": "^3.1.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"ReconnectingWebSocket": "git+https://github.com/joewalnes/reconnecting-websocket.git",
"aos": "^2.3.4",
"bootstrap": "^4.6.0",
"canvasjs": "^1.8.3",
"discord.js": "^12.5.3",
"firebase": "^7.24.0",
"firebase-admin": "^8.13.0",
"formik": "^2.2.9",
"gsap": "^3.6.0",
"node-sass": "^4.14.1",
"react": "^16.14.0",
"react-bootstrap": "^1.6.1",
"react-chat-popup": "^1.1.2",
"react-dom": "^16.14.0",
"react-hook-form": "^5.7.2",
"react-hotkeys-hook": "^2.4.1",
"react-icons": "^3.11.0",
"react-page-visibility": "^6.4.0",
"react-rating-stars-component": "^2.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.0",
"react-simple-maps": "^2.3.0",
"react-spring": "^8.0.27",
"react-ticker": "^1.2.2",
"react-tooltip": "^4.2.21",
"react-typist": "^2.0.5",
"uikit": "^3.7.1",
"ws": "^7.5.3"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app",
"parserOptions": {
"ecmaVersion": 11
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"html-loader": "^1.3.2",
"jest": "^26.6.3",
"postcss": "^7.0.36",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4"
}
}