-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "bitshares-explorer",
"private": false,
"version": "1.0.0",
"description": "An opensource bitshares explorer.",
"repository": "https://github.com/oxarbitrage/bitshares-explorer",
"license": "MIT",
"devDependencies": {
"angular": ">=1.7.9",
"angular-animate": "1.7.8",
"angular-aria": "1.7.8",
"angular-google-analytics": "1.1.8",
"angular-loader": "1.7.8",
"angular-loading-bar": "0.9.0",
"angular-route": "1.7.8",
"angular-translate": "2.18.1",
"angular-translate-loader-static-files": "2.18.1",
"angular-ui-bootstrap": "2.5.6",
"angular-websocket": "2.0.1",
"bootstrap": "3.4.1",
"components-font-awesome": "5.9.0",
"echarts": "4.2.1",
"jdenticon": "2.2.0",
"jquery": "3.5.0",
"js-sha256": "0.9.0",
"angular-echarts-lite": "1.1.0",
"webpack": "5.94.0",
"webpack-cli": "3.3.7",
"copy-webpack-plugin": "5.0.4",
"html-webpack-plugin": "3.2.0",
"webpack-dev-server": "3.8.0"
},
"scripts": {
"prestart": "npm install",
"start": "webpack-dev-server",
"start:build": "webpack --mode=production"
}
}