forked from bldrs-ai/Share
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
145 lines (145 loc) · 6.01 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "bldrs",
"version": "1.0.875",
"main": "src/index.jsx",
"license": "MIT",
"homepage": "https://github.com/bldrs-ai/Share",
"bugs": {
"url": "https://github.com/bldrs-ai/Share/issues"
},
"scripts": {
"build": "yarn build-conway",
"build-conway": "yarn clean && yarn build-share-conway && yarn build-cosmos",
"build-webifc": "yarn clean && yarn build-share-webifc && yarn build-cosmos",
"build-cosmos": "shx rm -rf docs/cosmos; shx mkdir -p docs ; cosmos-export --config .cosmos.config.json && shx mv cosmos-export docs/cosmos",
"build-share": "yarn update-version && node tools/esbuild/build.js && shx mkdir -p docs/static/js && shx cp src/OPFS/OPFS.worker.js docs/",
"build-share-conway": "run-script-os",
"build-share-conway:win32": "set USE_WEBIFC_SHIM=true&& yarn build-share",
"build-share-conway:linux:darwin": "USE_WEBIFC_SHIM=true yarn build-share",
"build-share-webifc": "run-script-os",
"build-share-webifc:win32": "set USE_WEBIFC_SHIM=false&& yarn build-share && yarn build-share-copy-wasm-webifc",
"build-share-webifc:linux:darwin": "USE_WEBIFC_SHIM=false yarn build-share && yarn build-share-copy-wasm-webifc",
"build-share-copy-wasm-webifc": "shx cp node_modules/web-ifc/*.wasm docs/static/js",
"build-share-copy-wasm-conway": "shx cp node_modules/@bldrs-ai/conway/compiled/dependencies/conway-geom/Dist/*.wasm docs/static/js",
"clean": "shx rm -rf docs",
"cypress:open": "cypress run",
"cypress-spec": "cypress run --spec",
"cypress-headed": "cypress run --headed --browser chrome --no-exit",
"cypress-headed-spec": "cypress run --headed --browser chrome --no-exit --spec",
"deps-graph": "npx dependency-cruiser src --include-only 'jsx?' --config --output-type dot | dot -T svg > deps.svg",
"husky-init": "husky install",
"lint": "yarn lint-src && yarn lint-tools",
"lint-src": "yarn eslint src && tsc -p tools/tsconfig.json",
"lint-tools": "yarn eslint --rule no-console:off cypress tools",
"precommit": "yarn lint && yarn test",
"serve": "yarn serve-share-conway",
"serve-cosmos": "cosmos --config .cosmos.config.json",
"serve-share-conway": "run-script-os",
"serve-share-conway:win32": "yarn build-share-conway && set USE_WEBIFC_SHIM=true&& node tools/esbuild/serve.js",
"serve-share-conway:linux:darwin": "yarn build-share-conway && USE_WEBIFC_SHIM=true node tools/esbuild/serve.js",
"serve-share-webifc": "run-script-os",
"serve-share-webifc:win32": "yarn build-share-webifc && set USE_WEBIFC_SHIM=false&& node tools/esbuild/serve.js",
"serve-share-webifc:linux:darwin": "yarn build-share-webifc && USE_WEBIFC_SHIM=false node tools/esbuild/serve.js",
"test": "jest --config tools/jest/jest.config.js",
"update-version": "./scripts/updateVersion.mjs"
},
"dependencies": {
"@auth0/auth0-react": "^2.0.0",
"@babel/core": "^7.18.10",
"@bldrs-ai/conway": "./bldrs-ai-conway-0.1.425.tgz",
"@bldrs-ai/ifclib": "^5.3.3",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@iconscout/react-unicons": "^2.0.0",
"@mui/icons-material": "^5.11.9",
"@mui/lab": "^5.0.0-alpha.95",
"@mui/material": "^5.9.2",
"@mui/styled-engine": "^5.8.7",
"@mui/styles": "^5.11.13",
"@octokit/rest": "^19.0.3",
"@sentry/react": "^7.61.0",
"@sentry/tracing": "^7.61.0",
"axios": "^1.6.7",
"clsx": "^1.2.1",
"cypress-react-router": "^2.0.1",
"js-cookie": "^3.0.5",
"material-ui-popup-state": "^5.0.4",
"matrix-widget-api": "^1.1.1",
"normalize.css": "^8.0.1",
"postprocessing": "^6.29.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-cosmos-plugin-webpack": "^6.0.0-beta.6",
"react-dom": "^18.2.0",
"react-feature-flags": "^1.0.0",
"react-ga4": "^2.1.0",
"react-helmet-async": "^1.3.0",
"react-markdown": "^8.0.3",
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.3.0",
"react-swipeable": "^7.0.1",
"remark-gfm": "^3.0.1",
"three": "^0.135",
"typescript": "^4.8.4",
"use-double-tap": "^1.3.4",
"web-ifc-viewer": "./web-ifc-viewer-1.0.209-bldrs-1.tgz",
"web-vitals": "^2.1.0",
"zustand": "^4.0.0"
},
"devDependencies": {
"@alex_neo/jest-expect-message": "^1.0.5",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-syntax-import-assertions": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.3",
"@mui/types": "^7.2.3",
"@pablo-mayrgundter/cookies.js": "^1.0.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/cypress": "^10.0.1",
"@testing-library/dom": "^8.19.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@tsconfig/recommended": "^1.0.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/three": "^0.146.0",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"canvas": "^2.11.0",
"cypress": "^13.2.0",
"cypress-real-events": "^1.10.3",
"esbuild": "0.19.5",
"esbuild-clean-plugin": "^1.0.0",
"esbuild-copy-static-files": "^0.1.0",
"esbuild-plugin-progress": "^1.0.1",
"esbuild-plugin-svgr": "^2.0.0",
"eslint": "^8.22.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.9.1",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jsdom": "^20.0.3",
"msw": "^0.47.4",
"react-cosmos": "^6.0.0-beta.6",
"run-script-os": "^1.1.6",
"shx": "^0.3.4",
"webpack": "^5.75.0"
},
"msw": {
"workerDirectory": "public"
}
}