scratchjr-website/package.json
chrisgarrity a2125b48c9 Refactoring for deployment
Renamed view field in routes to “name” to match scratch-www, not using “view” field because all scratchJr views are name/name.jsx

renamed server to dev-server, and app.js to index.js for consistency with www, and to make clear it’s only the way it runs in development.

Added html-webpack-plugin
2016-09-21 13:02:23 -04:00

60 lines
1.6 KiB
JSON
Executable file

{
"name": "scratchjr-website",
"version": "1.0.0",
"description": "scratchjr-website =================",
"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": "https://github.com/LLK/scratchjr-website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LLK/scratchjr-website/issues"
},
"homepage": "https://github.com/LLK/scratchjr-website",
"devDependencies": {
"autoprefixer": "6.4.1",
"babel-core": "6.14.0",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.11.1",
"classnames": "2.2.5",
"copy-webpack-plugin": "3.0.1",
"css-loader": "0.24.0",
"eslint": "3.4.0",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-react": "6.2.0",
"html-webpack-plugin": "2.22.0",
"json-loader": "0.5.4",
"node-sass": "3.8.0",
"postcss-loader": "0.11.1",
"react": "15.3.1",
"react-dom": "15.3.1",
"react-twitter-widgets": "0.2.4",
"react-router": "2.7.0",
"react-router-scroll": "0.3.2",
"react-slick": "0.13.6",
"sass-lint": "1.9.1",
"sass-loader": "4.0.1",
"slick-carousel": "1.6.0",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.13.2",
"webpack-dev-middleware": "1.6.1",
"webpack-dev-server": "1.15.1"
},
"dependencies": {
"express": "4.14.0",
"file-loader": "0.9.0",
"mustache": "2.2.1"
}
}