-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.1 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
{
"name": "nov-12-7-37am-forked",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.56",
"aos": "^2.3.4",
"array-move": "^3.0.1",
"bootstrap": "^4.5.3",
"cors": "^2.8.5",
"emailjs-com": "^2.6.4",
"firebase": "^8.1.1",
"firebase-functions": "^3.13.2",
"firebase-tools": "^9.10.2",
"jquery": "^3.5.1",
"popper.js": "^1.16.0",
"react": "^16.13.1",
"react-beautiful-dnd": "^8.0.5",
"react-countdown": "^2.3.1",
"react-countdown-circle-timer": "^2.1.0",
"react-date-countdown-timer": "^1.0.9",
"react-device-detect": "^1.15.0",
"react-dom": "16.13.1",
"react-draggable": "4.4.3",
"react-helmet": "^6.1.0",
"react-image-crop": "^8.6.6",
"react-loader-spinner": "^3.1.14",
"react-otp-input": "^2.3.0",
"react-owl-carousel": "^2.3.3",
"react-particles-js": "^3.4.1",
"react-photo-gallery": "^8.0.0",
"react-redux": "^7.2.1",
"react-responsive-tabs": "^4.4.1",
"react-router-dom": "5.2.0",
"react-scripts": "^3.4.4",
"react-share": "^4.3.1",
"react-snap": "^1.23.0",
"react-sortable-hoc": "^1.11.0",
"react-toastify": "^6.0.9",
"react-use-clipboard": "^1.0.2",
"react-uuid": "^1.0.2",
"reactour": "^1.16.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"styled-components": "5.2.1",
"uuid": "^8.3.1"
},
"devDependencies": {
"typescript": "3.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"postbuild": "react-snap"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}