-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
51 lines (51 loc) · 1.96 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
{
"name": "municipal-data",
"version": "1.0.0",
"description": "South African municipal financial data portal",
"main": "index.js",
"repository": "[email protected]:OpenUpSA/municipal-data.git",
"author": "(JD Bothma <[email protected]>)",
"license": "MIT",
"scripts": {
"dev": "parcel watch assets/scss/municipal-money.scss assets/js/municipal-money.js --out-dir assets/bundles --public-url /static",
"build": "parcel build --no-minify assets/scss/municipal-money.scss assets/js/municipal-money.js --out-dir assets/bundles --public-url /static",
"lint": "eslint assets/js/*.js assets/js/**/*.js scorecard/static/js/*.js municipal_finance/static/javascript/*.js household/static/household/js/household.js infrastructure/static/js/barchart.js infrastructure/static/js/mm-webflow.js infrastructure/static/js/sorter.js infrastructure/static/js/utils.js"
},
"dependencies": {
"core-js": "3.8.0",
"d3-axis": "^2.0.0",
"d3-format": "^2.0.0",
"d3-scale": "^3.2.3",
"d3-selection": "^2.0.0",
"d3-transition": "^2.0.0",
"elliptic": "^6.5.4",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"import-webflow-export": "^0.0.4",
"json-schema": "^0.4.0",
"json5": "^2.2.3",
"loader-utils": "^2.0.4",
"lodash": "^4.17.21",
"minimatch": "^3.1.2",
"municipal-money-charts": "https://github.com/OpenUpSA/municipal-money-charts.git#51cf3e8b1a3d565318ed279584f2257ca15e4f49",
"parcel-bundler": "^1.12.4",
"puppeteer": "^5.5.0",
"sass": "^1.25.1-test.1",
"thenby": "^1.3.4"
},
"importWebflowExport": {
"copyTrees": {
"css": "webflow/static/webflow/css",
"js": "webflow/static/webflow/js",
"images": "webflow/static/webflow/images"
},
"importHtml": [
{
"glob": "{index,muni-profile,help,terms,locate}.html",
"destDir": "webflow/templates/webflow",
"transforms": "./assets/js/webflow/import.js"
}
]
}
}