forked from decred/dcrdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.45 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.45 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "dcrdata",
"version": "1.0.0",
"description": "[](https://travis-ci.org/decred/dcrdata) [](https://github.com/decred/dcrdata/tags) [](https://goreportcard.com/report/github.com/decred/dcrdata) [](http://copyfree.org)",
"main": "index.js",
"private": true,
"sideEffects": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --config webpack.dev.js",
"start": "webpack-dev-server --open --config webpack.dev.js",
"analyze": "webpack --config webpack.analyze.js",
"build": "webpack --config webpack.prod.js --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decred/dcrdata.git"
},
"keywords": [],
"author": "Decred",
"license": "ISC",
"bugs": {
"url": "https://github.com/decred/dcrdata/issues"
},
"homepage": "https://github.com/decred/dcrdata#readme",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"axios": "^0.19.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"mini-css-extract-plugin": "^0.7.0",
"mousetrap": "^1.6.3",
"node-sass": "^4.13.0",
"notifyjs": "^3.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^7.3.1",
"stimulus": "^1.1.1",
"style-loader": "^0.23.1",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-webpack-plugin": "^0.10.5",
"terser-webpack-plugin": "^2.3.0",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"bootstrap": "^4.4.1",
"dompurify": "^2.0.7",
"lodash-es": "^4.17.15",
"qrcode": "^1.4.4"
}
}