You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/package.json

154 lines
6.0 KiB

7 years ago
{
"name": "webcad",
5 years ago
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "webpack-dev-server --config ./config/webpack.dev.ts",
"t": "tsc --noEmit -w",
5 years ago
"dev2": "webpack-dev-server --config web-cad-view.config.ts",
"buildview": "webpack --config dll.config.js &&webpack --config web-cad-view.config.ts",
"dll": "webpack --config ./config/webpack.dll.ts",
"dlldev": "webpack --config ./config/webpack.dll.ts --mode=development",
5 years ago
"build": "webpack --config ./config/webpack.prod.ts && ts-node ./utils/log.ts && ts-node ./utils/publish.ts",
"api-test": "webpack --config ./config/webcadapi.umd.config.ts --display-modules",
"api": "rollup --config ./config/api.rollup.config.js && ts-node ./utils/replace_api_file.ts",
"apid": "tsc --declaration --emitDeclarationOnly --declarationMap --declarationDir ./api/types --project apitsconfig.json",
"rollup_api": "rollup --config ./config/ue4_api.rollup.config.js",
"rollup_api_d": "tsc --declaration --emitDeclarationOnly --declarationMap --declarationDir ./ue4_api/types --project apitsconfig.json",
"ue4": "rollup --config ./config/ue4_api.rollup.config.js && tsc --declaration --emitDeclarationOnly --declarationMap --declarationDir ./ue4_api/types --project apitsconfig.json && ts-node ./utils/replace_api_file.ts",
"copyue4": "ts-node ./utils/copy_ue4_files.ts",
"core": "ts-node ./utils/GenEntityExp.ts",
5 years ago
"test": "jest",
"testu": "jest -u",
"testw": "jest --watchAll",
5 years ago
"ser": "node ./utils/server.js",
"postinstall": "ts-node ./utils/copy_type.ts",
"publish": "ts-node ./utils/publish.ts",
"dev:share": "webpack serve -c ./config/webpack.dev.ts --entry ./src/Add-on/ShareView/Entry.tsx --port 7776"
7 years ago
},
5 years ago
"private": true,
"author": "",
"license": "ISC",
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/blueimp-md5": "^2.18.0",
"@types/flatbush": "^3.3.0",
"@types/jest": "^27.5.2",
"@types/jsdom": "^20.0.1",
"@types/node": "^17.0.41",
"@types/pako": "^1.0.4",
"@types/polylabel": "^1.0.5",
"@types/react": "17.0.44",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.17",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/request-promise-native": "^1.0.18",
5 years ago
"@types/stats.js": "^0.17.0",
"@types/webpack-env": "^1.18.0",
"@wessberg/rollup-plugin-ts": "^2.0.4",
"add-asset-html-webpack-plugin": "^5.0.2",
"autoresponsive-react": "^1.2.2",
5 years ago
"cache-loader": "^4.1.0",
"clean-terminal-webpack-plugin": "^3.0.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"dependency-tree": "^8.1.2",
"file-loader": "^6.2.0",
3 years ago
"fs-extra-plus": "^0.5.23",
"git-revision-webpack-plugin": "^3.0.6",
"gitlog": "^4.0.4",
"html-loader": "^3.1.2",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.1",
"jest-snapshot": "^27.5.1",
"less": "^4.1.2",
"less-loader": "10.2.0",
"react-refresh": "^0.13.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
5 years ago
"required-loader": "^1.3.16",
"resize-observer-polyfill": "^1.5.1",
"rollup": "^2.70.2",
"rollup-plugin-dts": "^1.4.14",
"rollup-plugin-shader": "0.0.3",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript": "^1.0.1",
5 years ago
"shader-loader": "^1.3.1",
"simple-git": "^3.7.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"ts-declaration-webpack-plugin": "^1.2.3",
"ts-jest": "^27.1.5",
"ts-loader": "^9.3.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.14.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"url-loader": "^4.1.1",
"wallaby-webpack": "^3.9.16",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0",
"webpackbar": "^5.0.2",
"worker-loader": "^3.0.8"
5 years ago
},
"dependencies": {
"@blueprintjs/core": "^3.54.0",
"@blueprintjs/popover2": "^0.12.9",
"@blueprintjs/table": "^3.10.0",
"@jscad/modeling": "^2.11.0",
"blueimp-md5": "^2.19.0",
"detect-browser": "^5.3.0",
"dwg2dxf": "^1.0.0",
"dxf-parser": "^1.1.2",
"dxf-write": "^2.6.5",
"flatbush": "^4.0.0",
"hotkeys-js-ext": "^3.8.8",
"immutability-helper": "^3.1.1",
"js-angusj-clipper": "^1.2.1",
"jwt-decode": "^3.1.2",
"mobx": "^5.15.7",
"mobx-react": "^6.3.1",
"monotone-convex-hull-2d": "^1.0.1",
"p-queue": "^6.6.2",
"pako": "^1.0.11",
"polylabel": "^1.1.0",
"qrcode": "^1.5.1",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^17.0.2",
"react-rnd": "^10.3.7",
"react-split": "^2.0.14",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.7",
5 years ago
"stats.js": "^0.17.0",
"three": "npm:three-cf@0.122.3",
"xaop": "^2.0.0"
5 years ago
},
"resolutions": {
"acorn": "8.8.1",
"@types/react": "17.0.44"
},
5 years ago
"jest": {
"transform": {
"^.+\\.(js|ts|tsx)$": "ts-jest",
"\\.(vs|fs)$": "<rootDir>//utils//transform//File2StringTransformer.js"
5 years ago
},
"transformIgnorePatterns": [
"/node_modules/(?!(three(?!(examples(?!(jsm(?!(lines))))))))"
],
5 years ago
"testRegex": "/__test__/.*\\.(test|spec)\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
}
}