generated from ParametricPress/issue-02-article-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 970 Bytes
/
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
{
"name": "article-template",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "idyll --template _local.html",
"build": "idyll build --output docs"
},
"idyll": {
"css": "styles.css",
"authorView": false,
"template": "_index.html",
"layout": "./node_modules/parametric-styles/issue-02-theme-dark.css",
"theme": "./node_modules/parametric-styles/issue-02-layout.css",
"components": [
"./node_modules/parametric-components/dist/cjs/issue-02",
"./components"
]
},
"dependencies": {
"@arcgis/webpack-plugin": "^4.16.3",
"@esri/react-arcgis": "^5.1.0",
"d3": "^5.15.0",
"deck.gl": "^8.2.7",
"esri-loader": "^2.15.0",
"idyll": "^4.0.7",
"idyll-d3-component": "^2.0.0",
"idyll-vega-lite": "^2.0.3",
"p5": "^1.1.9",
"parametric-components": "^2.1.40",
"parametric-styles": "^2.2.31",
"react-map-gl": "^5.2.7",
"react-visibility-sensor": "^5.1.1"
}
}