-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
95 lines (95 loc) · 3.28 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
88
89
90
91
92
93
94
95
{
"name": "hackru-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@devexpress/dx-react-core": "^2.7.2",
"@devexpress/dx-react-scheduler": "^2.7.2",
"@devexpress/dx-react-scheduler-material-ui": "^2.7.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.7",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/utils": "^4.10.2",
"@mui/material": "^5.11.5",
"animejs": "^3.0.0",
"autoprefixer": "^10.4.13",
"availity-reactstrap-validation": "^2.5.0",
"axios": "^0.21.1",
"bootstrap": "^4.1.3",
"chart.js": "^2.9.4",
"font-awesome": "^4.7.0",
"gsap": "^2.1.3",
"material-ui-chip-input": "^1.1.0",
"parallax-js": "^3.1.0",
"qrcode.react": "^0.9.3",
"react": "^16.6.3",
"react-anime": "^3.0.3",
"react-chartjs-2": "^2.7.4",
"react-cookies": "^0.1.0",
"react-countup": "^4.3.3",
"react-dependent-script": "^1.1.0",
"react-dom": "^16.6.3",
"react-fa": "^5.0.0",
"react-google-autocomplete": "^1.0.18",
"react-icons": "^4.7.1",
"react-motion": "^0.5.2",
"react-particles": "^2.8.0",
"react-router-dom": "^5.3.0",
"react-scripts": "^3.4.3",
"react-scroll-parallax": "^1.3.5",
"react-scrollable-anchor": "^0.6.1",
"react-select": "^2.1.2",
"react-select-country-list": "^2.2.3",
"react-spinners": "^0.9.0",
"react-toggle": "^4.1.1",
"react-window": "^1.8.5",
"reactstrap": "^6.5.0",
"request": "^2.88.0",
"tailwindcss": "^3.2.4",
"tsparticles": "^2.8.0",
"typescript": "^4.9.0"
},
"scripts": {
"tailwind-watch": "npx tailwindcss -i ./src/index.css -o ./public/tailwind-output-f23.css --watch",
"start": "env-cmd development react-scripts start",
"build-dev": "env-cmd build-dev react-scripts build",
"build-prod": "env-cmd build-prod react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint \"src/**\"",
"lint-fix": "eslint \"src/**\" --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.2.1",
"@types/react-router-dom": "^5.3.3",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.0",
"env-cmd": "^8.0.2",
"eslint": "^6.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"react-test-renderer": "^17.0.2"
}
}