-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "colectiva-web",
"version": "1.9.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DemocraciaEnRed/colectiva-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DemocraciaEnRed/colectiva-web/issues"
},
"homepage": "https://github.com/DemocraciaEnRed/colectiva-web#readme",
"dependencies": {
"@react-hook/media-query": "^1.1.1",
"dotenv": "^6.2.0",
"get-selection-range": "^0.1.0",
"immutable": "^3.8.2",
"isomorphic-unfetch": "^2.1.1",
"jimp": "^0.5.6",
"jump.js": "^1.0.2",
"keycloak-js": "6.0.1",
"next": "^6.1.2",
"react": "^16.8.6",
"react-datepicker": "^2.7.0",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^3.0.2",
"react-dom": "^16.8.6",
"react-file-base64": "^1.0.3",
"react-icons-kit": "^1.3.1",
"react-masonry-component": "^6.2.1",
"react-onclickoutside": "^6.8.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-select": "^3.1.0",
"slate": "0.43.0",
"slate-react": "0.20.1",
"styled-components": "^3.4.10",
"video.js": "^7.6.5"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-democracyos": "^2.0.2"
}
}