-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.33 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "wowafrica",
"description": "Expolre Africa website",
"version": "0.10.26",
"contributor": [
{
"name": "Lee",
"email": "[email protected]"
}
],
"scripts": {
"start": "gulp dev",
"build": "gulp build --env production",
"server": "babel-node ./server/server.js",
"test": "npm run lint && gulp build --env production && npm run karma",
"lint": "eslint ./src && eslint ./server && eslint ./client",
"karma": "karma start",
"clean": "gulp clean-build",
"clean-all": "gulp clean-all"
},
"engines": {
"node": ">=4"
},
"dependencies": {
"classnames": "^2.1.3",
"d3": "^3.5.5",
"flux": "^2.0.1",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-semantify": "^0.5.1",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"routr": "^2.0.1",
"superagent": "^2.0.0",
"tumblr.js": "hankkk/tumblr.js#master"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-css-modules-transform": "^0.1.1",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"coveralls": "^2.11.4",
"css-loader": "^0.23.1",
"del": "^2.0.1",
"eslint": "^2.11.1",
"express": "^4.12.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.8.11",
"gulp-nodemon": "^2.0.4",
"gulp-shell": "^0.5.1",
"gulp-util": "^3.0.1",
"isparta": "^4.0.0",
"isparta-instrumenter-loader": "^1.0.0",
"jasmine-core": "^2.4.0",
"karma": "^1.1.0",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack": "^1.7.0",
"nodemon": "^1.8.1",
"phantomjs-prebuilt": "^2.1.15",
"postcss-loader": "^0.9.1",
"react-proxy": "^1.1.8",
"style-loader": "^0.13.1",
"uglify-loader": "^1.3.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"repository": [
{
"type": "git",
"url": "https://github.com/wowafrica/wowafrica"
}
],
"license": "MIT"
}