shop-components 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,14 +1,16 @@
1
1
  {
2
2
  "name": "shop-components",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Shop components",
5
- "main": "dist/main.js",
5
+ "main": "dist/shop-components.umd.js",
6
+ "module": "dist/shop-components.mjs",
6
7
  "scripts": {
7
8
  "dts": "tsc --emitDeclarationOnly & tsc & storybook build -o dist",
8
9
  "test": "echo \"Error: no test specified\" && exit 1",
9
10
  "dev": "storybook dev -p 6006",
10
11
  "build": "storybook build -o dist",
11
- "vite": "vite build"
12
+ "vite": "vite build",
13
+ "vitedev": "vite dev"
12
14
  },
13
15
  "files": [
14
16
  "dist",
@@ -43,6 +45,7 @@
43
45
  "howler": "^2.2.4",
44
46
  "pixi-viewport": "^5.0.2",
45
47
  "pixi.js": "^7.4.0",
48
+ "shop-components": "^0.0.1",
46
49
  "stats-fps.js": "0.0.6",
47
50
  "three-gpu-pathtracer": "^0.0.17",
48
51
  "three-mesh-bvh": "^0.7.0",
File without changes