-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
90 lines (90 loc) · 2.68 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
{
"name": "soils-revealed",
"version": "1.0.0",
"description": "Platform for direct visualization, analysis and reporting of soil organic carbon predictions and changes over time.",
"main": "index.js",
"repository": "git@github.com:Vizzuality/soils-revealed.git",
"author": "Vizzuality <hello@vizzuality.com>",
"license": "MIT",
"engines": {
"node": "~14.21"
},
"scripts": {
"dev": "node index.js",
"build": "next build",
"start": "NODE_ENV=production node index.js",
"test": "jest",
"analyze": "ANALYZE=true next build"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@next/bundle-analyzer": "^10.0.2",
"babel-eslint": "^10.0.3",
"babel-plugin-module-resolver": "^4.0.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.4.0",
"jest": "^25.1.0",
"moment-locales-webpack-plugin": "^1.2.0",
"prettier": "1.19.1"
},
"dependencies": {
"@floating-ui/react": "^0.24.3",
"@google/earthengine": "^0.1.239",
"@reduxjs/toolkit": "^1.3.5",
"@seznam/compose-react-refs": "^1.0.4",
"@tippy.js/react": "^3.1.1",
"@turf/area": "^6.0.1",
"@turf/bbox": "^6.0.1",
"@use-cookie-consent/react": "^0.3.7",
"@zeit/next-sass": "^1.0.1",
"airtable": "^0.11.1",
"aws-sdk": "^2.808.0",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"classnames": "^2.2.6",
"dayjs": "^1.9.6",
"deck.gl": "7.3.6",
"express": "^4.17.1",
"joi": "^17.1.1",
"layer-manager": "^3.0.7",
"lodash": "^4.17.19",
"luma.gl": "7.3.2",
"next": "^10.0.2",
"next-redux-wrapper": "^5.0.0",
"next-routes": "^1.4.2",
"node-sass": "^4.14.0",
"pino": "^8.14.1",
"pino-http": "^8.3.3",
"pino-pretty": "^10.0.1",
"react": "16.12.0",
"react-accessible-accordion": "^3.0.1",
"react-dom": "16.12.0",
"react-joyride": "^2.2.1",
"react-map-gl": "^5.2.3",
"react-map-gl-draw": "^0.20.0",
"react-markdown": "^4.3.1",
"react-modal": "^3.11.2",
"react-redux": "^7.2.0",
"react-scroll-parallax": "^2.3.4",
"react-select": "^3.1.0",
"react-string-replace": "^0.4.4",
"react-tabs": "^3.1.0",
"react-use": "^17.4.0",
"recharts": "^1.8.5",
"slugify": "^1.4.4",
"swr": "^0.2.3",
"viewport-mercator-project": "6.1.1",
"vizzuality-components": "^3.0.1"
},
"resolutions": {
"@turf/difference": "6.0.1"
}
}