scratch-www/package.json

126 lines
3.6 KiB
JSON
Raw Normal View History

2015-09-02 15:08:58 -04:00
{
"name": "www",
"version": "1.0.0",
"description": "Standalone WWW client for Scratch",
"scripts": {
"start": "make start",
"stop": "make stop",
"test": "make test",
2018-07-05 13:24:31 -04:00
"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",
2015-09-09 16:24:50 -04:00
"build": "make build",
"dev": "make watch && make start &"
2015-09-02 15:08:58 -04:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/llk/scratch-www.git"
},
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
2015-09-02 15:08:58 -04:00
"bugs": {
"url": "https://github.com/llk/scratch-www/issues"
},
"homepage": "https://github.com/llk/scratch-www#readme",
"dependencies": {
2019-02-11 09:53:54 -05:00
"@sentry/browser": "4.4.2",
"bunyan": "1.7.1",
2018-11-21 13:12:09 -05:00
"clipboard-copy": "2.0.1",
2019-02-11 09:53:54 -05:00
"compression": "1.6.1",
"express": "4.16.1",
"express-http-proxy": "1.1.0",
"lodash.defaults": "4.0.1",
"newrelic": "1.25.4",
"react-helmet": "5.2.0",
"scratch-docker": "^1.0.2",
"scratch-parser": "^5.0.0",
2019-02-11 09:53:54 -05:00
"scratch-storage": "^0.5.1"
},
2015-09-02 15:08:58 -04:00
"devDependencies": {
2019-02-11 09:53:54 -05:00
"ajv": "6.4.0",
"async": "1.5.2",
"autoprefixer": "6.3.6",
"babel-cli": "6.26.0",
2019-02-11 09:53:54 -05:00
"babel-core": "6.23.1",
"babel-eslint": "8.0.2",
"babel-loader": "7.1.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
2019-02-11 09:53:54 -05:00
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.22.0",
"bowser": "1.9.4",
"cheerio": "1.0.0-rc.2",
2019-02-11 09:53:54 -05:00
"classnames": "2.2.5",
"cookie": "0.2.2",
"copy-webpack-plugin": "0.2.0",
"create-react-class": "15.6.2",
"css-loader": "0.23.1",
"eslint": "4.7.1",
"eslint-config-scratch": "5.0.0",
2018-03-22 15:01:51 -04:00
"eslint-plugin-cypress": "^2.0.1",
2019-02-11 09:53:54 -05:00
"eslint-plugin-json": "1.2.0",
"eslint-plugin-react": "7.4.0",
"exenv": "1.2.0",
"fastly": "1.2.1",
"file-loader": "0.8.4",
"formsy-react": "1.1.4",
"formsy-react-components": "1.0.0",
2016-04-28 15:40:50 -04:00
"git-bundle-sha": "0.0.2",
2019-02-11 09:53:54 -05:00
"glob": "5.0.15",
"google-libphonenumber": "1.0.21",
"html-webpack-plugin": "2.22.0",
"iso-3166-2": "0.4.0",
"json-loader": "0.5.2",
"json2po-stream": "1.0.3",
2016-03-18 11:51:22 -04:00
"keymirror": "0.1.1",
"lodash.bindall": "4.4.0",
2019-02-11 09:53:54 -05:00
"lodash.clone": "3.0.3",
"lodash.defaultsdeep": "3.10.0",
"lodash.isarray": "3.0.4",
"lodash.merge": "3.3.2",
2019-01-10 10:46:01 -05:00
"lodash.mergewith": "4.6.1",
2019-02-11 09:53:54 -05:00
"lodash.omit": "3.1.0",
"lodash.range": "3.0.1",
"lodash.uniqby": "4.7.0",
2019-02-11 09:53:54 -05:00
"minilog": "2.0.8",
"node-dir": "0.1.16",
"node-sass": "4.6.1",
"pako": "0.2.8",
"po2icu": "0.0.2",
2019-02-11 09:53:54 -05:00
"postcss-loader": "2.0.10",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-intl": "2.4.0",
"react-modal": "3.1.11",
"react-onclickoutside": "6.7.1",
2019-02-11 09:53:54 -05:00
"react-redux": "5.0.7",
"react-responsive": "3.0.0",
"react-slick": "0.16.0",
"react-string-replace": "0.4.1",
"scratch-gui": "0.1.0-prerelease.20190318205056",
2019-02-11 09:53:54 -05:00
"react-telephone-input": "4.3.4",
"redux": "3.5.2",
"redux-thunk": "2.0.1",
"sass-loader": "6.0.6",
"scratch-l10n": "latest",
"scratchr2_translations": "git://github.com/LLK/scratchr2_translations.git#master",
2019-02-11 09:53:54 -05:00
"slick-carousel": "1.6.0",
"source-map-support": "0.3.2",
"style-loader": "0.12.3",
"tap": "7.1.2",
"url-loader": "0.5.6",
"watch": "0.16.0",
"webpack": "2.7.0",
"webpack-dev-middleware": "2.0.4",
"xhr": "2.2.0"
2016-10-23 18:08:13 -04:00
},
"nyc": {
"include": [
"bin/**/*.js",
"src/**/*.js"
2016-10-23 18:08:13 -04:00
],
"all": true
2015-09-02 15:08:58 -04:00
}
}