scratch-www/package.json

81 lines
2.2 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",
"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": {
2016-03-02 10:03:22 -05:00
"bunyan": "1.7.1",
"compression": "1.6.1",
"express": "4.13.4",
"express-http-proxy": "0.6.0",
2016-03-02 10:03:22 -05:00
"lodash.defaults": "4.0.1",
"mustache": "2.2.1",
"newrelic": "1.25.4",
"raven": "0.10.0"
},
2015-09-02 15:08:58 -04:00
"devDependencies": {
"async": "1.5.2",
"autoprefixer": "6.3.6",
"classnames": "2.1.3",
"cookie": "0.2.2",
2015-11-10 13:38:28 -05:00
"copy-webpack-plugin": "0.2.0",
"css-loader": "0.23.1",
"eslint": "1.3.1",
2015-09-02 15:08:58 -04:00
"eslint-plugin-react": "3.3.1",
"exenv": "1.2.0",
"fastly": "1.2.1",
"file-loader": "0.8.4",
2016-04-28 15:40:50 -04:00
"git-bundle-sha": "0.0.2",
"glob": "5.0.15",
2015-09-02 15:08:58 -04:00
"json-loader": "0.5.2",
"json2po-stream": "1.0.3",
2015-09-02 15:08:58 -04:00
"jsx-loader": "0.13.2",
2016-03-18 11:51:22 -04:00
"keymirror": "0.1.1",
"lodash.clone": "3.0.3",
"lodash.defaultsdeep": "3.10.0",
"lodash.merge": "3.3.2",
"lodash.omit": "3.1.0",
"lodash.range": "3.0.1",
2015-10-13 09:40:40 -04:00
"minilog": "2.0.8",
"node-sass": "3.3.3",
"pako": "0.2.8",
"po2icu": "git://github.com/LLK/po2icu.git#develop",
"postcss-loader": "0.8.2",
"react-addons-test-utils": "0.14.7",
"react-modal": "0.6.1",
"react-onclickoutside": "4.1.1",
2016-03-18 11:51:22 -04:00
"react-redux": "4.4.0",
"react-slick": "0.9.2",
2016-03-18 11:51:22 -04:00
"redux-thunk": "2.0.1",
"sass-lint": "1.5.1",
2015-09-02 15:08:58 -04:00
"sass-loader": "2.0.1",
"scratchr2_translations": "git://github.com/LLK/scratchr2_translations.git#master",
"slick-carousel": "1.5.8",
"source-map-support": "0.3.2",
2015-09-02 15:08:58 -04:00
"style-loader": "0.12.3",
"tap": "2.0.0",
"url-loader": "0.5.6",
2015-09-02 15:08:58 -04:00
"watch": "0.16.0",
"webpack": "1.12.14",
"webpack-dev-middleware": "1.2.0",
"xhr": "2.2.0"
2015-09-02 15:08:58 -04:00
}
}