package.json (1629B)
1 { 2 "name": "zotero", 3 "private": "private", 4 "version": "5.0.0", 5 "description": "Zotero", 6 "main": "", 7 "scripts": { 8 "start": "node ./scripts/build.js && node ./scripts/watch.js", 9 "build": "node ./scripts/build.js", 10 "sass": "node ./scripts/sass.js", 11 "js": "node ./scripts/js.js", 12 "clean": "node ./scripts/clean.js", 13 "clean-build": "node ./scripts/clean.js && node ./scripts/build.js", 14 "clean-start": "node ./scripts/clean.js && node ./scripts/build.js && node ./scripts/watch.js" 15 }, 16 "license": "", 17 "dependencies": { 18 "bluebird": "^3.5.1", 19 "react": "^15.6.2", 20 "react-dom": "^15.6.2", 21 "zotero-web-library": "^0.9.4-alpha" 22 }, 23 "devDependencies": { 24 "babel-core": "^6.26.0", 25 "babel-plugin-syntax-async-generators": "^6.13.0", 26 "babel-plugin-syntax-class-properties": "^6.13.0", 27 "babel-plugin-syntax-decorators": "^6.13.0", 28 "babel-plugin-syntax-do-expressions": "^6.13.0", 29 "babel-plugin-syntax-export-extensions": "^6.13.0", 30 "babel-plugin-syntax-flow": "^6.13.0", 31 "babel-plugin-syntax-jsx": "^6.13.0", 32 "babel-plugin-syntax-object-rest-spread": "^6.13.0", 33 "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", 34 "babel-preset-react": "^6.16.0", 35 "browserify": "^14.5.0", 36 "chai": "^4.1.2", 37 "chai-as-promised": "^7.1.1", 38 "chokidar": "^1.7.0", 39 "co-mocha": "^1.2.1", 40 "colors": "^1.1.2", 41 "eslint-plugin-react": "^7.5.1", 42 "fs-extra": "^3.0.1", 43 "globby": "^6.1.0", 44 "mocha": "^3.5.3", 45 "multimatch": "^2.1.0", 46 "node-sass": "^4.9.0", 47 "sinon": "^4.5.0", 48 "universalify": "^0.1.1" 49 } 50 }