forked from HashCash-Consultants/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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": "hashcashconsultants-dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"heroku-postbuild": "gulp build"
},
"author": "hascashconsultants.com",
"dependencies": {
"axios": "^0.15.3",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.26.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",
"eventsource": "^1.0.5",
"express": "^4.14.0",
"express-force-ssl": "^0.3.2",
"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",
"react": "^15.4.1",
"react-d3-components": "^0.6.5",
"react-dom": "^15.4.1",
"recharts": "^0.22.1",
"redis": "^2.6.3",
"sass-loader": "^6.0.6",
"stellar-base": "^0.7.6",
"stellar-sdk": "^0.6.2",
"style-loader": "^0.19.0",
"webpack": "^1.13.3"
},
"devDependencies": {
"babel-core": "^6.26.0"
}
}