-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.65 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
{
"name": "@aslamhus/fileselect",
"version": "2.3.2",
"description": "Select and read a file for preview/upload",
"main": "./build/FileSelect.cjs",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"build": "bin/build.sh",
"build-yalc": "bin/build.sh && yalc publish --push",
"build-about": "webpack --config ./src/build/webpack.about.prod.js",
"start": "webpack serve --config ./src/build/webpack.dev.js"
},
"repository": {
"type": "git",
"url": "https://github.com/aslamhus/fileselect.git"
},
"keywords": [
"file",
"select"
],
"author": "Aslam Husain",
"license": "MIT",
"bugs": {
"url": "https://github.com/aslamhus/fileselect.gi/issues"
},
"homepage": "https://github.com/aslamhus/fileselect.gi#readme",
"dependencies": {
"@aslamhus/fileicon": "^2.0.0",
"@aslamhus/fileselect": "^2.3.0",
"core-js": "^3.14.0",
"heic2any": "^0.0.3",
"pdfjs-dist": "~2.6.347",
"regenerator-runtime": "^0.13.7",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-classes": "^7.14.5",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/plugin-transform-modules-umd": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-node-resolve": "^13.0.2",
"assert": "^2.0.0",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-bare-import-rewrite": "^2.0.0",
"babel-preset-minify": "^0.5.1",
"canvas": "^2.8.0",
"chai": "^4.3.4",
"css-loader": "^6.2.0",
"eslint": "^7.31.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-node": "^2.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.26.0",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"jsdom": "^16.6.0",
"mocha": "^9.0.0",
"prettier": "^2.3.2",
"regenerator-runtime": "^0.13.7",
"rollup-plugin-web-worker-loader": "^1.6.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.1.4",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.8.0"
}
}