2017-05-22 23:01:14 +00:00
|
|
|
{
|
|
|
|
"name": "zotero",
|
|
|
|
"private": "private",
|
|
|
|
"version": "5.0.0",
|
|
|
|
"description": "Zotero",
|
|
|
|
"main": "",
|
|
|
|
"scripts": {
|
|
|
|
"start": "./node_modules/.bin/gulp",
|
2017-06-02 13:18:26 +00:00
|
|
|
"build": "./node_modules/.bin/gulp build-clean",
|
2017-05-22 23:01:14 +00:00
|
|
|
"sass": "./node_modules/.bin/gulp sass",
|
|
|
|
"clean": "./node_modules/.bin/gulp clean"
|
|
|
|
},
|
|
|
|
"license": "",
|
|
|
|
"dependencies": {
|
2017-05-31 15:28:47 +00:00
|
|
|
"bluebird": "3.4.7",
|
2017-05-22 23:01:14 +00:00
|
|
|
"react": "^15.3.2",
|
2017-06-02 13:18:26 +00:00
|
|
|
"react-dom": "^15.3.2",
|
|
|
|
"zotero-web-library": "next"
|
2017-05-22 23:01:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-core": "^6.24.1",
|
|
|
|
"babel-plugin-syntax-async-generators": "^6.13.0",
|
|
|
|
"babel-plugin-syntax-class-properties": "^6.13.0",
|
|
|
|
"babel-plugin-syntax-decorators": "^6.13.0",
|
|
|
|
"babel-plugin-syntax-do-expressions": "^6.13.0",
|
|
|
|
"babel-plugin-syntax-export-extensions": "^6.13.0",
|
|
|
|
"babel-plugin-syntax-flow": "^6.13.0",
|
|
|
|
"babel-plugin-syntax-jsx": "^6.13.0",
|
|
|
|
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
|
|
|
|
"babel-plugin-transform-async-to-module-method": "^6.16.0",
|
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
|
|
|
|
"babel-preset-react": "^6.16.0",
|
2017-05-31 15:28:47 +00:00
|
|
|
"browserify": "^14.3.0",
|
2017-05-24 05:01:22 +00:00
|
|
|
"chai": "^3.5.0",
|
|
|
|
"chai-as-promised": "^6.0.0",
|
2017-05-31 15:30:56 +00:00
|
|
|
"co-mocha": "^1.2.0",
|
2017-05-22 23:01:14 +00:00
|
|
|
"del": "^2.2.2",
|
|
|
|
"glob": "^7.1.2",
|
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-babel": "^6.1.2",
|
2017-05-31 15:28:47 +00:00
|
|
|
"gulp-rename": "^1.2.2",
|
2017-05-22 23:01:14 +00:00
|
|
|
"gulp-sass": "^3.1.0",
|
2017-05-31 15:28:47 +00:00
|
|
|
"gulp-tap": "^1.0.1",
|
2017-05-22 23:01:14 +00:00
|
|
|
"gulp-util": "^3.0.7",
|
2017-05-31 15:28:47 +00:00
|
|
|
"merge-stream": "^1.0.1",
|
|
|
|
"mocha": "^3.4.2",
|
|
|
|
"sinon": "^2.3.1",
|
2017-05-22 23:01:14 +00:00
|
|
|
"through2": "^2.0.1",
|
|
|
|
"tiny-worker": "^2.1.1",
|
|
|
|
"vinyl-fs": "^2.4.4",
|
|
|
|
"watchify": "^3.7.0"
|
|
|
|
}
|
|
|
|
}
|