forked from onejgordon/flow-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.53 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
{
"name": "flow-dashboard",
"version": "1.0.0",
"description": "Jeremy Gordon",
"main": "app.js",
"repository": {
"type": "git",
"url": "github.com/onejgordon/flow-dashboard"
},
"scripts": {
"test": "jest",
"purge": "./node_modules/.bin/react-native-clean-project"
},
"keywords": [],
"author": "Jeremy Gordon",
"license": "MIT",
"dependencies": {
"alt": "^0.18.2",
"alt-container": "^1.0.0",
"alt-react": "0.0.1",
"alt-utils": "^1.0.0",
"bootstrap": "^4.1.3",
"chart.js": "^2.5.0",
"events": "^1.0.2",
"fancy-log": "^1.3.2",
"fbjs": "^0.2.1",
"flux": "^2.1.1",
"gapi-client": "0.0.3",
"history": "^1.17.0",
"jquery": "^3.3.1",
"json5": "^0.5.1",
"load-google-maps-api": "0.0.3",
"lodash": "^4.17.10",
"lodash.assign": "^4.0.0",
"material-ui": "^0.18.7",
"moment": "^2.22.2",
"moment-timezone": "^0.4.0",
"pace-js": "^1.0.2",
"popper.js": "^1.14.5",
"react": "^15.6.2",
"react-addons-create-fragment": "^15.6.2",
"react-addons-pure-render-mixin": "^15.6.2",
"react-addons-update": "^15.6.2",
"react-chartjs-2": "^2.7.2",
"react-color": "^2.14.1",
"react-dom": "^15.6.2",
"react-g-analytics": "^0.2.6",
"react-google-login": "^2.8.7",
"react-input-autosize": "1.1.0",
"react-life-timeline": "^1.0.11",
"react-router": "^2.8.1",
"react-select": "^1.2.1",
"react-tap-event-plugin": "^2.0.1",
"react-tooltip": "^3.2.2",
"react-transition-group": "^1.1.3",
"toastr": "^2.1.2"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.22",
"babel-eslint": "^7.1.1",
"babel-runtime": "^5.8.20",
"babelify": "^6.1.3",
"browserify": "^13.3.0",
"browserify-resolutions": "^1.0.6",
"browserify-shim": "^3.8.10",
"eslint": "^4.18.2",
"eslint-plugin-react": "^6.10.0",
"gulp": "^3.8.10",
"gulp-hash-src": "^0.1.6",
"gulp-html-replace": "^1.4.3",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-streamify": "1.0.2",
"gulp-uglify": "^2.0.1",
"jest-cli": "^18.1.0",
"react-native-clean-project": "^1.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.11.0"
},
"browser": {
"bootstrap": "./node_modules/bootstrap/dist/js/bootstrap.js"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"bootstrap": {
"depends": [
"jquery:jQuery"
]
}
},
"resolutions": {
"natives": "1.1.3"
}
}