This repository has been archived by the owner on Apr 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.67 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
{
"name": "masteraula-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.7",
"@fortawesome/free-brands-svg-icons": "^5.8.0",
"@fortawesome/free-solid-svg-icons": "^5.4.2",
"@fortawesome/react-fontawesome": "^0.1.3",
"@redux-beacon/google-analytics": "^1.2.3",
"@redux-beacon/google-tag-manager": "^1.0.1",
"axios": "^0.19.0",
"bootstrap": "^4.1.3",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"connected-react-router": "^4.5.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.8.4",
"file-saver": "^2.0.0-rc.4",
"gh-pages": "^1.2.0",
"globalize": "^1.5.0",
"history": "^4.7.2",
"html-to-draftjs": "^1.5.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"node-sass-chokidar": "^1.5.0",
"normalize.css": "^8.0.0",
"npm-run-all": "^4.1.3",
"query-string": "^5.1.1",
"react": "^16.10.2",
"react-autocomplete": "^1.8.1",
"react-autosuggest": "^9.4.3",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.10.2",
"react-draft-wysiwyg": "^1.14.5",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.0.4",
"react-helmet": "^5.2.1",
"react-modal": "^3.6.1",
"react-redux": "^5.0.7",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^2.1.8",
"react-select": "^2.4.1",
"react-tag-autocomplete": "^5.8.0",
"react-toastify": "^4.4.0",
"react-touch": "^0.4.4",
"react-widgets": "^4.4.10",
"react-widgets-globalize": "^5.0.21",
"react-widgets-moment": "^4.0.28",
"reactstrap": "^8.5.1",
"redux": "^4.0.1",
"redux-beacon": "^2.1.0",
"redux-form": "^7.4.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"sanitize-html": "^1.19.1",
"sass": "^1.14.3",
"uuid": "^3.3.2",
"yarn": "^1.13.0"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build-js": "react-scripts build",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"eslint-config-airbnb": "^17.1.0",
"prop-types": "^15.6.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}