forked from iroy2000/react-reflux-boilerplate-with-webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.75 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
69
70
{
"name": "base",
"version": "0.0.1",
"description": "",
"homepage": "https://github.com/iroy2000/react-reflux-boilerplate-with-webpack",
"main": "preprocessor.js",
"scripts": {
"start": "./node_modules/.bin/gulp",
"watch": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build",
"test": "jest"
},
"dependencies": {
"cjsx-loader": "^1.2.0",
"coffee-loader": "^0.7.2",
"coffee-react-transform": "^2.2.1",
"coffee-script": "^1.9.0",
"css-loader": "^0.9.1",
"del": "^1.1.1",
"extract-text-webpack-plugin": "^0.3.8",
"file": "^0.2.2",
"file-loader": "^0.8.1",
"gulp": "^3.8.10",
"gulp-filter": "^2.0.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-html": "^0.1.8",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.2.11",
"gulp-size": "^1.2.0",
"gulp-stylus": "^2.0.0",
"gulp-util": "^3.0.3",
"highlight.js": "^8.4.0",
"image-webpack-loader": "^1.2.0",
"imagemin": "^3.1.0",
"jeet": "^6.1.2",
"jest-cli": "^0.2.2",
"jsx-loader": "^0.12.2",
"lodash": "^3.1.0",
"map-stream": "0.0.5",
"nib": "^1.1.0",
"react": "^0.12.2",
"react-hot-loader": "^1.1.4",
"react-retina-image": "^1.1.2",
"react-router": "^0.11.6",
"reflux": "^0.2.5",
"run-sequence": "^1.0.2",
"rupture": "^0.6.1",
"style-loader": "^0.8.3",
"touch": "0.0.3",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0"
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
],
"testFileExtensions": [
"coffee",
"js",
"cjsx"
],
"moduleFileExtensions": [
"js",
"json",
"coffee",
"cjsx"
]
}
}