-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.67 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
{
"name": "altolith-deploy-r2",
"version": "1.0.0",
"description": "Cloudflare R2 storage providers for Altolith Deploy",
"main": "index.js",
"scripts": {
"build": "MINIFY=true wp-scripts build",
"build:dev": "MINIFY=false wp-scripts build",
"start": "wp-scripts start",
"lint:js": "wp-scripts lint-js '**/*.js'",
"lint:js:fix": "wp-scripts lint-js '**/*.js' --fix",
"test:js": "node --max-old-space-size=4096 node_modules/.bin/jest",
"test:js:watch": "node --max-old-space-size=4096 node_modules/.bin/jest --watch",
"test:js:coverage": "node --max-old-space-size=4096 node_modules/.bin/jest --coverage"
},
"keywords": [
"wordpress",
"cloudflare",
"r2",
"storage",
"deployment"
],
"author": "Aristeidis Stathopoulos <aristath@gmail.com>",
"license": "GPL-3.0-or-later",
"dependencies": {
"@altolith/base": "file:../altolith-deploy",
"@wordpress/api-fetch": "^6.0.0",
"@wordpress/components": "^28.0.0",
"@wordpress/element": "^6.0.0",
"@wordpress/hooks": "^4.0.0",
"@wordpress/i18n": "^5.0.0",
"@wordpress/icons": "^10.0.0",
"idb": "^8.0.3",
"p-retry": "^7.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.6",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.3.1",
"@wordpress/scripts": "^28.0.0",
"babel-jest": "^29.7.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.13.10",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}