@x-viewer/plugins 0.9.0 → 0.10.0

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.
Files changed (2) hide show
  1. package/dist/index.esm.js +89 -89
  2. package/package.json +58 -58
package/package.json CHANGED
@@ -1,58 +1,58 @@
1
- {
2
- "name": "@x-viewer/plugins",
3
- "version": "0.9.0",
4
- "description": "The first typescript example for the Monorepo example",
5
- "author": "x-viewer",
6
- "license": "MIT",
7
- "keywords": [
8
- "ifc",
9
- "bim",
10
- "gis",
11
- "cad",
12
- "viewer",
13
- "three.js",
14
- "typescript"
15
- ],
16
- "repository": {
17
- "type": "git"
18
- },
19
- "publishConfig": {
20
- "access": "public",
21
- "registry": "https://registry.npmjs.org/"
22
- },
23
- "files": [
24
- "package.json",
25
- "dist",
26
- "LICENSE",
27
- "README.md"
28
- ],
29
- "type": "module",
30
- "main": "dist/index.esm.js",
31
- "module": "dist/index.esm.js",
32
- "types": "dist/types/index.d.ts",
33
- "dependencies": {
34
- "clipper-lib": "^6.4.2",
35
- "dat.gui": "^0.7.7",
36
- "mitt": "^3.0.0",
37
- "pdfjs-dist": "3.8.162",
38
- "screenfull": "^6.0.0",
39
- "stats.js": "^0.17.0",
40
- "@x-viewer/core": "^0.9.0",
41
- "@x-viewer/ui": "^0.9.0"
42
- },
43
- "devDependencies": {
44
- "@types/dat.gui": "^0.7.6",
45
- "@types/stats.js": "^0.17.3"
46
- },
47
- "scripts": {
48
- "build": "pnpm run clean:build && pnpm run data-type && rollup -c --environment BUILD:production",
49
- "clean:build": "rimraf ./dist",
50
- "data-type": "tsc --project tsconfig.bundle.json && tsc-alias -p tsconfig.bundle.json",
51
- "dev": "pnpm run data-type && rollup -c -w",
52
- "lint": "eslint . --ext .js,.ts",
53
- "lint:fix": "pnpm lint --fix",
54
- "format": "prettier --check .",
55
- "format:fix": "prettier --write .",
56
- "lint-staged": "lint-staged"
57
- }
58
- }
1
+ {
2
+ "name": "@x-viewer/plugins",
3
+ "version": "0.10.0",
4
+ "description": "The first typescript example for the Monorepo example",
5
+ "author": "x-viewer",
6
+ "license": "UNLICENSED",
7
+ "keywords": [
8
+ "ifc",
9
+ "bim",
10
+ "gis",
11
+ "cad",
12
+ "viewer",
13
+ "three.js",
14
+ "typescript"
15
+ ],
16
+ "repository": {
17
+ "type": "git"
18
+ },
19
+ "publishConfig": {
20
+ "access": "public",
21
+ "registry": "https://registry.npmjs.org/"
22
+ },
23
+ "files": [
24
+ "package.json",
25
+ "dist",
26
+ "LICENSE",
27
+ "README.md"
28
+ ],
29
+ "type": "module",
30
+ "main": "dist/index.esm.js",
31
+ "module": "dist/index.esm.js",
32
+ "types": "dist/types/index.d.ts",
33
+ "scripts": {
34
+ "build": "pnpm run clean:build && pnpm run data-type && rollup -c --environment BUILD:production",
35
+ "clean:build": "rimraf ./dist",
36
+ "data-type": "tsc --project tsconfig.bundle.json && tsc-alias -p tsconfig.bundle.json",
37
+ "dev": "pnpm run data-type && rollup -c -w",
38
+ "lint": "eslint . --ext .js,.ts",
39
+ "lint:fix": "pnpm lint --fix",
40
+ "format": "prettier --check .",
41
+ "format:fix": "prettier --write .",
42
+ "lint-staged": "lint-staged"
43
+ },
44
+ "dependencies": {
45
+ "@x-viewer/core": "workspace:^",
46
+ "@x-viewer/ui": "workspace:^",
47
+ "clipper-lib": "^6.4.2",
48
+ "dat.gui": "^0.7.7",
49
+ "mitt": "^3.0.0",
50
+ "pdfjs-dist": "3.8.162",
51
+ "screenfull": "^6.0.0",
52
+ "stats.js": "^0.17.0"
53
+ },
54
+ "devDependencies": {
55
+ "@types/dat.gui": "^0.7.6",
56
+ "@types/stats.js": "^0.17.3"
57
+ }
58
+ }