-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
107 lines (107 loc) · 3.24 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
{
"name": "@sunet/mdq-browser",
"version": "1.0.1",
"description": "an MDQ browser, including APIs for pyff.io",
"main": "index.js",
"homepage": "https://github.com/SUNET/mdq-browser",
"repository": {
"type": "git",
"url": "https://github.com/SUNET/mdq-browser"
},
"bugs": {
"url": "https://github.com/SUNET/mdq-browser/issues"
},
"scripts": {
"test": "./node_modules/.bin/nyc --reporter=lcov -- ./node_modules/mocha/bin/_mocha --require @babel/register",
"lint": "node_modules/.bin/goodparts src",
"cover": "./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js",
"start": "webpack-dev-server --hot --json --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"keywords": [],
"author": "Leif Johansson <leifj@sunet.se>",
"license": "BSD",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.1.2",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@fortawesome/fontawesome-free": "^5.8.1",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-plugin-istanbul": "^5.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.3.1",
"clean-webpack-plugin": "^0.1.19",
"coveralls": "^3.0.2",
"css-loader": "^1.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"favicons-webpack-plugin": "^1.0.2",
"fetch-mock": "^7.3.0",
"file-loader": "^2.0.0",
"goodparts": "^1.2.1",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.0",
"hashes": "^0.1.4",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.0.0-beta.5",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.4.4",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^13.3.0",
"raw-loader": "^1.0.0",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"url-loader": "^1.1.2",
"webpack": "^4.29.1",
"webpack-bundle-analyzer": "^3.1.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^4.1.4",
"webpack-polyfill-injector": "^3.0.2",
"webpack-polyfills-plugin": "^0.2.0"
},
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage"
}
]
],
"dependencies": {
"@babel/register": "^7.0.0",
"@beyonk/google-fonts-webpack-plugin": "^1.2.3",
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"chai": "^4.2.0",
"chownr": "^1.1.1",
"code-prettify": "^0.1.0",
"copy-webpack-plugin": "^5.1.1",
"dotenv-webpack": "^1.7.0",
"ejs": "^2.6.1",
"ejs-compiled-loader": "^2.1.0",
"ejs-loader": "^0.3.1",
"hogan": "^1.0.2",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"jquery.xmleditor": "^1.3.0",
"js-yaml": "^3.13.1",
"json-cycle": "^1.3.0",
"json-tree-viewer": "0.0.2",
"lodash": "^4.17.21",
"mocha": "^5.2.0",
"mock-browser": "^0.92.14",
"mustache-loader": "^1.4.3",
"node-fetch": "^2.6.1",
"popper": "^1.0.1",
"popper.js": "^1.14.7",
"snyk": "^1.563.0"
},
"snyk": true
}