mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
3d8ae43391
They're not 0.14 compatible completely yet, so use forks that make use of outstanding PRs for 0.14 compatibility until they release an npm module with support
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "www",
|
|
"version": "1.0.0",
|
|
"description": "Standalone WWW client for Scratch",
|
|
"scripts": {
|
|
"prestart": "make build",
|
|
"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": "MIT",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/llk/scratch-www/issues"
|
|
},
|
|
"homepage": "https://github.com/llk/scratch-www#readme",
|
|
"dependencies": {
|
|
"bunyan": "1.5.1",
|
|
"compression": "1.5.2",
|
|
"express": "4.13.3",
|
|
"express-http-proxy": "0.6.0",
|
|
"lodash.defaults": "3.1.2",
|
|
"mustache": "2.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer-loader": "2.1.0",
|
|
"classnames": "2.1.3",
|
|
"cookie": "0.2.2",
|
|
"css-loader": "0.17.0",
|
|
"custom-event-polyfill": "0.2.1",
|
|
"eslint": "1.3.1",
|
|
"eslint-plugin-react": "3.3.1",
|
|
"exenv": "1.2.0",
|
|
"file-loader": "0.8.4",
|
|
"json-loader": "0.5.2",
|
|
"jsx-loader": "0.13.2",
|
|
"minilog": "2.0.8",
|
|
"node-sass": "3.3.3",
|
|
"react": "0.14.0",
|
|
"react-addons-test-utils": "0.14.0",
|
|
"react-dom": "0.14.0",
|
|
"react-modal": "git://github.com/mewtaylor/react-modal.git#react-14",
|
|
"react-onclickoutside": "0.3.1",
|
|
"react-slick": "git://github.com/mewtaylor/react-slick.git#remove-deprecation-warnings",
|
|
"routes-to-nginx-conf": "0.0.4",
|
|
"sass-lint": "1.2.0",
|
|
"sass-loader": "2.0.1",
|
|
"slick-carousel": "1.5.8",
|
|
"source-map-support": "0.3.2",
|
|
"style-loader": "0.12.3",
|
|
"tape": "4.2.0",
|
|
"url-loader": "0.5.6",
|
|
"watch": "0.16.0",
|
|
"webpack": "1.12.2",
|
|
"xhr": "2.0.4"
|
|
}
|
|
}
|