-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.59 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
{
"name": "portal-react",
"version": "1.6.3",
"private": true,
"dependencies": {
"@material-ui/core": "^1.2.0",
"@material-ui/icons": "^1.1.1",
"ace-builds": "^1.4.7",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.19.2",
"brace": "^0.11.1",
"chart.js": "^2.7.1",
"classnames": "^2.2.5",
"downshift": "^1.27.0",
"font-awesome": "^4.7.0",
"fullcalendar": "^3.9.0",
"gulp-debug": "^3.2.0",
"husky": "^0.14.3",
"isomorphic-unfetch": "^2.0.0",
"jquery": "^3.5.1",
"jss": "^9.8.1",
"jss-rtl": "^0.2.3",
"lint-staged": "^6.0.0",
"marked": "^0.3.12",
"material-ui-flat-pagination": "^3.2.1",
"moment": "^2.20.1",
"node-sass": "^4.14.1",
"prettier": "^1.10.2",
"prismjs": "^1.10.0",
"prop-types": "^15.6.0",
"react": "^16.5.2",
"react-ace": "^8.0.0",
"react-app-rewire-css-modules": "github:codebandits/react-app-rewire-css-modules",
"react-app-rewired": "^1.4.1",
"react-autosuggest": "^9.3.2",
"react-chartjs-2": "^2.7.0",
"react-color": "^2.13.8",
"react-countup": "^3.0.3",
"react-dom": "^16.5.2",
"react-fontawesome": "^1.6.1",
"react-google-maps": "^9.4.5",
"react-jss": "^8.4.0",
"react-loader-spinner": "^3.1.14",
"react-popper": "^0.10.4",
"react-quill": "^1.2.3",
"react-redux": "^5.0.7",
"react-redux-loading-bar": "^4.6.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-sticky-table": "^5.1.4",
"react-swipeable-views": "^0.12.12",
"recompose": "^0.26.0",
"redux": "^4.0.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"sass-loader": "^6.0.6",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"dateformat": "^3.0.3",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.9.1",
"git-semver-tags": "^1.3.6",
"gulp": "^4.0.0",
"gulp-bump": "^3.1.1",
"gulp-conventional-changelog": "^1.1.24",
"gulp-hub": "github:frankwallis/gulp-hub#registry-init",
"gulp-load-plugins": "^1.5.0",
"gulp-modify-file": "^1.0.1",
"gulp-rename": "^1.2.3",
"gulp-tag-version": "^1.3.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src"
}
}