-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·122 lines (122 loc) · 3.65 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "simply_blocks",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "pm2 start ./bin/www",
"dev": "npm run clean && webpack && node server.js",
"clean": "rimraf build",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "concurrently \"webpack -d -w \" \"node server.js\""
},
"keywords": [],
"author": "Pratibha Saini",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@devexpress/dx-react-core": "^1.7.2",
"@devexpress/dx-react-grid": "^1.7.2",
"@devexpress/dx-react-grid-bootstrap4": "^1.7.2",
"@devexpress/dx-react-grid-material-ui": "^1.7.2",
"@material-ui/icons": "^3.0.1",
"axios": "^0.17.1",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"babel-preset-react": "^6.24.1",
"bignumber.js": "^9.0.0",
"body-parser": "^1.18.2",
"bootstrap": "^4.3.1",
"cipher": "0.0.0",
"concurrently": "^4.1.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"create-react-class": "^15.6.3",
"crypto": "^1.0.1",
"crypto-js": "^3.1.9-1",
"css-loader": "^0.28.9",
"date-diff": "^0.2.0",
"dotenv": "^8.1.0",
"ejs": "^2.5.7",
"ethereumjs-tx": "^2.1.1",
"express": "^4.16.2",
"express-fileupload": "^0.3.0",
"express-session": "^1.15.6",
"highcharts": "^7.2.0",
"history": "^4.7.2",
"immutable": "^3.8.2",
"jsonwebtoken": "^8.5.1",
"loaders.css": "^0.1.2",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"morgan": "^1.9.1",
"mysql": "^2.15.0",
"node-datetime": "^2.0.6",
"pg": "^7.5.0",
"pg-hstore": "^2.3.2",
"react": "^16.2.0",
"react-alert": "^5.5.0",
"react-alert-template-basic": "^1.0.0",
"react-autocomplete": "^1.8.1",
"react-bar-chart": "^0.1.2",
"react-bootstrap": "^0.32.4",
"react-bootstrap-typeahead": "^3.1.2",
"react-chartjs-2": "^2.7.4",
"react-chartkick": "^0.3.1",
"react-confirm-alert": "^2.4.1",
"react-cookies": "^0.1.0",
"react-d3-components": "^0.9.1",
"react-datepicker": "^1.8.0",
"react-datetime": "^2.14.0",
"react-datetime-customized": "^1.4.0",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.11",
"react-fusioncharts": "^2.0.1",
"react-input-mask": "^2.0.4",
"react-loading": "^2.0.3",
"react-navigation": "^2.11.2",
"react-redux": "^5.0.6",
"react-redux-toastr": "^7.1.6",
"react-responsive-modal": "^3.6.0",
"react-router-dom": "^4.1.1",
"react-router-redux": "^4.0.8",
"react-select": "^1.2.1",
"react-svg-bar-chart": "^1.0.0",
"react-svg-piechart": "^2.4.0",
"reactstrap": "^6.5.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.8",
"redux-form": "^7.1.2",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.3.0",
"rimraf": "^2.6.3",
"sequelize": "^3.30.4",
"style-loader": "^0.20.1",
"table-dragger": "^1.0.2",
"twix": "^1.2.1",
"universal-cookie": "^3.0.4",
"url": "^0.11.0",
"url-loader": "^1.0.1",
"web3": "^1.2.4",
"web3-net": "^1.2.4",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^2.11.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"eslint": "^5.3.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.0.1",
"nodemon": "^1.19.1",
"webpack": "^3.12.0",
"webpack-cli": "^3.3.10"
}
}