-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.42 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
{
"name": "otp-portal",
"version": "1.0.3",
"description": "Open Timber Portal description",
"author": "Vizzuality",
"license": "ISC",
"main": "index.js",
"dependencies": {
"@sentry/nextjs": "^8.38.0",
"@turf/bbox": "^6.5.0",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"deck.gl": "7.3.6",
"dotenv": "^16.4.5",
"dropcss": "^1.0.16",
"foundation-sites": "^6.8.1",
"fuse.js": "^7.0.0",
"html-react-parser": "^5.1.10",
"iron-session": "^8.0.3",
"jsona": "^1.12.1",
"layer-manager": "3.0.11",
"lodash": "4.17.21",
"luma.gl": "7.3.2",
"mapbox-gl": "^1.8.1",
"moveto": "^1.8.1",
"next": "14",
"next-http-proxy-middleware": "^1.2.6",
"next-redux-wrapper": "8",
"normalize.css": "^8.0.1",
"prop-types": "^15.8.1",
"rc-tooltip": "6.2.0",
"react": "18",
"react-datepicker": "^4.11.0",
"react-dom": "18",
"react-dropzone": "^14.2.3",
"react-fast-compare": "^3.2.2",
"react-geosuggest": "^2.7.0",
"react-intl": "^6.8.4",
"react-map-gl": "^7.1.8",
"react-redux": "^7",
"react-redux-toastr": "^7.6.4",
"react-select": "^5.8.0",
"react-table": "^6.2.0",
"react-truncate": "^2.4.0",
"recharts": "^2.12.7",
"redux": "^4",
"redux-thunk": "^2.1.0",
"reselect": "^4.1.8",
"slugify": "^1.4.0",
"spin-delay": "^2.0.1",
"ua-parser-js": "^2.0.0",
"viewport-mercator-project": "6.1.1",
"vizzuality-components": "^3.0.3"
},
"devDependencies": {
"@formatjs/cli": "^6.3.5",
"@next/bundle-analyzer": "14",
"autoprefixer": "^10.4.19",
"compression-webpack-plugin": "^11.1.0",
"eslint": "^8",
"eslint-config-next": "14",
"eslint-config-prettier": "^8.4.0",
"postcss-easy-import": "^4.0.0",
"sass": "^1.54.4"
},
"scripts": {
"dev": "NODE_ENV=development PORT=4000 next dev",
"dev:debug": "NODE_ENV=development NODE_OPTIONS='--inspect' next dev",
"prebuild": "yarn lang-compile",
"build": "next build",
"start": "NODE_ENV=${NODE_ENV:-production} PORT=${PORT:-4000} next start",
"prod": "yarn build && yarn start",
"lint": "next lint",
"transifex:push": "env $(grep ^TX_TOKEN -m 1 .env | xargs) tx push -s",
"transifex:pull": "env $(grep ^TX_TOKEN -m 1 .env | xargs) tx pull -a -f && node transifex/format-locales.js",
"lang-compile": "script/lang-compile"
},
"prettier": {
"singleQuote": true
}
}