generated from ParametricPress/issue-02-article-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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": "article-template",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "idyll --no-ssr --template _local.html",
"build": "idyll build --no-ssr --output docs",
"export-gltf": "node -r esm scripts/export-gltf",
"export-all": "./scripts/export-all.sh",
"export-all:windows": "./scripts/export-all.bat"
},
"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",
"compileLibs": true,
"components": [
"./node_modules/parametric-components/dist/cjs/issue-02",
"./components"
],
"output": "dev"
},
"dependencies": {
"@use-it/event-listener": "^0.1.5",
"color": "^3.1.2",
"d3": "^5.15.0",
"drei": "^1.5.6",
"idyll": "^4.12.1",
"idyll-d3-component": "^2.0.0",
"lodash": "^4.17.20",
"parametric-components": "^2.1.40",
"parametric-styles": "^2.2.31",
"react-spring": "^8.0.27",
"react-three-fiber": "^4.2.21",
"three": "^0.120.1"
},
"devDependencies": {
"chalk": "^4.1.0",
"esm": "^3.2.25",
"execa": "^4.0.3",
"gltfpack": "^0.14.0",
"make-dir": "^3.1.0",
"minimist": "^1.2.5",
"ora": "^5.1.0",
"pretty-bytes": "^5.4.1",
"tempy": "^0.6.0",
"which": "^2.0.2"
}
}