forked from stellar/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "stellar-dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"heroku-postbuild": "gulp build"
},
"author": "Stellar.org",
"dependencies": {
"axios": "^0.15.3",
"babel-core": "^6.23.0",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.24.0",
"bignumber.js": "^3.0.1",
"bourbon": "^4.3.4",
"bourbon-neat": "^2.0.0",
"browser-sync": "^2.18.2",
"css-loader": "^0.28.7",
"express": "^4.14.0",
"express-http-proxy": "^1.0.6",
"extract-text-webpack-plugin": "^0.7.0",
"fbemitter": "^2.1.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"lodash": "^4.17.2",
"moment": "^2.17.1",
"morgan": "^1.8.2",
"muicss": "^0.9.5",
"node-sass": "^4.7.2",
"pg": "^7.4.3",
"pg-hstore": "^2.3.2",
"react": "^16.3.2",
"react-d3-components": "^0.9.1",
"react-dom": "^16.3.2",
"recharts": "^0.22.1",
"redis": "^2.8.0",
"sass-loader": "^6.0.6",
"sequelize": "^4.37.7",
"stellar-sdk": "^0.6.2",
"style-loader": "^0.19.0",
"webpack": "^1.13.3"
}
}