-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.43 KB
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
{
"name": "am-ui-elements",
"version": "1.0.0",
"description": "React UMD library full of components for Access Missouri presentation.",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/access-missouri/am-ui-elements.git"
},
"author": "Nathan Lawrence (nathan@nathanlawrence.org)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/access-missouri/am-ui-elements/issues"
},
"homepage": "https://github.com/access-missouri/am-ui-elements#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"babelify": "^8.0.0",
"browserify": "^16.2.0",
"browserify-global-shim": "^1.0.3",
"graceful-fs": "^4.1.11",
"gulp": "^3.9.0",
"gulp-shell": "^0.6.5",
"gulp-uglify": "^3.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"browserify": {
"transform": [
"browserify-global-shim"
]
},
"browserify-global-shim": {
"react": "React",
"react-dom": "ReactDOM"
},
"dependencies": {
"d3-array": "^1.2.1",
"d3-collection": "^1.0.4",
"moment": "^2.22.2",
"react": "^16.3.2",
"react-calendar-heatmap": "^1.6.3",
"react-dom": "^16.3.2",
"recharts": "^1.0.0-beta.10",
"victory": "^0.26.0"
}
}