-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
74 lines (74 loc) · 2.13 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
{
"name": "cu-coders",
"proxy": "https://home.cuchapter.tech/",
"version": "1.1.2",
"homepage": "https://home.cuchapter.tech/",
"private": true,
"dependencies": {
"@agney/react-loading": "^0.1.2",
"@auth0/auth0-react": "^1.12.0",
"@sentry/react": "^7.88.0",
"@sentry/tracing": "^7.38.0",
"@sentry/webpack-plugin": "^2.10.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"antd": "^4.16.13",
"axios": "^1.3.3",
"dotenv": "^16.0.3",
"env-cmd": "^10.1.0",
"express": "^4.18.2",
"feather-icons": "^4.29.0",
"framer-motion": "^1.10.2",
"loader": "^2.1.1",
"logrocket": "^7.0.0",
"logrocket-react": "^4.0.1",
"nodemailer": "^6.6.0",
"react": "^16.13.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-calendly": "^4.1.1",
"react-cursor": "^2.0.15",
"react-dom": "16.13.1",
"react-helmet": "^6.1.0",
"react-loader-spinner": "^4.0.0",
"react-loadingg": "^1.7.2",
"react-modal": "^3.16.1",
"react-phone-number-input": "^3.2.19",
"react-preloaders": "^3.0.3",
"react-router": "^6.0.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-slick": "^0.25.2",
"router": "^1.3.5",
"slick-carousel": "^1.8.1",
"styled-components": "^5.0.1",
"tailwindcss": "^1.2.0",
"twin.macro": "^1.0.0-alpha.7",
"universal-cookie": "^4.0.4",
"use-in-view": "^1.0.15",
"uuidv4": "^6.2.13"
},
"scripts": {
"start": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && react-scripts build",
"postbuild": "rimraf build/static/**/*.map",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "nodemon ../backend/index.js && npm start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}