This repository was archived by the owner on May 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.37 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
{
"name": "miriam-explore",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "brunch b -p",
"heroku-postbuild": "npm run build"
},
"author": "Prashant Sinha",
"license": "MIT",
"dependencies": {
"@blueprintjs/core": "^1.23.1",
"@blueprintjs/table": "^1.29.1",
"auto-reload-brunch": "^2.7.1",
"autoprefixer": "^7.1.2",
"babel-brunch": "^6.1.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"brunch": "^2.10.9",
"coffee-script-brunch": "^2.10.2",
"coffeelint-brunch": "^2.10.0",
"css-brunch": "^2.10.0",
"d3": "^4.10.0",
"d3-scale": "^1.0.6",
"d3-scale-chromatic": "^1.1.1",
"downloadjs": "^1.4.7",
"echarts": "^3.6.2",
"fs-extra": "^4.0.0",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"node-bourbon": "^4.2.8",
"node-sass": "^4.5.3",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.0",
"react-autobind": "^1.0.6",
"react-dom": "^15.6.1",
"reqwest": "^2.0.5",
"sass-brunch": "^2.10.4",
"sticky-table-headers": "^0.1.19",
"tachyons-sass": "^4.7.4"
},
"devDependencies": {
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"enzyme": "^2.9.1",
"http-server": "^0.10.0",
"mkdirp": "^0.5.1",
"mocha": "^3.4.2"
}
}