-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
122 lines (122 loc) · 3.4 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
116
117
118
119
120
121
122
{
"name": "MagicShifterUI",
"version": "0.0.1",
"description": "magicshifter3000 userinterface, built using react, redux and magic",
"main": "dist/bundled/index.html",
"author": "Wizards@Work <dev@wizardsat.work> (http://wizardsat.work)",
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
},
{
"name": "philipp tiefenbacher",
"github": "wizard23"
},
{
"name": "jay vaughan",
"github": "seclorum"
},
{
"name": "tom peak",
"github": "tompeak"
}
],
"engines": {
"node": ">=5.3.0",
"npm": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackerspaceshop/MagicShifter3000"
},
"dependencies": {
"babel-cli": "6.16.0",
"babel-core": "6.17.0",
"babel-eslint": "7.0.0",
"babel-loader": "6.2.5",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.16.0",
"babel-preset-react": "6.16.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-0": "6.16.0",
"babel-register": "6.16.3",
"babel-runtime": "6.11.6",
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"css-loader": "0.23.1",
"cssnano": "3.5.2",
"debug": "2.2.0",
"dotenv": "2.0.0",
"es6-promise": "3.1.2",
"eslint": "2.7.0",
"eslint-loader": "1.3.0",
"eslint-plugin-babel": "3.2.0",
"eslint-plugin-react": "4.3.0",
"eslint-plugin-standard": "1.3.2",
"estraverse-fb": "1.3.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"filesaver.js": "0.2.0",
"fs-extra": "0.26.7",
"google-closure-compiler": "20160315.2.0",
"history": "2.0.1",
"html-inline": "1.2.0",
"html-webpack-plugin": "2.15.0",
"immutable": "3.7.6",
"isparta-loader": "2.0.0",
"json-loader": "0.5.4",
"karma": "^4.4.1",
"karma-chai": "0.1.0",
"karma-chai-as-promised": "0.1.2",
"karma-chai-sinon": "0.1.5",
"karma-coverage": "^2.0.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "1.7.0",
"koa": "^2.11.0",
"koa-connect-history-api-fallback": "^0.3.1",
"koa-static": "^5.0.0",
"material-colors": "1.0.0",
"mocha": "^6.2.2",
"node-sass": "^4.13.0",
"nodemon": "1.9.1",
"normalize.css": "github:necolas/normalize.css",
"nw-builder": "2.2.0",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "2.1.7",
"postcss-inline-image": "0.1.1",
"postcss-loader": "0.8.2",
"react": "15.0.1",
"react-addons-test-utils": "15.0.1",
"react-color": "^2.17.3",
"react-dom": "15.0.1",
"react-redux": "4.4.4",
"react-router": "2.2.1",
"react-router-redux": "4.0.2",
"redux": "3.4.0",
"redux-actions": "0.9.1",
"redux-devtools": "3.2.0",
"redux-devtools-dock-monitor": "1.1.1",
"redux-devtools-log-monitor": "1.0.9",
"redux-form": "5.0.1",
"redux-immutablejs": "0.0.8",
"redux-promise": "0.5.3",
"redux-thunk": "2.0.1",
"rgba-convert": "0.3.0",
"sass-loader": "3.2.0",
"sc-color": "0.4.0",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"style-loader": "0.13.1",
"unique-by": "1.0.0",
"url": "0.11.0",
"url-loader": "0.5.7",
"webpack": "1.12.15",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.10.0",
"yargs": "4.6.0"
}
}