-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.32 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.32 KB
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
71
72
73
74
75
76
77
78
79
{
"name": "cw-ghost-react",
"description": "CW",
"version": "0.0.1",
"author": "Eugene Ross <eugene@collegeweekly.com>",
"license": "MIT",
"repository": "",
"scripts": {
"build:webpack": "NODE_ENV=production webpack --config webpack.prod.config.js",
"build": "npm run clean && npm run build:webpack",
"dev": "gulp watch --gulpfile gulpfile.js",
"prod": "./node_modules/.bin/gulp build",
"test": "jest"
},
"dependencies": {
"babel-core": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-plugin-transform-react-display-name": "^6.5.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.9.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-react": "^5.0.1",
"express": "^4.13.4",
"raven-js": "^2.3.0",
"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",
"handlebars": "4.0.5",
"highlight.js": "^8.6.0",
"jest-cli": "^0.4.5",
"map-stream": "0.0.5",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-hot-loader": "^1.3.0",
"react-retina-image": "^1.3.3",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"react-router-redux": "^4.0.4",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.2.3",
"redux": "^3.5.2",
"rimraf": "^2.5.2",
"style-loader": "^0.13.1",
"touch": "^1.0.0",
"underscore": "^1.8.3",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.10.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"devDependencies": {
"expect": "^1.20.1",
"expect-jsx": "^2.6.0",
"ghost": "0.8.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "~2.3.2",
"gulp-sym": "0.0.14",
"history": "^1.13.1",
"handlebars-template-loader": "0.6.0",
"html-webpack-plugin": "2.21.0",
"mocha": "^2.5.3",
"node-sass": "^3.8.0",
"require-dir": "^0.3.0",
"run-sequence": "~1.2.1",
"sass-loader": "^3.2.1"
}
}