-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
110 lines (110 loc) · 3.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "half-earth-v3",
"version": "7.5.0",
"private": true,
"type": "module",
"dependencies": {
"@arcgis/core": "4.30.0",
"@esri/arcgis-rest-feature-layer": "^3.4.3",
"@esri/arcgis-rest-request": "^3.4.3",
"@loadable/component": "^5.10.1",
"@tanstack/react-query": "^4.1.0",
"@tippyjs/react": "^4.2.5",
"@transifex/native": "^4.1.0",
"@transifex/react": "^4.1.0",
"@vitejs/plugin-react": "^4.3.1",
"assert": "^2.0.0",
"classnames": "^2.2.6",
"contentful": "^7.6.0",
"cross-var": "^1.1.0",
"d3": "^5.16.0",
"d3-format": "^3.1.0",
"d3-shape": "^1.3.5",
"dotenv": "^16.0.3",
"dotenv-cli": "^5.1.0",
"framer-motion": "6.5.1",
"he-components": "github:vizzuality/half-earth-components#0.2.1",
"localforage": "^1.10.0",
"lodash": "4.17.21",
"prop-types": "^15.7.2",
"qs": "^6.7.0",
"rc-slider": "^9.7.2",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.0",
"react-markdown": "^8.0.6",
"react-player": "^2.9.0",
"react-popper": "^2.2.5",
"react-redux": "^6.0.1",
"react-responsive": "^8.0.1",
"react-select": "^5.4.0",
"react-smooth": "4.0.1",
"react-tooltip": "^3.10.0",
"react-virtuoso": "^0.20.0",
"recharts": "2.12.7",
"redux": "^4.0.1",
"redux-first-router": "0.0.9-rudy",
"redux-thunk": "^2.3.0",
"redux-tools": "github:vizzuality/redux-tools#3.4.1",
"reselect": "^4.0.0",
"sha1": "^1.1.1",
"vite": "^5.3.1",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"workbox-build": "^4.3.1"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && npm run build-service-worker && npm run transifex:push",
"start": "vite preview",
"clean-sw": "rm -f build/precache-manifest.*.js && rm -f build/service-worker.js",
"build-service-worker": "node ./src/service-worker-build.cjs",
"cypress:open": "cypress open",
"docs:serve": "bundle exec jekyll serve",
"transifex:push": "dotenv cross-var ./node_modules/.bin/txjs-cli push src/ --token=%VITE_APP_TRANSIFEX_TOKEN% --secret=%VITE_APP_TRANSIFEX_SECRET%",
"transifex:purge": "dotenv cross-var npx txjs-cli push src/ --purge --token=%VITE_APP_TRANSIFEX_TOKEN% --secret=%VITE_APP_TRANSIFEX_SECRET%",
"transifex:refresh": "dotenv cross-var ./node_modules/.bin/txjs-cli invalidate --token=%VITE_APP_TRANSIFEX_TOKEN% --secret=%VITE_APP_TRANSIFEX_SECRET%",
"lint": "eslint '*/**/*.{js,jsx}' --quiet --fix"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@transifex/cli": "^4.1.0",
"@types/d3": "^5.16.0",
"@types/jest": "^29.2.4",
"@types/loadable__component": "^5.13.4",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.15",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-redux": "^7.1.25",
"@types/redux-first-router": "^2.1.8",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"cypress": "^6.3.0",
"eslint": "^8.26.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.3.0",
"html-react-parser": "^5.1.9",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"process": "^0.11.10",
"sass": "^1.77.6",
"typescript": "^4.9.4"
},
"node": {
"process": false
}
}