@epigraph/configurator 2.2.0 → 2.2.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.
Files changed (3) hide show
  1. package/README.md +98 -98
  2. package/dist/index.js +84 -84
  3. package/package.json +89 -89
package/package.json CHANGED
@@ -1,89 +1,89 @@
1
- {
2
- "name": "@epigraph/configurator",
3
- "version": "2.2.0",
4
- "description": "Epigraph Configurator web component.",
5
- "keywords": [],
6
- "main": "./dist/index.js",
7
- "dependencies": {
8
- "@epigraph/epigraph-std-lib": "^4.6.0",
9
- "@gltf-transform/core": "3.7.3",
10
- "@gltf-transform/functions": "3.7.3",
11
- "@google/model-viewer": "^3.5.0",
12
- "@react-three/drei": "^9.108.3",
13
- "@react-three/fiber": "^8.16.8",
14
- "@react-three/postprocessing": "^2.16.2",
15
- "@react-three/rapier": "^1.1.1",
16
- "@splidejs/react-splide": "0.7.12",
17
- "@tweenjs/tween.js": "21.0.0",
18
- "@use-gesture/react": "10.3.0",
19
- "@vitejs/plugin-react": "4.1.0",
20
- "convert-units": "2.3.4",
21
- "eslint": "8.51.0",
22
- "eslint-config-standard": "17.1.0",
23
- "eslint-plugin-import": "2.28.1",
24
- "eslint-plugin-n": "16.2.0",
25
- "eslint-plugin-promise": "6.1.1",
26
- "eslint-plugin-react": "7.33.2",
27
- "fs-extra": "^11.1.1",
28
- "jsdoc": "4.0.2",
29
- "lint-staged": "15.0.1",
30
- "lottie-react": "^2.4.0",
31
- "path": "0.12.7",
32
- "postprocessing": "^6.33.4",
33
- "qr-creator": "^1.0.0",
34
- "react": "18.2.0",
35
- "react-dom": "18.2.0",
36
- "react-quill": "2.0.0",
37
- "react-tabs": "6.0.2",
38
- "three": "0.163.0",
39
- "three-stdlib": "^2.27.2",
40
- "uuid": "^11.1.0",
41
- "vite": "4.4.11",
42
- "zustand": "4.4.3"
43
- },
44
- "devDependencies": {
45
- "cross-env": "^7.0.3",
46
- "husky": "^8.0.0",
47
- "jsdoc-to-markdown": "^7.1.1",
48
- "prettier": "^2.7.1",
49
- "pretty-quick": "^3.1.3"
50
- },
51
- "scripts": {
52
- "generate-api-docs": "node ./src/generateApiDocsAsMD.js",
53
- "build:client-docs": "npm run generate-api-docs && cd ./docs/client-docs && npm run build",
54
- "live:client-docs": "cd ./docs/client-docs && npm run start",
55
- "build-and-run:client-docs": "npm run generate-api-docs && cd ./docs/client-docs && npm run build && npm run serve",
56
- "------------------------------": "====================================",
57
- "prepare": "husky install",
58
- "format-all": "prettier -w . && git add -A .",
59
- "format": "pretty-quick --staged",
60
- "prepublishOnly": "npm run build:prod",
61
- "-------------------------------": "====================================",
62
- "setup": "npm install && npm run download-all-assets",
63
- "organise:dist": "node npm-scripts/organiseDist.js",
64
- "dev": "vite",
65
- "build:prod": "cross-env NODE_ENV=production && vite build --mode production && npm run organise:dist",
66
- "build:staging": "cross-env NODE_ENV=staging && vite build --mode staging",
67
- "build:cloudflare": "vite build --mode staging",
68
- "--------------------------------": "====================================",
69
- "create-public-dir": "node npm-scripts/createPubDir.js"
70
- },
71
- "browserslist": [
72
- ">0.2%",
73
- "not dead",
74
- "not ie <= 11",
75
- "not op_mini all"
76
- ],
77
- "files": [
78
- "dist/"
79
- ],
80
- "repository": {
81
- "type": "git",
82
- "url": "git+https://github.com/epigraph-us/epigraph-configurator.git"
83
- },
84
- "author": "puneet@epigraph.us",
85
- "license": "Apache-2.0",
86
- "bugs": {
87
- "url": "https://github.com/epigraph-us/epigraph-configurator/issues"
88
- }
89
- }
1
+ {
2
+ "name": "@epigraph/configurator",
3
+ "version": "2.2.2",
4
+ "description": "Epigraph Configurator web component.",
5
+ "keywords": [],
6
+ "main": "./dist/index.js",
7
+ "dependencies": {
8
+ "@epigraph/epigraph-std-lib": "^4.6.0",
9
+ "@gltf-transform/core": "3.7.3",
10
+ "@gltf-transform/functions": "3.7.3",
11
+ "@google/model-viewer": "^3.5.0",
12
+ "@react-three/drei": "^9.108.3",
13
+ "@react-three/fiber": "^8.16.8",
14
+ "@react-three/postprocessing": "^2.16.2",
15
+ "@react-three/rapier": "^1.1.1",
16
+ "@splidejs/react-splide": "0.7.12",
17
+ "@tweenjs/tween.js": "21.0.0",
18
+ "@use-gesture/react": "10.3.0",
19
+ "@vitejs/plugin-react": "4.1.0",
20
+ "convert-units": "2.3.4",
21
+ "eslint": "8.51.0",
22
+ "eslint-config-standard": "17.1.0",
23
+ "eslint-plugin-import": "2.28.1",
24
+ "eslint-plugin-n": "16.2.0",
25
+ "eslint-plugin-promise": "6.1.1",
26
+ "eslint-plugin-react": "7.33.2",
27
+ "fs-extra": "^11.1.1",
28
+ "jsdoc": "4.0.2",
29
+ "lint-staged": "15.0.1",
30
+ "lottie-react": "^2.4.0",
31
+ "path": "0.12.7",
32
+ "postprocessing": "^6.33.4",
33
+ "qr-creator": "^1.0.0",
34
+ "react": "18.2.0",
35
+ "react-dom": "18.2.0",
36
+ "react-quill": "2.0.0",
37
+ "react-tabs": "6.0.2",
38
+ "three": "0.163.0",
39
+ "three-stdlib": "^2.27.2",
40
+ "uuid": "^11.1.0",
41
+ "vite": "4.4.11",
42
+ "zustand": "4.4.3"
43
+ },
44
+ "devDependencies": {
45
+ "cross-env": "^7.0.3",
46
+ "husky": "^8.0.0",
47
+ "jsdoc-to-markdown": "^7.1.1",
48
+ "prettier": "^2.7.1",
49
+ "pretty-quick": "^3.1.3"
50
+ },
51
+ "scripts": {
52
+ "generate-api-docs": "node ./src/generateApiDocsAsMD.js",
53
+ "build:client-docs": "npm run generate-api-docs && cd ./docs/client-docs && npm run build",
54
+ "live:client-docs": "cd ./docs/client-docs && npm run start",
55
+ "build-and-run:client-docs": "npm run generate-api-docs && cd ./docs/client-docs && npm run build && npm run serve",
56
+ "------------------------------": "====================================",
57
+ "prepare": "husky install",
58
+ "format-all": "prettier -w . && git add -A .",
59
+ "format": "pretty-quick --staged",
60
+ "prepublishOnly": "npm run build:prod",
61
+ "-------------------------------": "====================================",
62
+ "setup": "npm install && npm run download-all-assets",
63
+ "organise:dist": "node npm-scripts/organiseDist.js",
64
+ "dev": "vite",
65
+ "build:prod": "cross-env NODE_ENV=production && vite build --mode production && npm run organise:dist",
66
+ "build:staging": "cross-env NODE_ENV=staging && vite build --mode staging",
67
+ "build:cloudflare": "vite build --mode staging",
68
+ "--------------------------------": "====================================",
69
+ "create-public-dir": "node npm-scripts/createPubDir.js"
70
+ },
71
+ "browserslist": [
72
+ ">0.2%",
73
+ "not dead",
74
+ "not ie <= 11",
75
+ "not op_mini all"
76
+ ],
77
+ "files": [
78
+ "dist/"
79
+ ],
80
+ "repository": {
81
+ "type": "git",
82
+ "url": "git+https://github.com/epigraph-us/epigraph-configurator.git"
83
+ },
84
+ "author": "puneet@epigraph.us",
85
+ "license": "Apache-2.0",
86
+ "bugs": {
87
+ "url": "https://github.com/epigraph-us/epigraph-configurator/issues"
88
+ }
89
+ }