generated from ParametricPress/issue-02-article-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 855 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
{
"name": "article-template",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "idyll --template _local.html --no-ssr",
"build": "idyll build --output docs --no-ssr"
},
"idyll": {
"css": "styles.css",
"authorView": false,
"template": "_index.html",
"layout": "./node_modules/parametric-styles/issue-02-layout.css",
"theme": "./node_modules/parametric-styles/issue-02-theme-dark.css",
"context": "./context.js",
"components": [
"./node_modules/parametric-components/dist/cjs/issue-02",
"./components"
]
},
"dependencies": {
"d3": "^5.16.0",
"idyll": "^4.12.1",
"idyll-d3-component": "^2.0.0",
"memoizee": "^0.4.14",
"p5": "^1.1.9",
"parametric-components": "^2.1.40",
"parametric-styles": "^2.2.31",
"plotly.js-basic-dist-min": "^1.57.0"
}
}