47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "cadview",
|
|
"version": "1.1.9",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"umd": "webpack --config ./config/webpack.umd.ts",
|
|
"dev": "webpack-dev-server --config ./config/webpack.view.ts",
|
|
"type": "ts-node ./utils/copy_type.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git.cf/cx/CADViewComponent.git"
|
|
},
|
|
"author": "cx",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/hard-source-webpack-plugin": "^0.9.0",
|
|
"@types/node": "^10.11.7",
|
|
"@types/three": "^0.92.25",
|
|
"@types/uglifyjs-webpack-plugin": "^1.1.0",
|
|
"@types/webpack": "^4.4.16",
|
|
"@types/webpack-dev-server": "^3.1.1",
|
|
"@types/webpack-env": "^1.13.6",
|
|
"@types/webpack-merge": "^4.1.3",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"fork-ts-checker-webpack-plugin": "^0.4.8",
|
|
"hard-source-webpack-plugin": "^0.12.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"ts-loader": "^5.2.1",
|
|
"ts-node": "^7.0.1",
|
|
"typescript": "^3.1.3",
|
|
"uglifyjs-webpack-plugin": "^2.0.1",
|
|
"webpack": "^4.20.2",
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack-dev-server": "^3.1.9",
|
|
"webpack-merge": "^4.1.4"
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.95.0",
|
|
"wolfy87-eventemitter": "^5.2.5"
|
|
}
|
|
}
|