forked from threlte/threlte
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.16 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.16 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
37
{
"name": "threlte-mono",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
"build:docs": "turbo run build --filter='@threlte/docs'",
"preview": "turbo run preview",
"lint": "turbo run lint",
"install:all": "pnpm install --filter='!@threlte/gltf'",
"install:packages": "pnpm install --filter='!./apps/*'",
"package": "turbo run package --filter='./packages/*'",
"package:graph": "turbo run package --filter='./packages/*' --graph",
"format": "pnpm -r --aggregate-output format",
"prettier": "pnpm -r --aggregate-output lint",
"release": "changeset publish",
"cleanup": "turbo run cleanup && rimraf node_modules",
"test": "turbo run test"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"eslint-config-custom": "*",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-svelte": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.5",
"rimraf": "^5.0.5",
"turbo": "^2.3.1"
},
"engines": {
"pnpm": "^9.0.0",
"node": ">=16.0.0"
},
"packageManager": "pnpm@9.4.0",
"type": "module"
}