{ "name": "www", "version": "1.0.0", "description": "Standalone WWW client for Scratch", "scripts": { "start": "make start", "stop": "make stop", "test": "make test", "smoke": "tap ./test/integration/smoke-testing/*.js --timeout=3600", "smoke-verbose": "tap ./test/integration/smoke-testing/*.js --timeout=3600 -R spec", "smoke-sauce": "SMOKE_REMOTE=true tap ./test/integration/smoke-testing/*.js --timeout=60000", "watch": "make watch", "build": "make build", "dev": "make watch && make start &" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/llk/scratch-www.git" }, "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/llk/scratch-www/issues" }, "homepage": "https://github.com/llk/scratch-www#readme", "dependencies": { "@sentry/browser": "4.5.3", "bunyan": "1.8.12", "clipboard-copy": "2.0.1", "compression": "1.7.3", "express": "4.16.4", "express-http-proxy": "1.5.1", "lodash.defaults": "4.2.0", "newrelic": "5.2.1", "react-helmet": "5.2.0", "scratch-docker": "^1.0.2", "scratch-parser": "^4.2.0", "scratch-storage": "^1.2.2" }, "devDependencies": { "ajv": "6.8.1", "async": "2.6.1", "autoprefixer": "9.4.7", "babel-cli": "6.26.0", "babel-core": "6.26.3", "babel-eslint": "10.0.1", "babel-loader": "8.0.5", "babel-plugin-transform-object-rest-spread": "6.26.0", "babel-preset-es2015": "6.24.1", "babel-preset-react": "6.24.1", "bowser": "2.1.0", "cheerio": "1.0.0-rc.2", "classnames": "2.2.6", "cookie": "0.3.1", "copy-webpack-plugin": "4.6.0", "create-react-class": "15.6.3", "css-loader": "2.1.0", "eslint": "5.13.0", "eslint-config-scratch": "5.0.0", "eslint-plugin-cypress": "^2.0.1", "eslint-plugin-json": "1.3.2", "eslint-plugin-react": "7.12.4", "exenv": "1.2.2", "fastly": "2.2.1", "file-loader": "3.0.1", "formsy-react": "1.1.5", "formsy-react-components": "1.0.0", "git-bundle-sha": "0.0.2", "glob": "7.1.3", "google-libphonenumber": "3.2.2", "html-webpack-plugin": "3.2.0", "iso-3166-2": "1.0.0", "json-loader": "0.5.7", "json2po-stream": "1.0.3", "keymirror": "0.1.1", "lodash.bindall": "4.4.0", "lodash.clone": "4.5.0", "lodash.defaultsdeep": "4.6.0", "lodash.isarray": "4.0.0", "lodash.merge": "4.6.1", "lodash.mergewith": "4.6.1", "lodash.omit": "4.5.0", "lodash.range": "3.2.0", "lodash.uniqby": "4.7.0", "minilog": "3.1.0", "node-dir": "0.1.17", "node-sass": "4.11.0", "pako": "1.0.8", "po2icu": "0.0.2", "postcss-loader": "3.0.0", "prop-types": "15.6.2", "react": "16.8.0", "react-dom": "16.8.0", "react-intl": "2.8.0", "react-modal": "3.8.1", "react-onclickoutside": "6.7.1", "react-redux": "6.0.0", "react-responsive": "6.1.1", "react-slick": "0.23.2", "react-string-replace": "0.4.1", "react-telephone-input": "4.73.4", "redux": "4.0.1", "redux-thunk": "2.3.0", "sass-loader": "7.1.0", "scratch-gui": "0.1.0-prerelease.20190206155306", "scratch-l10n": "latest", "scratchr2_translations": "git://github.com/LLK/scratchr2_translations.git#master", "slick-carousel": "1.8.1", "source-map-support": "0.5.10", "style-loader": "0.23.1", "tap": "12.5.1", "url-loader": "1.1.2", "watch": "1.0.2", "webpack": "4.29.2", "webpack-dev-middleware": "3.5.1", "xhr": "2.5.0" }, "nyc": { "include": [ "bin/**/*.js", "src/**/*.js" ], "all": true } }