-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.88 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
{
"name": "audio_interview",
"version": "1.0.0",
"description": "LTI app powered by react",
"main": "index.js",
"author": "Ankith Konda",
"license": "MIT",
"private": true,
"scripts": {
"start": "webpack --watch --mode development",
"build": "BABEL_ENV=production webpack --mode production --config ./webpack.config.prod.js --progress",
"lint": "./node_modules/.bin/eslint ./src --ext .js"
},
"devDependencies": {
"@prettier/plugin-php": "^0.6.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-styled-components": "^1.7.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"browser-sync": "^2.24.6",
"browser-sync-webpack-plugin": "^2.2.2",
"chalk": "^2.4.1",
"css-loader": "^1.0.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"extract-text-webpack-plugin": "^3.0.2",
"figlet": "^1.2.0",
"file-loader": "^1.1.11",
"node-sass": "^4.9.3",
"prettier": "^1.14.2",
"progress-bar-webpack-plugin": "^1.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.1",
"url-loader": "^1.1.1",
"webpack": "^4.16.5",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-regular-svg-icons": "^5.2.0",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/react-fontawesome": "^0.1.2",
"@material-ui/core": "^3.3.0",
"@material-ui/icons": "^3.0.1",
"axios": "^0.18.0",
"bootstrap": "4.1.2",
"d3-fetch": "^1.1.2",
"detect-browser": "^3.0.1",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"moment-timezone": "^0.5.21",
"normalize.css": "^8.0.0",
"polished": "^1.9.3",
"prop-types": "^15.6.2",
"rc-progress": "^2.2.5",
"react": "^16.4.2",
"react-beautiful-dnd": "^9.0.1",
"react-circular-progressbar": "^1.0.0",
"react-dom": "^16.4.2",
"react-dropzone": "^6.2.2",
"react-mic": "^12.2.2",
"react-player": "^1.6.4",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-transition-group": "^2.4.0",
"react-webcam": "^1.0.1",
"react-webcam-capture": "^1.2.1",
"reactstrap": "^6.4.0",
"redux": "^4.0.0",
"redux-axios-middleware": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^5.1.1",
"redux-thunk": "^2.3.0",
"styled-components": "^3.4.2",
"styled-transition-group": "^1.0.0",
"typed.js": "^2.0.9",
"uuid": "^3.3.2",
"whammy": "^0.0.1"
}
}