-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "flux",
"version": "0.0.1",
"description": "Inventory Management System",
"author": "Ben Grunfeld",
"repository": "",
"readme": "",
"license": "Works Applications",
"devDependencies": {
"babel-core": "^6.20.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-decorators": "^6.13.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"es6-promise": "^1.0.0",
"flux": "^2.0.1",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.2.0",
"gulp-livereload": "^3.8.1",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.0.0",
"object-assign": "^1.0.0",
"reactify": "^0.13.1",
"redux-logger": "^2.7.4",
"through2": "^2.0.3",
"webpack": "^1.14.0"
},
"dependencies": {
"alasql": "^0.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"chart.js": "^2.4.0",
"lodash": "^4.17.2",
"material-ui": "^0.16.4",
"moment": "^2.17.1",
"react": "^15.6.2",
"react-datepicker": "^0.39.0",
"react-dom": "^15.4.1",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0"
}
}