|
34 | 34 | ]
|
35 | 35 | },
|
36 | 36 | "scripts": {
|
37 |
| - "prebuild": "rimraf dist && yarn typegen", |
38 |
| - "build": "rollup -c", |
| 37 | + "prebuild": "rimraf dist", |
| 38 | + "build": "vite build && tsc --emitDeclarationOnly", |
39 | 39 | "prepare": "yarn build",
|
40 | 40 | "eslint": "eslint . --fix --ext=js,ts,jsx,tsx",
|
41 | 41 | "eslint:ci": "eslint . --ext=js,ts,jsx,tsx",
|
42 | 42 | "test": "echo no tests yet",
|
43 |
| - "typecheck": "tsc --noEmit --emitDeclarationOnly false --strict --jsx react", |
44 |
| - "typegen": "tsc --emitDeclarationOnly || true", |
| 43 | + "typecheck": "tsc --noEmit false --strict --jsx react", |
45 | 44 | "release": "semantic-release",
|
46 | 45 | "storybook": "storybook dev -p 6006",
|
47 | 46 | "build-storybook": "storybook build"
|
|
51 | 50 | "n8ao": "^1.4.2",
|
52 | 51 | "postprocessing": "^6.31.0",
|
53 | 52 | "screen-space-reflections": "2.5.0",
|
54 |
| - "three-stdlib": "^2.21.10" |
| 53 | + "three-stdlib": "^2.23.4" |
55 | 54 | },
|
56 | 55 | "devDependencies": {
|
57 | 56 | "@react-three/drei": "^9.68.2",
|
58 | 57 | "@react-three/fiber": "^8.13.0",
|
59 |
| - "@rollup/plugin-commonjs": "^24.1.0", |
60 |
| - "@rollup/plugin-node-resolve": "^15.0.2", |
61 |
| - "@rollup/plugin-typescript": "^11.1.0", |
62 | 58 | "@storybook/addon-essentials": "^7.0.10",
|
63 | 59 | "@storybook/addon-interactions": "^7.0.10",
|
64 | 60 | "@storybook/addon-links": "^7.0.10",
|
|
85 | 81 | "react": "^18.2.0",
|
86 | 82 | "react-dom": "^18.2.0",
|
87 | 83 | "rimraf": "^5.0.0",
|
88 |
| - "rollup": "^3.21.0", |
89 |
| - "rollup-plugin-filesize": "^10.0.0", |
90 | 84 | "semantic-release": "^21.0.2",
|
91 | 85 | "storybook": "^7.0.10",
|
92 | 86 | "three": "^0.151.3",
|
|
0 commit comments