-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.78 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 4.78 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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "world-imagery-wayback",
"version": "1.0.0",
"title": "World Imagery Wayback",
"description": "Wayback imagery is a digital archive of the World Imagery basemap, enabling users to access different versions of World Imagery captured over the years. Each record in the archive represents World Imagery as it existed on the date new imagery was published. Wayback currently supports all updated versions of World Imagery dating back to February 20, 2014.",
"main": "index.js",
"scripts": {
"test": "jest --passWithNoTests",
"e2e": "npx playwright test --config e2e-tests/playwright.config.ts",
"e2e:headed": "npx playwright test --config e2e-tests/playwright.config.ts --headed --workers=1",
"start": "webpack-dev-server --mode development --open --env envFileName=.env",
"start:dev": "webpack-dev-server --mode development --open --env envFileName=.env.development",
"start:prod": "webpack-dev-server --mode development --open --env envFileName=.env.production",
"build": "webpack --mode production --env envFileName=.env",
"build:dev": "webpack --mode production --env envFileName=.env.development",
"build:prod": "webpack --mode production --env envFileName=.env.production",
"lint": "eslint src --cache --fix",
"format": "prettier --write \"**/*.{ts,tsx,json,js,md,css}\"",
"prepare": "husky install"
},
"lint-staged": {
"src/**/*.{ts,tsx,json}": [
"prettier --write",
"eslint src --fix",
"jest --bail --findRelatedTests --passWithNoTests"
],
"e2e-tests/**/*.{ts,tsx,json}": [
"prettier --write"
],
"public/**/*.{json,html}": [
"prettier --write"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wayback/wayback.git"
},
"keywords": [
"Wayback",
"World Imagery",
"Living Atlas of the World",
"ESRI"
],
"author": "ArcGIS Living Atlas of the World",
"license": "ISC",
"bugs": {
"url": "https://github.com/esri/wayback/issues"
},
"homepage": "https://livingatlas.arcgis.com/wayback/",
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/runtime": "^7.28.2",
"@eslint/js": "^9.39.2",
"@playwright/test": "^1.57.0",
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.2",
"@types/node": "^22.14.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/react-helmet": "^6.1.0",
"@types/react-redux": "^7.1.34",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^8.0.0",
"dotenv": "^16.4.5",
"eslint": "^9.39.2",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"globals": "^17.2.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^17.0.8",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.24",
"postcss-loader": "^7.3.2",
"postcss-preset-env": "8.4",
"prettier": "^3.6.2",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"tailwindcss": "^3.3.2",
"terser-webpack-plugin": "^5.3.14",
"typescript": "^5.9.3",
"webpack": "^5.101.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
},
"dependencies": {
"@arcgis/core": "^5.1.8",
"@arcgis/map-components": "^5.1.8",
"@esri/arcgis-rest-portal": "^4.10.1",
"@esri/calcite-components": "^5.1.1",
"@esri/wayback-core": "^1.1.0",
"@reduxjs/toolkit": "^2.6.1",
"@vannizhang/images-to-video-converter-client": "^1.1.14",
"axios": "^1.6.2",
"classnames": "^2.5.1",
"d3": "^7.8.5",
"date-fns": "^4.1.0",
"helper-toolkit-ts": "^1.1.14",
"i18next": "^25.0.0",
"i18next-http-backend": "^3.0.2",
"nanoid": "^5.0.9",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.4.1",
"react-redux": "^9.2.0",
"redux": "^5.0.1"
},
"overrides": {
"uuid": "^11.1.1"
}
}