-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
68 lines (68 loc) · 1.76 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "coffee-react-quickstart",
"description": "Quickstart for creating React.js web applications",
"version": "0.0.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": "https://github.com/KyleAMathews/coffee-react-quickstart/issues",
"dependencies": {
"cjsx-loader": "^2.0.1",
"coffee-loader": "^0.7.2",
"coffee-react-transform": "^3.1.0",
"coffee-script": "^1.9.3",
"css-loader": "^0.14.4",
"gulp": "^3.9.0",
"gulp-compass": "^2.1.0",
"gulp-cssfont64": "0.0.1",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.2",
"gulp-size": "^1.2.1",
"gulp-util": "^3.0.5",
"highlight.js": "^8.6.0",
"jest-cli": "^0.4.5",
"map-stream": "0.0.5",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.3.0",
"react-retina-image": "^1.3.3",
"react-router": "^0.13.3",
"style-loader": "^0.12.3",
"touch": "^1.0.0",
"underscore": "^1.8.3",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.10.1"
},
"homepage": "https://github.com/KyleAMathews/coffee-react-quickstart",
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
],
"testFileExtensions": [
"coffee",
"js",
"cjsx"
],
"moduleFileExtensions": [
"js",
"json",
"coffee",
"cjsx"
]
},
"keywords": [
"react",
"react-tools",
"quickstart",
"coffeescript",
"cjsx"
],
"license": "MIT",
"main": "server.coffee",
"repository": "git@github.com:KyleAMathews/coffee-react-quickstart.git",
"scripts": {
"watch": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build",
"test": "jest"
}
}