Skip to content

Commit

Permalink
wip: bundle dts via api-extractor and move deps to dev only
Browse files Browse the repository at this point in the history
  • Loading branch information
yue4u committed Sep 22, 2023
1 parent 71fa8c9 commit 25b13a6
Show file tree
Hide file tree
Showing 12 changed files with 1,922 additions and 34 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/packages/*/lib
/packages/*/ts*/
/packages/*/types
/packages/*/temp
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"devDependencies": {
"@gltf-transform/core": "^2.4.7",
"@microsoft/api-extractor": "^7.37.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^26.0.15",
"@typescript-eslint/eslint-plugin": "^4.6.1",
Expand Down
6 changes: 2 additions & 4 deletions packages/three-vrm-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@
"prettier --write"
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "2.0.3",
"@pixiv/types-vrmc-vrm-1.0": "2.0.3"
},
"devDependencies": {
"@pixiv/types-vrm-0.0": "2.0.3",
"@pixiv/types-vrmc-vrm-1.0": "2.0.3",
"@types/three": "^0.154.0",
"lint-staged": "13.1.2",
"three": "^0.154.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@
"prettier --write"
]
},
"dependencies": {
"@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "2.0.3"
},
"devDependencies": {
"@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0": "2.0.3",
"@types/three": "^0.154.0",
"three": "^0.154.0"
},
Expand Down
6 changes: 2 additions & 4 deletions packages/three-vrm-materials-mtoon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@
"prettier --write"
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "2.0.3",
"@pixiv/types-vrmc-materials-mtoon-1.0": "2.0.3"
},
"devDependencies": {
"@pixiv/types-vrm-0.0": "2.0.3",
"@pixiv/types-vrmc-materials-mtoon-1.0": "2.0.3",
"@types/three": "^0.154.0",
"three": "^0.154.0"
},
Expand Down
6 changes: 2 additions & 4 deletions packages/three-vrm-materials-v0compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@
"prettier --write"
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "2.0.3",
"@pixiv/types-vrmc-materials-mtoon-1.0": "2.0.3"
},
"devDependencies": {
"@pixiv/types-vrm-0.0": "2.0.3",
"@pixiv/types-vrmc-materials-mtoon-1.0": "2.0.3",
"@types/three": "^0.154.0",
"lint-staged": "13.1.2",
"three": "^0.154.0"
Expand Down
4 changes: 1 addition & 3 deletions packages/three-vrm-node-constraint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@
"prettier --write"
]
},
"dependencies": {
"@pixiv/types-vrmc-node-constraint-1.0": "2.0.3"
},
"devDependencies": {
"@pixiv/types-vrmc-node-constraint-1.0": "2.0.3",
"@types/three": "^0.154.0",
"lint-staged": "13.1.2",
"three": "^0.154.0"
Expand Down
6 changes: 2 additions & 4 deletions packages/three-vrm-springbone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@
"prettier --write"
]
},
"dependencies": {
"@pixiv/types-vrm-0.0": "2.0.3",
"@pixiv/types-vrmc-springbone-1.0": "2.0.3"
},
"devDependencies": {
"@pixiv/types-vrm-0.0": "2.0.3",
"@pixiv/types-vrmc-springbone-1.0": "2.0.3",
"lint-staged": "13.1.2",
"three": "^0.154.0"
},
Expand Down
Loading

0 comments on commit 25b13a6

Please sign in to comment.