This repository has been archived by the owner on May 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.08 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
{
"name": "archway",
"version": "1.0.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.48",
"@material-ui/pickers": "^3.2.10",
"axios": "^0.19.2",
"babel-eslint": "~10.0.3",
"bad-words": "^3.0.3",
"commander": "^5.1.0",
"date-fns": "^2.11.1",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"highlight.js": "^9.18.1",
"history": "^4.10.1",
"insert-text-at-cursor": "^0.3.0",
"lodash": "^4.17.15",
"markdown-to-jsx": "^6.11.0",
"notistack": "^0.9.9",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"pure-react-carousel": "^1.26.0",
"react": "^16.13.0",
"react-color": "^2.18.0",
"react-dom": "^16.13.0",
"react-dropzone": "^10.2.1",
"react-image-lightbox": "^5.1.1",
"react-material-ui-form-validator": "^2.0.10",
"react-mde": "^8.2.0",
"react-papaparse": "~2.0.2",
"react-parallax": "^3.0.3",
"react-responsive-carousel": "^3.1.51",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^1.2.2",
"react-scripts": "^3.4.0",
"react-social-icons": "^4.1.0",
"recompose": "^0.30.0",
"typescript": "^3.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"import": "node database/import-all.js",
"export": "node database/export-all.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "https://gitlab.ecs.baylor.edu/aars/20200143c9-pariveda03"
},
"devDependencies": {}
}