-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 3.37 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "node-kitchensink",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=dev node app"
},
"dependencies": {
"autoprefixer": "6.7.3",
"babel-polyfill": "6.23.0",
"body-parser": "~1.17.1",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"chai-string": "1.3.0",
"codemirror": "5.23.0",
"cookie-parser": "~1.4.3",
"copy-webpack-plugin": "^4.0.1",
"debug": "~2.6.3",
"express": "~4.15.2",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"firebase": "^3.8.0",
"habitat": "^3.1.2",
"html-webpack-plugin": "2.28.0",
"immutable": "3.8.1",
"jade": "~1.11.0",
"jed": "1.1.1",
"jquery": "3.1.1",
"jsdom": "9.11.0",
"json-lint": "0.1.0",
"jsonlint-mod": "1.7.0",
"lodash": "^4.17.4",
"lodash.capitalize": "4.2.1",
"material-design-icons": "3.0.1",
"material-ui": "^0.17.4",
"moment": "2.17.1",
"morgan": "~1.8.1",
"normalizr": "3.2.1",
"postcss-constants": "^0.2.0",
"react": "15.4.2",
"react-addons-css-transition-group": "15.4.2",
"react-addons-shallow-compare": "^15.4.2",
"react-addons-test-utils": "15.4.2",
"react-collapse": "2.3.3",
"react-dom": "15.4.2",
"react-ga": "2.1.2",
"react-google-login": "^2.8.9",
"react-height": "2.2.0",
"react-hot-loader": "3.0.0-beta.4",
"react-json-tree": "0.10.3",
"react-motion": "0.4.7",
"react-redux": "5.0.2",
"react-router": "3.0.2",
"react-router-redux": "4.0.8",
"react-style-proptype": "^2.0.0",
"react-tap-event-plugin": "2.0.1",
"react-virtualized": "9.0.0",
"redux": "3.6.0",
"redux-api-middleware": "1.0.2",
"redux-auth-wrapper": "1.0.0",
"redux-devtools": "3.3.2",
"redux-devtools-dock-monitor": "1.1.1",
"redux-devtools-log-monitor": "1.2.0",
"redux-immutable-state-invariant": "^2.0.0",
"redux-logger": "2.8.1",
"redux-thunk": "2.2.0",
"serve-favicon": "~2.4.2",
"sinon": "1.17.7",
"stylelint-webpack-plugin": "0.6.0",
"superagent": "^3.5.2",
"toastr": "^2.1.2",
"url-parse": "1.1.8",
"uuid": "3.0.1",
"webpack": "2.2.1",
"webpack-dev-middleware": "1.10.1",
"webpack-dev-server": "2.4.1",
"webpack-hot-middleware": "2.17.0"
},
"devDependencies": {
"babel-cli": "6.23.0",
"babel-core": "6.23.1",
"babel-eslint": "7.1.1",
"babel-loader": "6.3.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-react-jsx-source": "6.22.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-es2015-native-modules": "6.9.4",
"babel-preset-react": "6.23.0",
"babel-preset-stage-0": "6.22.0",
"babel-runtime": "6.23.0",
"body-parser": "1.16.1",
"chromedriver": "2.27.3",
"cross-env": "3.1.4",
"css-loader": "0.26.1",
"enzyme": "2.7.1",
"eslint": "3.15.0",
"eslint-config-hardcore-react": "0.2.1",
"eslint-loader": "1.6.1",
"eslint-plugin-fp": "2.3.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.0",
"express": "4.14.1",
"file-loader": "0.10.0",
"imports-loader": "0.7.0",
"json-loader": "0.5.4",
"mocha": "^3.2.0",
"nyc": "10.1.2",
"path": "0.12.7",
"po2json": "0.4.5",
"postcss-loader": "1.3.1",
"style-loader": "0.13.1",
"url-loader": "0.5.7"
}
}