-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.47 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
{
"name": "presidential-employment-stimulus",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html",
"webflow-import": "npx import-webflow webflow-export.zip",
"lint": "eslint src/js/ --ext js"
},
"staticFiles": {
"staticPath": [
{
"staticPath": "data",
"staticOutDir": "data"
},
{
"staticPath": "img",
"staticOutDir": "img"
}
]
},
"importWebflowExport": {
"copyTrees": {
"css": "src/css",
"js": "src/js",
"images": "src/images"
},
"importHtml": [
{
"glob": "*.html",
"destDir": "src",
"transforms": "./src/js/webflow-transform.js"
}
]
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.13",
"babel-plugin-transform-regenerator": "^6.26.0",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"import-webflow-export": "0.0.4",
"parcel-bundler": "^1.12.3",
"parcel-plugin-static-files-copy": "^2.5.1"
},
"dependencies": {
"d3": "^6.5.0",
"d3-array": "^2.12.1",
"d3-axis": "^2.1.0",
"d3-fetch": "^2.0.0",
"d3-scale": "^3.2.3",
"d3-selection": "^2.0.0",
"d3-shape": "^2.1.0",
"d3-time": "^2.0.0",
"d3-time-format": "^3.0.0",
"import": "^0.0.6",
"jquery": "^3.5.1",
"swiper": "6"
}
}