-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
144 lines (144 loc) · 4.31 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "filestack-js",
"version": "3.34.4",
"description": "Official JavaScript library for Filestack",
"main": "build/main/index.js",
"module": "build/module/index.js",
"browser": "build/browser/filestack.esm.js",
"typings": "build/main/index.d.ts",
"unpkg": "build/browser/filestack.min.js",
"repository": "https://github.com/filestack/filestack-js",
"author": "Filestack <filestack.com>",
"license": "MIT",
"files": [
"src",
"build"
],
"scripts": {
"build": "npx gulp build:typescript && npm run webpack && npm run build:check",
"build:main": "npx gulp typescript:main",
"build:module": "npx gulp typescript:module",
"build:check": "node scripts/check.js",
"webpack": "npx gulp build:webpack",
"webpack:profile": "npx webpack --profile --json > .stats.json",
"webpack:analyze": "npm run webpack:profile && npx webpack-bundle-analyzer .stats.json build/browser/",
"lint": "eslint --config .eslintrc.js ./src/**/*.ts",
"test": "npm run lint && npm run build && npx jest",
"test:watch": "npm t -- --watch",
"test:codecov": "npx codecov",
"docs": "trash build/docs && typedoc src",
"docs:publish": "npm run docs && gh-pages -d build/docs",
"release": "standard-version",
"prepare": "npm run build",
"publish:s3:beta": "npm run build && node scripts/publish.js --beta",
"publish:s3:stage": "npm run build && node scripts/publish.js --stage",
"publish:s3": "node scripts/publish.js --current --latest",
"cache:clean": "node scripts/cache.js --current --latest",
"cache:clean:beta": "node scripts/cache.js --beta",
"examples": "npm run build && node ./examples/examples.js"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"@babel/runtime": "^7.8.4",
"@filestack/loader": "^1.0.9",
"@sentry/minimal": "^6.19.7",
"abab": "^2.0.6",
"debug": "^4.3.4",
"eventemitter3": "^5.0.0",
"fast-xml-parser": "^4.4.1",
"file-type": "^16.5.4",
"follow-redirects": "^1.15.2",
"isutf8": "^4.0.0",
"jsonschema": "^1.4.1",
"lodash.clonedeep": "^4.5.0",
"p-queue": "^6.6.2",
"spark-md5": "^3.0.2",
"ts-node": "^8.10.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.23.7",
"@inrupt/jest-jsdom-polyfills": "^1.6.0",
"@purtuga/esm-webpack-plugin": "^1.2.1",
"@types/jest": "^29.4.0",
"@types/mime": "^3.0.1",
"@types/node": "^18.15.0",
"@types/spark-md5": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"aws-sdk": "^2.1333.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"codecov": "^3.8.3",
"compression-webpack-plugin": "^3.1.0",
"del": "^6.1.1",
"dotenv": "^16.0.3",
"envify": "^4.1.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.0.1",
"gh-pages": "^5.0.0",
"git-state": "^4.1.0",
"glob": "^8.1.0",
"gulp": "^4.0.2",
"gulp-gzip": "^1.4.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^5.0.1",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.5.0",
"jest-localstorage-mock": "^2.4.26",
"jest-mock": "^29.4.3",
"js-yaml": "^4.1.0",
"jsdom": "^21.1.0",
"lodash.merge": "^4.6.2",
"nock": "^13.3.0",
"opn-cli": "^5.0.0",
"prettier": "^2.8.4",
"request": "^2.88.2",
"standard-version": "^9.5.0",
"trash-cli": "^5.0.0",
"tslib": "^2.5.0",
"typedoc": "^0.23.25",
"typescript": "^4.9.5",
"validate-commit-msg": "^2.14.0",
"webpack": "^4.41.5",
"webpack-assets-manifest": "^3.1.1",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.10",
"webpack-node-externals": "^1.7.2",
"webpack-stream": "^5.2.1",
"webpack-subresource-integrity": "^1.4.0"
},
"keywords": [
"filestack",
"filepicker",
"upload",
"files",
"multipart",
"S3",
"transform",
"cropper",
"document viewer",
"images",
"image processing",
"file management",
"universal",
"isomorphic"
],
"nyc": {
"exclude": [
"**/*.spec*",
"test/**"
],
"reporter": [
"lcov",
"text-summary"
]
}
}