-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.2 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
{
"name": "starter-template-calendar",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/runtime": "^7.20.7",
"@craco/craco": "^7.1.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/list": "^4.4.0",
"@fullcalendar/moment-timezone": "^4.4.0",
"@fullcalendar/react": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@kineticdata/react": "6.0.0",
"@testing-library/jest-dom": "^4.2.4",
"@uiw/react-textarea-code-editor": "^2.1.7",
"add-charset-webpack-plugin": "^1.0.6",
"bootstrap": "4.3.1",
"classnames": "^2.3.2",
"connected-react-router": "^6.6.1",
"font-awesome": "4.7.0",
"history": "^4.10.1",
"immutable": "4.3.0",
"jquery": "^3.5.0",
"md5": "2.3.0",
"moment": "2.29.4",
"moment-timezone": "0.5.43",
"prettier": "^1.19.1",
"query-string": "^8.1.0",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.6",
"react-beautiful-dnd": "^13.1.1",
"react-code-blocks": "^0.1.0",
"react-dates": "^21.8.0",
"react-dom": "^16.12.0",
"react-redux": "^6.0.1",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"react-scripts": "^5.0.1",
"reactstrap": "^9.2.0",
"recompose": "^0.30.0",
"redux": "^3.7.2",
"redux-first-history": "5.1.1",
"redux-form": "^5.3.6",
"redux-saga": "^0.16.0",
"rrule": "^2.7.2",
"sass": "^1.63.6",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"add": "^2.0.6",
"inquirer": "^8.0.0"
},
"scripts": {
"prestart": "node ./src/setupEnv.js",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"format": "prettier --write \"**\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11"
]
}
}