-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
123 lines (123 loc) · 4.73 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
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "earthdata-download",
"version": "1.0.1",
"description": "Earthdata Download is a cross-platform download manager designed to improve how users download Earth Science data. It accepts lists of files from applications like Earthdata Search (https://search.earthdata.nasa.gov/) and enables clients to offer users a streamlined experience when downloading files from their browser.",
"repository": "nasa/earthdata-download",
"homepage": "https://github.com/nasa/earthdata-download#readme",
"author": {
"name": "Earthdata Search",
"email": "[email protected]"
},
"license": "Apache-2.0",
"main": "dist-electron/main.js",
"scripts": {
"build": "vite build",
"dist": "electron-builder -mwlc",
"dist:linux": "electron-builder -lc",
"dist:mac": "electron-builder -mc",
"dist:win": "electron-builder -wc",
"docs": "./node_modules/.bin/jsdoc -p -c ./.jsdoc.conf.json",
"icons:alt": "electron-icon-builder --flatten --input=./src/icons/[email protected] --output=./build/alt",
"icons:default": "electron-icon-builder --flatten --input=./src/icons/[email protected] --output=./build/default",
"icons:generate": "npm run icons:default && npm run icons:alt",
"lint": "eslint . --ext .jsx,.js,.ts",
"lint:css": "npx stylelint './src/**/*.(sc|c)ss'",
"pack": "electron-builder --dir",
"postinstall": "electron-builder install-app-deps",
"prebuild": "rm -rf dist-electron/ dist/",
"predist": "npm run build",
"predist:linux": "npm run build",
"predist:mac": "npm run build",
"predist:win": "npm run build",
"prestart": "rm -rf dist-electron/ dist/",
"preview": "vite preview",
"start": "vite",
"test": "TZ='America/New_York' jest",
"test:bamboo": "TZ='America/New_York' jest --ci --reporters=default --reporters=jest-junit",
"test:watch": "TZ='America/New_York' jest --watchAll",
"test:watch-lite": "TZ='America/New_York' jest --watchAll --collectCoverageFrom='' --coverage=true",
"download-report": "node scripts/download_report.js"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@radix-ui/react-visually-hidden": "^1.0.3",
"abort-controller": "^3.0.0",
"ajv": "^8.12.0",
"array-foreach-async": "^1.0.1",
"better-sqlite3": "^11.1.2",
"bytes": "^3.1.2",
"classnames": "^2.3.2",
"electron-log": "^5.1.6",
"electron-updater": "^6.2.1",
"humanize-duration": "^3.28.0",
"inter-ui": "^3.19.3",
"knex": "^2.4.2",
"lodash": "^4.17.21",
"node-abi": "^3.65.0",
"node-fetch": "^3.3.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-middle-ellipsis": "^1.2.2",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@edsc/eslint-config": "^0.0.3",
"@electron/notarize": "^2.3.2",
"@istanbuljs/nyc-config-babel": "^3.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^3.1.0",
"babel-jest": "^29.5.0",
"babel-plugin-istanbul": "^6.1.1",
"docdash": "^2.0.1",
"electron": "^31.2.1",
"electron-builder": "^24.13.3",
"electron-icon-builder": "^2.0.1",
"eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.0",
"jest": "^29.5.0",
"jest-css-modules-transform": "^4.4.2",
"jest-environment-jsdom": "^29.5.0",
"jest-junit": "^16.0.0",
"jsdoc": "^4.0.2",
"mock-knex": "^0.4.12",
"mockdate": "^3.0.5",
"nyc": "^15.1.0",
"postcss-scss": "^4.0.6",
"sass": "^1.62.1",
"start-server-and-test": "^2.0.0",
"stylelint": "^15.6.1",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"undici": "^5.22.1",
"unplugin-fonts": "^1.0.3",
"vite": "^4.2.0",
"vite-plugin-electron": "^0.11.2",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-require": "^1.1.10"
}
}