mirror of
https://github.com/ascribe/onion.git
synced 2024-12-31 17:17:48 +01:00
finish including react-s3-fineuploader as a git submodule
This commit is contained in:
parent
4b7ce61d6d
commit
82ceba614e
20
package.json
20
package.json
@ -12,12 +12,32 @@
|
|||||||
"build": "gulp build --production",
|
"build": "gulp build --production",
|
||||||
"start": "node server.js"
|
"start": "node server.js"
|
||||||
},
|
},
|
||||||
|
"browser": {
|
||||||
|
"fineUploader": "./node_modules/react-s3-fineuploader/vendor/s3.fine-uploader.js",
|
||||||
|
"ReactS3FineUploader": "./node_modules/react-s3-fineuploader/react_s3_fineuploader.js"
|
||||||
|
},
|
||||||
|
"browserify-shim": {
|
||||||
|
"fineUploader": "qq"
|
||||||
|
},
|
||||||
|
"browserify": {
|
||||||
|
"transform": [
|
||||||
|
[
|
||||||
|
"babelify",
|
||||||
|
{
|
||||||
|
"compact": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"reactify",
|
||||||
|
"browserify-shim"
|
||||||
|
]
|
||||||
|
},
|
||||||
"author": "Ascribe",
|
"author": "Ascribe",
|
||||||
"license": "Copyright",
|
"license": "Copyright",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-eslint": "^3.1.11",
|
"babel-eslint": "^3.1.11",
|
||||||
"babel-jest": "^5.2.0",
|
"babel-jest": "^5.2.0",
|
||||||
|
"browserify-shim": "^3.8.9",
|
||||||
"jest-cli": "^0.4.0"
|
"jest-cli": "^0.4.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user