mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
43788eb7d8
Turn HtmlGeneratorPlugin into a module Turn server into dev-server and simplify it
79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"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",
|
|
"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": {
|
|
"bunyan": "1.7.1",
|
|
"compression": "1.6.1",
|
|
"express": "4.13.4",
|
|
"express-http-proxy": "0.6.0",
|
|
"lodash.defaults": "4.0.1",
|
|
"mustache": "2.2.1",
|
|
"newrelic": "1.25.4",
|
|
"raven": "0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"async": "1.5.2",
|
|
"autoprefixer": "6.3.6",
|
|
"classnames": "2.1.3",
|
|
"cookie": "0.2.2",
|
|
"copy-webpack-plugin": "0.2.0",
|
|
"css-loader": "0.23.1",
|
|
"eslint": "1.3.1",
|
|
"eslint-plugin-react": "3.3.1",
|
|
"exenv": "1.2.0",
|
|
"fastly": "1.2.1",
|
|
"file-loader": "0.8.4",
|
|
"glob": "5.0.15",
|
|
"json-loader": "0.5.2",
|
|
"json2po-stream": "1.0.3",
|
|
"jsx-loader": "0.13.2",
|
|
"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",
|
|
"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",
|
|
"react-redux": "4.4.0",
|
|
"react-slick": "0.9.2",
|
|
"redux-thunk": "2.0.1",
|
|
"sass-lint": "1.5.1",
|
|
"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",
|
|
"style-loader": "0.12.3",
|
|
"tap": "2.0.0",
|
|
"url-loader": "0.5.6",
|
|
"watch": "0.16.0",
|
|
"webpack": "1.12.14",
|
|
"webpack-dev-middleware": "1.2.0",
|
|
"xhr": "2.2.0"
|
|
}
|
|
}
|