-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.07 KB
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
{
"name": "textalive-app-dance",
"private": true,
"version": "1.0.0",
"description": "3Dモデルを使った複雑な処理を含むTextAlive App APIの作例",
"scripts": {
"prebuild-dev": "cd src/assets && copyfiles ./**/* ../../dev",
"build-dev": "parcel src/index.html --dist-dir dev",
"prebuild": "del-cli docs && cd src/assets && copyfiles ./**/* ../../docs",
"build": "parcel build src/index.html --public-url ./ --dist-dir docs --no-source-maps",
"clean": "del-cli .parcel-cache .cache dev docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TextAliveJp/textalive-app-dance.git"
},
"keywords": [
"textalive"
],
"author": "",
"license": "MIT",
"homepage": "https://github.com/TextAliveJp/textalive-app-dance#readme",
"dependencies": {
"dat.gui": "^0.7.7",
"textalive-app-api": "^0.5.0",
"three": "^0.117.1",
"three.meshline": "^1.2.0"
},
"devDependencies": {
"buffer": "^6.0.3",
"copyfiles": "^2.4.1",
"del-cli": "^7.0.0",
"parcel": "^2.16.4",
"typescript": "^6.0.2"
}
}