-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.88 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "react-coffee-and-friends",
"version": "1.0.0",
"description": "Starter kit with React, React Router, Alt.js, CoffeeScript, Bootstrap, and Webpack.",
"repository": {
"type": "git",
"url": "git+https://github.com/schneidmaster/react-coffee-and-friends.git"
},
"author": "Zach Schneider <zach@schneid.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/schneidmaster/react-coffee-and-friends/issues"
},
"scripts": {
"webpack": "rm -rf ./dist && BUILD_PROD=true webpack --progress --colors",
"webpackProd": "rm -rf ./dist && BUILD_PROD=true webpack --progress --colors --optimize-minimize",
"dev": "webpack-dev-server --hot --progress --colors --history-api-fallback",
"start": "npm run dev",
"deploy": "npm run webpackProd && coffee deploy.coffee",
"lint": "coffeelint ./coffee"
},
"homepage": "https://github.com/schneidmaster/react-coffee-and-friends#readme",
"dependencies": {
"alt": "^0.18.4",
"bootstrap-sass": "^3.3.6",
"cjsx-loader": "^3.0.0",
"classnames": "^2.2.1",
"coffee-loader": "^0.7.2",
"coffee-react-transform": "^3.3.0",
"coffee-script": "^1.10.0",
"coffeelint": "^1.14.2",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.7.2",
"json-loader": "^0.5.4",
"node-sass": "^3.4.2",
"react": "^15.2.0",
"react-bootstrap": "^0.28.2",
"react-dom": "^15.2.0",
"react-ga": "^1.4.1",
"react-hot-loader": "^1.3.0",
"react-html-document": "^2.2.0",
"react-notify-toast": "^0.1.1",
"react-router": "^2.0.0",
"resolve-url-loader": "^1.4.3",
"s3": "^4.4.0",
"sass-loader": "^3.1.2",
"sitemap-webpack-plugin": "^0.1.0",
"static-site-generator-webpack-plugin": "^2.0.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
}
}