-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.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
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
{
"name": "xwordz",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test_cant_figure_this_out": "gulp test",
"build": "gulp",
"serve": "gulp serve",
"serve:dist": "gulp serve:dist",
"lint": "eslint .",
"test": "gulp test",
"test:watch": "gulp test:watch"
},
"author": "Milo Toor",
"license": "ISC",
"dependencies": {
"axios": "^0.9.1",
"classnames": "2.2.5",
"immutable": "3.8.1",
"lodash": "4.16.6",
"react": "^15.4.1",
"react-dom": "^15.0.1",
"react-mdl": "1.9.0",
"react-redux": "^4.4.6",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"winston": "2.3.0",
"xpuz": "0.0.8"
},
"devDependencies": {
"autoprefixer": "^6.2.2",
"babel-core": "^6.13.0",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.0",
"babel-plugin-istanbul": "^2.0.1",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.2.0",
"babel-preset-react": "^6.1.18",
"browser-sync": "^2.9.11",
"browser-sync-spa": "^1.0.3",
"chai": "^3.5.0",
"chai-immutable": "^1.6.0",
"css-loader": "^0.23.1",
"del": "^2.0.2",
"dirty-chai": "^1.2.2",
"es6-shim": "^0.35.0",
"eslint": "^3.2.2",
"eslint-config-xo": "^0.17.0",
"eslint-config-xo-react": "^0.7.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-react": "^5.0.1",
"extract-text-webpack-plugin": "^2.0.0-beta.3",
"gulp": "gulpjs/gulp#4ed9a4a3275559c73a396eff7e1fde3824951ebb",
"gulp-filter": "^4.0.0",
"gulp-hub": "frankwallis/gulp-hub#d461b9c700df9010d0a8694e4af1fb96d9f38bf4",
"gulp-stylus": "^2.4.0",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.9.0",
"json-loader": "^0.5.4",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-junit-reporter": "^1.1.0",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-shim": "^1.1.2",
"karma-webpack": "^1.7.0",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.6",
"postcss-loader": "^0.8.0",
"react-addons-test-utils": "^15.4.1",
"react-hot-loader": "3.0.0-beta.6",
"rupture": "0.6.2",
"style-loader": "^0.13.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.0",
"webpack": "2.1.0-beta.20",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
}
}