mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-08 00:33:14 +01:00
* feat: initial tauri commit * feat: finish up CI system * fix: fix release asset types * feat: update tauri version - added support for native windows shadows - upgraded tauri version to newest LTS - added tauri commands to package.json * feat: add setup scripts for setting up tauri dev environment * fix: script for linux - use user input instead of auto-detection * feat: initial cir release * fix: remove caching of pnpm in ci * fix: remove old path * fix: windows failing to build * fix: .releasesrc file not having a main branch * fix: .releasesrc file not having a main branch * Tauri (#1) * fix: release to tauri branch * fix: release to tauri branch * fix: release to tauri branch * fix: release to tauri * fix: fix app not loading on linux builds - update tauri - fix dist directory path BREAKING CHANGES * fix: update readme * fix: semantic-release * Update .releaserc * Update ci.yaml * fix: Update .releaserc * fix: remove repo from package.json * chore(major): 1.0.0-tauri.1 [skip ci] ## 1.0.0-tauri.1 (2023-05-09) ### ⚠ BREAKING CHANGES * CHANGES ### 🍕 Features * add setup scripts for setting up tauri dev environment ([0c41a33](0c41a33d0e)) * **dxf:** add support for dimensions in dxf. ([56c884c](56c884ccfd)) * add support for dxf blocks ([#200](https://github.com/ZanzyTHEbar/jsketcher/issues/200)) ([322d47f](322d47f802)) * add support for dxf files import ([2fa2866](2fa2866296)) * finish up CI system ([5a688d1](5a688d1a9e)) * initial cir release ([2f94a6e](2f94a6eb82)) * initial tauri commit ([0a0bb54](0a0bb5485e)) * update tauri version ([90168da](90168da42c)) ### 🐛 Bug Fixes * .releasesrc file not having a main branch ([04f2e2c](04f2e2c6b7)) * .releasesrc file not having a main branch ([25ae8a4](25ae8a464b)) * **dxf:** add dimLayers to the export. ([#183](https://github.com/ZanzyTHEbar/jsketcher/issues/183)) ([a3349b5](a3349b5da4)) * fix app not loading on linux builds ([9ef599d](9ef599ddc9)) * fix release asset types ([8f73410](8f73410c74)) * release to tauri ([0ba5387](0ba5387601)) * release to tauri branch ([11fcf2e](11fcf2e87a)) * release to tauri branch ([e8486a5](e8486a5e65)) * release to tauri branch ([6076573](6076573c98)) * remove caching of pnpm in ci ([96165f3](96165f3e1e)) * remove old path ([f0b426c](f0b426c14f)) * remove repo from package.json ([dd099b8](dd099b8ad8)) * script for linux ([46bda82](46bda82726)) * semantic-release ([3edb4cf](3edb4cf635)) * Update .releaserc ([3343d2c](3343d2cb4a)) * update readme ([b00299d](b00299d5c1)) * windows failing to build ([def0782](def0782b76)) --------- Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> * fix: appimage failing to build * Feat: Update ci.yaml swap to use older version of ubuntu. * Add full CI and Support for linux (#3) * fix: release to tauri branch * fix: release to tauri branch * fix: release to tauri branch * fix: release to tauri * fix: fix app not loading on linux builds - update tauri - fix dist directory path BREAKING CHANGES * fix: update readme * fix: semantic-release * Update .releaserc * Update ci.yaml * fix: Update .releaserc * fix: remove repo from package.json * chore(major): 1.0.0-tauri.1 [skip ci] ## 1.0.0-tauri.1 (2023-05-09) ### ⚠ BREAKING CHANGES * CHANGES ### 🍕 Features * add setup scripts for setting up tauri dev environment ([0c41a33](0c41a33d0e)) * **dxf:** add support for dimensions in dxf. ([56c884c](56c884ccfd)) * add support for dxf blocks ([#200](https://github.com/ZanzyTHEbar/jsketcher/issues/200)) ([322d47f](322d47f802)) * add support for dxf files import ([2fa2866](2fa2866296)) * finish up CI system ([5a688d1](5a688d1a9e)) * initial cir release ([2f94a6e](2f94a6eb82)) * initial tauri commit ([0a0bb54](0a0bb5485e)) * update tauri version ([90168da](90168da42c)) ### 🐛 Bug Fixes * .releasesrc file not having a main branch ([04f2e2c](04f2e2c6b7)) * .releasesrc file not having a main branch ([25ae8a4](25ae8a464b)) * **dxf:** add dimLayers to the export. ([#183](https://github.com/ZanzyTHEbar/jsketcher/issues/183)) ([a3349b5](a3349b5da4)) * fix app not loading on linux builds ([9ef599d](9ef599ddc9)) * fix release asset types ([8f73410](8f73410c74)) * release to tauri ([0ba5387](0ba5387601)) * release to tauri branch ([11fcf2e](11fcf2e87a)) * release to tauri branch ([e8486a5](e8486a5e65)) * release to tauri branch ([6076573](6076573c98)) * remove caching of pnpm in ci ([96165f3](96165f3e1e)) * remove old path ([f0b426c](f0b426c14f)) * remove repo from package.json ([dd099b8](dd099b8ad8)) * script for linux ([46bda82](46bda82726)) * semantic-release ([3edb4cf](3edb4cf635)) * Update .releaserc ([3343d2c](3343d2cb4a)) * update readme ([b00299d](b00299d5c1)) * windows failing to build ([def0782](def0782b76)) * fix: appimage failing to build * fix: test ubuntu 18.04 * fix: test ubuntu 18.04 * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * chore(minor): 1.0.0-tauri.2 [skip ci] ## [1.0.0-tauri.2](https://github.com/ZanzyTHEbar/jsketcher/compare/v1.0.0-tauri.1...v1.0.0-tauri.2) (2023-05-11) ### 🐛 Bug Fixes * appimage failing to build ([8dc6217](8dc62170a9)) * test ubuntu 18.04 ([8f55f4d](8f55f4d1c1)) * test ubuntu 18.04 ([0afd146](0afd14642b)) ### 🍕 Features * update ci to use docker container ([7bcacb0](7bcacb0251)) * update ci to use docker container ([98de939](98de93981f)) * update ci to use docker container ([0750c00](0750c006f3)) * update ci to use docker container ([715780f](715780f8f6)) * update ci to use docker container ([ccbacdb](ccbacdba32)) * update ci to use docker container ([60aa80d](60aa80d636)) * update ci to use docker container ([f629258](f629258426)) * update ci to use docker container ([278cf82](278cf82cea)) * update ci to use docker container ([02ec38c](02ec38c1b7)) * update ci to use docker container ([8fb7924](8fb7924dc2)) * update ci to use docker container ([d0493b3](d0493b3e0c)) * update ci to use docker container ([09fbb4f](09fbb4f9b9)) * update ci to use docker container ([c7e39b9](c7e39b92f7)) * update ci to use docker container ([d9221a7](d9221a77fe)) * update ci to use docker container ([9e96489](9e96489eb7)) * update ci to use docker container ([765b708](765b708a19)) * update ci to use docker container ([484b722](484b722a49)) * update ci to use docker container ([1023d90](1023d90529)) * update ci to use docker container ([1d9fd84](1d9fd84aa2)) * feat: update rust deps * chore(minor): 1.0.0-tauri.3 [skip ci] ## [1.0.0-tauri.3](https://github.com/ZanzyTHEbar/jsketcher/compare/v1.0.0-tauri.2...v1.0.0-tauri.3) (2023-05-11) ### 🍕 Features * update rust deps ([b809c28](b809c28b8c)) * fix: wasm not loading in webkit * chore(patch): 1.0.0-tauri.4 [skip ci] ## [1.0.0-tauri.4](https://github.com/ZanzyTHEbar/jsketcher/compare/v1.0.0-tauri.3...v1.0.0-tauri.4) (2023-05-11) ### 🐛 Bug Fixes * wasm not loading in webkit ([0e74582](0e74582848)) * feat: add windows binary * fix: windows ci --------- Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> * Fix windows CI (#4) * fix: release to tauri branch * fix: release to tauri branch * fix: release to tauri branch * fix: release to tauri * fix: fix app not loading on linux builds - update tauri - fix dist directory path BREAKING CHANGES * fix: update readme * fix: semantic-release * Update .releaserc * Update ci.yaml * fix: Update .releaserc * fix: remove repo from package.json * chore(major): 1.0.0-tauri.1 [skip ci] ## 1.0.0-tauri.1 (2023-05-09) ### ⚠ BREAKING CHANGES * CHANGES ### 🍕 Features * add setup scripts for setting up tauri dev environment ([0c41a33](0c41a33d0e)) * **dxf:** add support for dimensions in dxf. ([56c884c](56c884ccfd)) * add support for dxf blocks ([#200](https://github.com/ZanzyTHEbar/jsketcher/issues/200)) ([322d47f](322d47f802)) * add support for dxf files import ([2fa2866](2fa2866296)) * finish up CI system ([5a688d1](5a688d1a9e)) * initial cir release ([2f94a6e](2f94a6eb82)) * initial tauri commit ([0a0bb54](0a0bb5485e)) * update tauri version ([90168da](90168da42c)) ### 🐛 Bug Fixes * .releasesrc file not having a main branch ([04f2e2c](04f2e2c6b7)) * .releasesrc file not having a main branch ([25ae8a4](25ae8a464b)) * **dxf:** add dimLayers to the export. ([#183](https://github.com/ZanzyTHEbar/jsketcher/issues/183)) ([a3349b5](a3349b5da4)) * fix app not loading on linux builds ([9ef599d](9ef599ddc9)) * fix release asset types ([8f73410](8f73410c74)) * release to tauri ([0ba5387](0ba5387601)) * release to tauri branch ([11fcf2e](11fcf2e87a)) * release to tauri branch ([e8486a5](e8486a5e65)) * release to tauri branch ([6076573](6076573c98)) * remove caching of pnpm in ci ([96165f3](96165f3e1e)) * remove old path ([f0b426c](f0b426c14f)) * remove repo from package.json ([dd099b8](dd099b8ad8)) * script for linux ([46bda82](46bda82726)) * semantic-release ([3edb4cf](3edb4cf635)) * Update .releaserc ([3343d2c](3343d2cb4a)) * update readme ([b00299d](b00299d5c1)) * windows failing to build ([def0782](def0782b76)) * fix: appimage failing to build * fix: test ubuntu 18.04 * fix: test ubuntu 18.04 * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * feat: update ci to use docker container * chore(minor): 1.0.0-tauri.2 [skip ci] ## [1.0.0-tauri.2](https://github.com/ZanzyTHEbar/jsketcher/compare/v1.0.0-tauri.1...v1.0.0-tauri.2) (2023-05-11) ### 🐛 Bug Fixes * appimage failing to build ([8dc6217](8dc62170a9)) * test ubuntu 18.04 ([8f55f4d](8f55f4d1c1)) * test ubuntu 18.04 ([0afd146](0afd14642b)) ### 🍕 Features * update ci to use docker container ([7bcacb0](7bcacb0251)) * update ci to use docker container ([98de939](98de93981f)) * update ci to use docker container ([0750c00](0750c006f3)) * update ci to use docker container ([715780f](715780f8f6)) * update ci to use docker container ([ccbacdb](ccbacdba32)) * update ci to use docker container ([60aa80d](60aa80d636)) * update ci to use docker container ([f629258](f629258426)) * update ci to use docker container ([278cf82](278cf82cea)) * update ci to use docker container ([02ec38c](02ec38c1b7)) * update ci to use docker container ([8fb7924](8fb7924dc2)) * update ci to use docker container ([d0493b3](d0493b3e0c)) * update ci to use docker container ([09fbb4f](09fbb4f9b9)) * update ci to use docker container ([c7e39b9](c7e39b92f7)) * update ci to use docker container ([d9221a7](d9221a77fe)) * update ci to use docker container ([9e96489](9e96489eb7)) * update ci to use docker container ([765b708](765b708a19)) * update ci to use docker container ([484b722](484b722a49)) * update ci to use docker container ([1023d90](1023d90529)) * update ci to use docker container ([1d9fd84](1d9fd84aa2)) * feat: update rust deps * chore(minor): 1.0.0-tauri.3 [skip ci] ## [1.0.0-tauri.3](https://github.com/ZanzyTHEbar/jsketcher/compare/v1.0.0-tauri.2...v1.0.0-tauri.3) (2023-05-11) ### 🍕 Features * update rust deps ([b809c28](b809c28b8c)) * fix: wasm not loading in webkit * chore(patch): 1.0.0-tauri.4 [skip ci] ## [1.0.0-tauri.4](https://github.com/ZanzyTHEbar/jsketcher/compare/v1.0.0-tauri.3...v1.0.0-tauri.4) (2023-05-11) ### 🐛 Bug Fixes * wasm not loading in webkit ([0e74582](0e74582848)) * feat: add windows binary * fix: windows ci * fix: windows ci deps --------- Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> --------- Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: Mike Molinari <mike@smbisoft.com>
111 lines
3.8 KiB
JSON
111 lines
3.8 KiB
JSON
{
|
|
"name": "jsketcher",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "JS.Sketcher is a parametric 2D and 3D CAD modeler written in pure javascript",
|
|
"scripts": {
|
|
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.config.js --port 3000 --host 0.0.0.0",
|
|
"pack": "node ./node_modules/webpack/bin/webpack.js --config webpack.config.js --progress --profile --colors",
|
|
"start-with-docs": "concurrently --kill-others 'npm start' './node_modules/grunt/bin/grunt docs-start'",
|
|
"build": "grunt",
|
|
"lint": "./node_modules/eslint/bin/eslint.js web/app modules",
|
|
"lint-fix": "./node_modules/eslint/bin/eslint.js --fix web/app modules",
|
|
"check-code": "./node_modules/typescript/bin/tsc --noEmit",
|
|
"checks-passed-banner": "echo 'All conditions passed. Ready to go to the main branch. Good job!'",
|
|
"before-main-branch-merge": "npm run lint && npm run check-code && npm run checks-passed-banner",
|
|
"cypress": "npx cypress open",
|
|
"tauri:dev": "tauri dev",
|
|
"tauri:build": "tauri build",
|
|
"tauri:dev:release": "tauri dev --release",
|
|
"tauri:build:dev": "tauri build --debug",
|
|
"tauri:clean": "cd src-tauri && cargo clean"
|
|
},
|
|
"keywords": [
|
|
"parametric",
|
|
"cad"
|
|
],
|
|
"author": "Val Erastov <xibyte@gmail.com> (http://github.com/xibyte)",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"bugs": {
|
|
"url": "https://github.com/xibyte/jsketcher/issues"
|
|
},
|
|
"homepage": ".",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.19.3",
|
|
"@babel/core": "^7.20.5",
|
|
"@babel/eslint-parser": "^7.19.1",
|
|
"@babel/eslint-plugin": "^7.19.1",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-proposal-decorators": "^7.20.5",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@babel/preset-stage-2": "^7.8.3",
|
|
"@babel/preset-typescript": "^7.18.6",
|
|
"@tauri-apps/cli": "^1.3.1",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@typescript-eslint/eslint-plugin": "^5.45.1",
|
|
"@typescript-eslint/parser": "^5.45.1",
|
|
"babel-loader": "^9.1.0",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.5",
|
|
"babel-polyfill": "^6.26.0",
|
|
"buffer": "^6.0.3",
|
|
"concurrently": "^7.6.0",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.7.2",
|
|
"cypress": "^12.0.1",
|
|
"cypress-wait-until": "^1.7.1",
|
|
"del": "^6.0.0",
|
|
"eslint": "^8.29.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"file-loader": "^6.2.0",
|
|
"glob": "^8.0.3",
|
|
"grunt": "^1.5.3",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"handlebars": "^4.7.7",
|
|
"less": "^4.1.3",
|
|
"less-loader": "^11.1.0",
|
|
"raw-loader": "^4.0.2",
|
|
"style-loader": "^3.3.1",
|
|
"typescript": "^4.9.3",
|
|
"url-loader": "^4.1.1",
|
|
"wait-on": "^6.0.1",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.1",
|
|
"webpack-dev-server": "^4.11.1"
|
|
},
|
|
"dependencies": {
|
|
"@dxfjs/parser": "^0.2.0",
|
|
"@tarikjabiri/dxf": "^2.6.2",
|
|
"@tauri-apps/api": "^1.3.0",
|
|
"@types/three": "^0.146.0",
|
|
"browser-xml2js": "^0.4.19",
|
|
"classnames": "^2.3.2",
|
|
"clipper-lib": "^6.4.2",
|
|
"core-js": "^3.26.1",
|
|
"earcut": "^2.2.4",
|
|
"font-awesome": "4.7.0",
|
|
"immer": "^9.0.16",
|
|
"jsketcher-occ-engine": "1.0.1-f505cdcb9f37685cdadb937bc3b11b9b75f9267c",
|
|
"jszip": "^3.10.1",
|
|
"libtess": "1.2.2",
|
|
"lodash": "^4.17.21",
|
|
"marked": "^4.2.3",
|
|
"mousetrap": "^1.6.5",
|
|
"numeric": "1.2.6",
|
|
"path": "^0.12.7",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-color": "^2.19.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.7.1",
|
|
"react-toastify": "^9.1.1",
|
|
"sprintf-js": "^1.1.2",
|
|
"three": "^0.147.0",
|
|
"url": "^0.11.0"
|
|
},
|
|
"proxy": "http://localhost:3000"
|
|
}
|