-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.21 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.21 KB
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
{
"name": "forest-atlas-landscape-cms",
"version": "1.0.0",
"description": "[](https://travis-ci.org/Vizzuality/forest-atlas-landscape-cms)",
"main": "index.js",
"engines": {
"node": "8.11.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vizzuality/forest-atlas-landscape-cms.git"
},
"author": "Vizzuality <hello@vizzuality.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vizzuality/forest-atlas-landscape-cms/issues"
},
"homepage": "https://github.com/Vizzuality/forest-atlas-landscape-cms#readme",
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-vizzuality": "1.3.0",
"eslint-import-resolver-babel-module": "^5.0.0-beta.1",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.11.0",
"eslint-plugin-react-hooks": "^1.6.0",
"webpack-dev-server": "2.11.2"
},
"dependencies": {
"@babel/core": "^7.1.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@rails/webpacker": "^4.0.7",
"@widget-editor/rw-adapter": "^2.3.2",
"@widget-editor/widget-editor": "^2.3.2",
"babel-core": "7.0.0-bridge.0",
"babel-plugin-module-resolver": "^3.2.0",
"bcrypt": "^3.0.6",
"canvas": "^2.5.0",
"classnames": "^2.2.5",
"date-fns": "^1.30.1",
"fuse.js": "^3.2.0",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"query-string": "^6.0.0",
"rc-slider": "^8.6.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-flatpickr": "^3.6.4",
"react-quill": "1.3.0",
"react-redux": "^5.0.7",
"react-select": "^1.2.1",
"react-slick": "^0.23.2",
"react_ujs": "^2.5.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.1",
"vizz-wysiwyg": "^2.1.2",
"vizzuality-components": "^3.0.3",
"wri-json-api-serializer": "^1.0.1"
}
}