-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.44 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
{
"name": "french-press",
"version": "0.1.0",
"description": "Opinionated CoffeeScript-React-Webpack generator",
"repository": {
"type": "git",
"url": "https://github.com/whatisinternet/french-press.git"
},
"main": "index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --recursive --require ./test/setup.coffee",
"spec": "mocha 'spec' --compilers coffee:coffee-script/register --recursive",
"deploy": "NODE_ENV=production webpack -p --config config/application/webpack.production.config.js",
"app": "node ./config/application.js"
},
"author": "Josh Teeter",
"license": "BSD 2-Clause",
"dependencies": {
"bemmer-node": "^0.1.2",
"coffee-script": "^1.9.3",
"lodash": "^3.10.0",
"moment": "^2.10.6",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-mini-router": "^2.0.0",
"react-redux": "^4.0.1",
"coffee-loader": "^0.7.2",
"file-loader": "^0.8.5",
"fs-extra": "^0.26.3",
"sass-loader": "^1.0.2",
"style-loader": "^0.8.3",
"url-loader": "^0.5.7",
"css-loader": "^0.9.1",
"redux": "^3.0.5"
},
"devDependencies": {
"cli-color": "^1.1.0",
"del": "^2.2.0",
"html-loader": "^0.4.0",
"jsdom": "^7.2.2",
"json-loader": "^0.5.4",
"mocha": "^2.3.4",
"node-sass": "^3.1.2",
"react-addons-test-utils": "^0.14.5",
"react-hot-loader": "^1.3.0",
"webpack": "^1.8.10",
"webpack-dev-server": "~1.12.1"
}
}