30 lines
618 B
JSON
30 lines
618 B
JSON
{
|
|
"name": "cadview",
|
|
"version": "1.1.9",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc & webpack",
|
|
"dev": "tsc -w"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git.cf/cx/CADViewComponent.git"
|
|
},
|
|
"author": "cx",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^10.1.2",
|
|
"@types/three": "^0.92.0",
|
|
"awesome-typescript-loader": "^3.4.1",
|
|
"typescript": "^2.8.3",
|
|
"uglifyjs-webpack-plugin": "^1.2.5",
|
|
"webpack": "^3.10.0"
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.92.0"
|
|
}
|
|
}
|