-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 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
{
"name": "@display-lab/micca-validator",
"version": "0.6.1",
"description": "MICCA input validation and aggregation library.",
"author": "Colin A. Gross",
"license": "Apache-2.0",
"devDependencies": {
"chai": "^4.2.0",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"js-md5": "^0.7.3",
"mocha": "^8.0.1",
"mochapack": "^2.0.3",
"moment-locales-webpack-plugin": "^1.2.0",
"raw-loader": "^4.0.1",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.0.9",
"webpack-node-externals": "^2.5.0"
},
"dependencies": {
"d3": "^5.16.0",
"d3-array": "^2.4.0",
"d3-collection": "^1.0.7",
"d3-dsv": "^1.2.0",
"d3-time": "^1.1.0",
"date-fns": "^2.14.0",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"save-svg-as-png": "^1.4.17"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"watch": "webpack --watch --config webpack.dev.js",
"test": "mochapack --recursive --webpack-config webpack.config-test.js 'test/**/*.js'"
}
}