-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 751 Bytes
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
{
"name": "strangeattractor",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "parcel build src/index.html --dist-dir docs/ --public-url https://sbuggay.github.io/strange-attractor",
"start": "parcel src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tweakpane/plugin-essentials": "^0.1.8",
"dat.gui": "^0.7.9",
"three": "^0.148.0",
"three.meshline": "^1.4.0",
"tweakpane": "^3.1.1",
"tweakpane-plugin-infodump": "github:doersino/tweakpane-plugin-infodump"
},
"devDependencies": {
"@tweakpane/core": "^1.1.1",
"@types/dat.gui": "^0.7.7",
"@types/three": "^0.147.0",
"parcel": "^2.8.2"
}
}