-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.27 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
{
"name": "infinite-uploads",
"version": "1.0.0",
"description": "Store uploads in the cloud with unlimited storage",
"main": "build/index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@uppy/core": "^2.3.2",
"@uppy/react": "^2.2.2",
"@uppy/tus": "^2.4.1",
"@wordpress/icons": "^9.14.0",
"bootstrap": "^5.2.3",
"chart.js": "^2.9.4",
"react-bootstrap": "^2.7.0",
"react-color": "^2.19.3"
},
"devDependencies": {
"@wordpress/scripts": "^28.2.0",
"gulp": "^4.0.2",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.0.2"
},
"scripts": {
"test": "phpunit",
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uglyrobot/infinite-uploads.git"
},
"keywords": [
"s3",
"storage",
"wordpress",
"plugin",
"cloud"
],
"author": "UglyRobot, LLC",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/uglyrobot/infinite-uploads/issues"
},
"homepage": "https://infiniteuploads.com"
}