-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
92 lines (92 loc) · 2.76 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
{
"scripts": {
"test": "node ./node_modules/karma/bin/karma start ./karma.js",
"test:watch": "npm test -- --watch"
},
"repository": {},
"dependencies": {
"axios": "^0.8.1",
"bootstrap-sass": "^3.3.6",
"chai-jsx": "^1.0.1",
"copy-webpack-plugin": "^0.3.3",
"d3": "^3.5.12",
"debug": "^2.2.0",
"dotenv": "^1.2.0",
"history": "^1.17.0",
"js-cookie": "^2.1.0",
"jsx-chai": "^2.0.0",
"karma-chai-equal-jsx": "^1.0.11",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-safari-launcher": "^0.1.1",
"phantomjs-polyfill": "0.0.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"react-router": "^1.0.1",
"redux": "^3.0.0",
"redux-actions": "^0.9.0",
"redux-mock-store": "0.0.4",
"redux-simple-router": "^1.0.0",
"redux-state-history": "^0.1.4",
"redux-thunk": "^1.0.0",
"spec": "^1.0.1",
"webpack": "^1.12.9",
"yargs": "^3.18.0"
},
"devDependencies": {
"babel-core": "^6.3.17",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.1",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.3.13",
"babel-runtime": "^6.3.19",
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"connect-history-api-fallback": "^1.1.0",
"css-loader": "^0.23.0",
"cssnano": "^3.3.2",
"eslint": "^1.10.3",
"eslint-config-standard": "^4.4.0",
"eslint-config-standard-react": "^1.2.1",
"eslint-loader": "^1.1.1",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.11.3",
"eslint-plugin-standard": "^1.3.1",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.9.0",
"file-loader": "^0.8.4",
"fs-extra": "^0.26.3",
"html-webpack-plugin": "^1.6.1",
"isparta-loader": "^2.0.0",
"json-loader": "^0.5.4",
"karma": "^0.13.8",
"karma-chai": "^0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-chai-sinon": "^0.1.5",
"karma-coverage": "^0.5.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-spec-reporter": "0.0.23",
"karma-webpack": "^1.7.0",
"mocha": "^2.2.5",
"node-sass": "^3.3.3",
"phantomjs": "^1.9.17",
"phantomjs-polyfill": "0.0.1",
"postcss-loader": "^0.8.0",
"react-addons-test-utils": "^0.14.0",
"redux-devtools": "^3.0.0",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.1",
"sass-loader": "^3.0.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6"
}
}