-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
95 lines (95 loc) · 2.55 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
93
94
95
{
"name": "anahita-react",
"description": "Front-end React application for Anahita",
"version": "0.1.0",
"private": true,
"main": "index.js",
"keywords": [
"socialnetwork",
"knowledge network",
"knowledge system",
"knowledge sharing",
"graph architecture",
"open science",
"open data",
"learning management",
"lms"
],
"bugs": "https://github.com/anahitasocial/anahita-react/issues",
"license": "MIT",
"devDependencies": {
"eslint-config-airbnb": "^18.2.1",
"react-scripts": "^5.0.1"
},
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.11.2",
"@react-google-maps/api": "^1.13.0",
"add": "^2.0.6",
"axios": "^0.21.2",
"classnames": "^2.2.6",
"clsx": "^1.0.4",
"country-list": "^2.1.1",
"file-saver": "^2.0.5",
"i18next": "^17.0.6",
"i18next-browser-languagedetector": "^3.0.1",
"inflected": "^2.0.4",
"inflection": "^1.12.0",
"javascript-time-ago": "^2.0.1",
"lodash": "^4.17.15",
"moment": "^2.29.1",
"normalizr": "^3.4.0",
"prop-types": "^15.7.2",
"qs": "^6.9.4",
"query-string": "^6.12.1",
"react": "^16.10.2",
"react-country-region-selector": "^3.0.1",
"react-dom": "^16.10.2",
"react-dropzone": "^11.2.4",
"react-ga": "^3.3.0",
"react-geolocated": "^3.0.1",
"react-helmet-async": "^1.2.2",
"react-i18next": "^10.11.4",
"react-image": "^2.1.1",
"react-infinite-scroll-component": "^6.1.0",
"react-jss": "^10.0.0",
"react-markdown": "^6.0.3",
"react-masonry-css": "^1.0.14",
"react-player": "^1.11.1",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-smooth-dnd": "^0.11.1",
"react-truncate": "^2.4.0",
"react-tsparticles": "^2.2.3",
"react-visibility-sensor": "^5.1.1",
"redux": "^4.0.4",
"redux-devtools": "^3.5.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"remark-gfm": "^1.0.0",
"slugify": "^1.5.0",
"striptags": "^3.2.0",
"tsparticles": "^2.3.2",
"tsparticles-preset-links": "^2.3.2",
"uuid": "^8.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}