forked from rossning92/movy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 872 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
36
37
38
39
{
"author": {
"name": "Ross Ning",
"email": "[email protected]"
},
"name": "movy",
"version": "0.0.14",
"main": "src/movy.ts",
"license": "MIT",
"dependencies": {
"@types/dat.gui": "^0.7.6",
"@types/three": "^0.132.1",
"ccapture.js": "^1.1.0",
"dat.gui": "^0.7.6",
"gsap": "^3.6.1",
"mathjax": "3",
"minimist": "^1.2.5",
"seedrandom": "^3.0.5",
"three": "^0.132.2",
"troika-three-text": "^0.44.0",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4"
},
"bin": {
"movy": "bin/movy.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rossning92/movy.git"
},
"devDependencies": {
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
}
}