-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.31 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
{
"author": "Ilya Sychugov",
"name": "smisplan2",
"homepage": "https://ilyasy.github.io/smisplan2/",
"version": "1.0.0",
"private": true,
"description": "Public SMISplan issue tracker repository",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ilyaSy/smisplan2.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@date-io/moment": "^1.3.13",
"@fullcalendar/daygrid": "^5.2.0",
"@fullcalendar/interaction": "^5.2.0",
"@fullcalendar/list": "^5.2.0",
"@fullcalendar/react": "^5.2.0",
"@fullcalendar/timegrid": "^5.2.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.2.10",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.20.0",
"docx": "^5.3.0",
"file-saver": "^2.0.2",
"gh-pages": "^3.2.3",
"js-cookie": "^2.2.1",
"less": "^3.12.2",
"material-ui-confirm": "^2.1.1",
"moment": "^2.27.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-draggable": "^4.4.3",
"react-loadable": "^5.5.0",
"react-redux": "^7.2.1",
"react-router": "^5.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-router-native": "^5.2.0",
"react-scripts": "^4.0.3",
"react-select": "^4.3.1",
"react-to-print": "^2.9.0",
"redux": "^4.0.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.3.2",
"redux-devtools": "^3.6.0"
},
"keywords": [
"javascript",
"html5",
"css3",
"react",
"lazy-loading",
"redux",
"axios",
"axios-mock-adapter",
"material-ui"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/ilyaSy/smisplan2/issues"
},
"_comment_dependencies_": {
"@date-io/date-fns": "^2.8.0",
"date-fns": "^2.15.0",
"react-calendar": "^3.1.0",
"react-contextmenu": "^2.14.0"
}
}