generated from RhoInc/webcharts-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.94 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
{
"name": "safety-qc-dashboard",
"description": "Quality Control Metrics for Safety Graphics",
"version": "0.1.0",
"author": "Rho, Inc.",
"license": "MIT",
"homepage": "https://github.com/RhoInc/safety-qc-dashboard",
"module": "./src/index.js",
"main": "./safetyQcDashboard.js",
"keywords": [
""
],
"dependencies": {
"d3": "^3",
"webcharts": "^1.11.6"
},
"scripts": {
"build": "npm audit fix && npm run get-all && npm run bundle && npm run format",
"build-offline": "npm run bundle && npm run format",
"bundle": "rollup -c",
"get-all": "node ./scripts/getAll.js",
"format": "npm run format-src && npm run format-bundle",
"format-src": "prettier --print-width=100 --tab-width=4 --single-quote --write \"./src/**/*.js\"",
"test-page": "start chrome ./test-page/index.html && start firefox ./test-page/index.html && start iexplore file://%CD%/test-page/index.html",
"watch": "rollup -c -w",
"format-bundle": "prettier --print-width=100 --tab-width=4 --single-quote --write ./safetyQcDashboard.js"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"base-64": "^0.1.0",
"node-fetch": "^2.3.0",
"prettier": "^1.18.2",
"read": "^1.0.7",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"simple-git": "^1.131.0",
"showdown": "^1.9.1",
"html-pdf": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/RhoInc/safety-qc-dashboard.git"
},
"bugs": {
"url": "https://github.com/RhoInc/safety-qc-dashboard/issues"
},
"org": "RhoInc",
"function": "safetyQcDashboard"
}