-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
136 lines (136 loc) · 4.36 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "booben",
"version": "0.1.0-dev.19",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -d --config ./app/build-conf/webpack.config.js",
"build:prod": "webpack -d --config ./app/build-conf/webpack-prod.config.js",
"build:demo": "webpack -d --config ./app/build-conf/webpack-demo.config.js",
"build:watch": "webpack -d --config ./app/build-conf/webpack.config.js --watch",
"lint": "eslint .",
"start": "node index.js --config dev-config.json"
},
"author": "braincrumbs.io",
"license": "Apache-2.0",
"dependencies": {
"apollo-cache-inmemory": "^1.1.4",
"apollo-client": "^2.0.4",
"apollo-link-context": "^1.0.3",
"apollo-link-http": "^1.3.1",
"babel-core": "^6.14.0",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.11.1",
"bezier-easing": "^2.0.3",
"body-parser": "^1.15.2",
"booben-async-utils": "^0.2.2",
"booben-codegen": "0.1.5",
"booben-common-tree": "^0.1.2",
"booben-graphql-schema": "^0.1.1",
"booben-html-meta": "^0.1.4",
"booben-metadata": "^0.8.5",
"booben-types": "^0.6.1",
"co": "^4.6.0",
"codemirror": "^5.18.2",
"color": "^1.0.3",
"convict": "^1.4.0",
"core-js": "^2.5.7",
"create-react-class": "^15.6.0",
"express": "^4.14.0",
"file-saver": "^1.3.8",
"graphql": "^0.9.6",
"history": "^4.6.1",
"html-webpack-plugin": "^2.28.0",
"immutable": "^3.8.1",
"intel": "^1.1.1",
"intl-messageformat": "^1.3.0",
"js-cookie": "^2.2.0",
"kdbush": "^1.0.1",
"lodash.camelcase": "^4.3.0",
"lodash.debounce": "^4.0.8",
"lodash.defaultsdeep": "^4.6.0",
"lodash.forown": "^4.4.0",
"lodash.get": "^4.4.2",
"lodash.mapvalues": "^4.6.0",
"lodash.merge": "^4.6.0",
"lodash.minby": "^4.6.0",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"lodash.set": "^4.3.2",
"lodash.snakecase": "^4.1.1",
"lodash.startcase": "^4.4.0",
"lodash.throttle": "^4.1.1",
"lodash.transform": "^4.6.0",
"minimist": "^1.2.0",
"moment": "^2.20.1",
"mz": "^2.4.0",
"ncp": "^2.0.0",
"npm-package-arg": "^6.1.0",
"point-in-polygon": "^1.0.1",
"pretty-ms": "latest",
"prop-types": "^15.5.8",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-codemirror": "git://github.com/skidding/react-codemirror.git#106-fix-update",
"react-dom": "^16.7.0",
"react-immutable-proptypes": "^2.1.0",
"react-portal-minimal": "^4.0.2",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"react-shortcuts": "^2.0.0",
"reactackle": "^1.1.0",
"reactackle-accordion": "^1.1.0",
"reactackle-alert-area": "^1.1.0",
"reactackle-app": "^1.1.0",
"reactackle-breadcrumbs": "^1.1.0",
"reactackle-button": "^1.1.0",
"reactackle-checkbox": "^1.1.0",
"reactackle-core": "^1.1.0",
"reactackle-dialog": "^1.1.0",
"reactackle-form": "^1.1.0",
"reactackle-grid": "^1.1.0",
"reactackle-header": "^1.1.0",
"reactackle-icons": "^1.1.0",
"reactackle-menu": "^1.1.0",
"reactackle-selectbox": "^1.1.0",
"reactackle-tabs": "^1.1.0",
"reactackle-tag": "^1.1.0",
"reactackle-text-field": "^1.1.0",
"reactackle-toggle-button": "^1.1.0",
"reactackle-tooltip": "^1.1.1",
"reactackle-tooltip-icon": "^1.1.0",
"redux": "^3.6.0",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"revalidator": "^0.3.1",
"rimraf": "latest",
"serve-static": "^1.11.1",
"styled-components": "^2.1.1",
"thenify": "^3.2.0",
"webpack": "^3.5.4"
},
"devDependencies": {
"booben-eslint-config-client": "^0.3.3",
"booben-eslint-config-server": "^0.3.3",
"babel-plugin-styled-components": "^1.1.4",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.0.0",
"css-loader": "^0.28.0",
"ejs-compiled-loader": "^1.1.0",
"eslint": "^3.19.0",
"file-loader": "^0.11.1",
"image-webpack-loader": "^3.3.0",
"sass-loader": "^6.0.3",
"script-ext-html-webpack-plugin": "^1.5.0",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8"
}
}