-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
97 lines (97 loc) · 2.92 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
96
97
{
"name": "student-council-homepage-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.36",
"@types/react": "^18.0.9",
"@types/react-chartjs-2": "^2.5.7",
"@types/react-dom": "^18.0.4",
"@types/react-modal": "^3.13.1",
"@types/react-responsive": "^8.0.5",
"@types/react-router-dom": "^5.3.3",
"axios": "^0.27.2",
"chart.js": "^4.2.1",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-doughnut-innertext": "^3.1.0",
"chartjs-plugin-doughnutlabel": "^2.0.3",
"dayjs": "^1.11.7",
"dotenv-cli": "^6.0.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"html-react-parser": "^3.0.7",
"immutable": "^4.2.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-calendar": "^4.0.0",
"react-cookie": "^4.1.1",
"react-datepicker": "^4.8.0",
"react-dom": "^17.0.2",
"react-icons": "^4.4.0",
"react-modal": "^3.15.1",
"react-responsive": "^9.0.0-beta.8",
"react-router-dom": "^6.11.0",
"react-spinners": "^0.13.4",
"react-tag-input-component": "^2.0.2",
"recoil": "^0.7.5",
"styled-components": "^5.3.5",
"styled-reset": "^4.4.1",
"tua-body-scroll-lock": "^1.2.1",
"typescript": "^4.6.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "dotenv -e .env.production react-scripts build && rm build/static/**/*.map",
"build:development": "dotenv -e .env.development react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"@types/chart.js": "^2.9.37",
"@types/draft-js": "^0.11.10",
"@types/draftjs-to-html": "^0.8.1",
"@types/html-to-draftjs": "^1.4.0",
"@types/react-calendar": "^3.9.0",
"@types/react-datepicker": "^4.4.2",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/styled-components": "^5.1.25",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"qs": "^6.11.0",
"react-scripts": "5.0.1"
},
"proxy": "https://dev.dkustu.com"
}