forked from OpusCapita/filemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "@opuscapita/react-filemanager-connector-google-drive-v2",
"version": "1.1.5",
"description": "@opuscapita/filemanager connector for Google Drive API v2",
"main": "lib/index.js",
"scripts": {
"lint": "eslint src",
"lint-fix": "eslint src --fix",
"start": "babel --watch --copy-files src --out-dir lib",
"build": "rimraf lib && babel --copy-files src --out-dir lib",
"prepublish": "npm run build"
},
"license": "Apache-2.0",
"repository": "OpusCapita/react-filemanager",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"lib",
"README.md"
],
"dependencies": {
"fecha": "2.3.1",
"file-saver": "1.3.3",
"filesize": "3.5.11",
"jszip": "3.1.5",
"nanoid": "1.0.0",
"range-parser": "1.2.0",
"sanitize-filename": "1.6.1",
"superagent": "3.8.3"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.3",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-es2017": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"eslint": "4.17.0",
"eslint-config-opuscapita": "2.0.1",
"eslint-plugin-react": "7.7.0",
"rimraf": "2.6.1"
}
}