mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-11-05 14:13:23 +01:00
65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
|
{
|
||
|
"name": "doodle3d-core",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Core functions of Doodle3D Transform",
|
||
|
"main": "lib/index.js",
|
||
|
"module": "module/index.js",
|
||
|
"esnext": "src/index.js",
|
||
|
"scripts": {
|
||
|
"prepare": "npm run build",
|
||
|
"build": "npm run build:main && npm run build:module ",
|
||
|
"build:main": "BABEL_ENV=main babel src -s -d lib",
|
||
|
"build:module": "BABEL_ENV=module babel src -s -d module"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
||
|
"babel-plugin-transform-es2015-classes": "^6.24.1",
|
||
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||
|
"babel-preset-env": "^1.6.1",
|
||
|
"babel-preset-react": "^6.24.1",
|
||
|
"babel-cli": "6.24.1",
|
||
|
"babel-core": "6.24.1",
|
||
|
"babel-eslint": "7.2.3",
|
||
|
"babel-loader": "7.0.0",
|
||
|
"babel-plugin-add-module-exports": "0.2.1",
|
||
|
"babel-preset-es2015": "6.24.1",
|
||
|
"chai": "3.5.0",
|
||
|
"eslint": "3.19.0",
|
||
|
"eslint-loader": "1.7.1",
|
||
|
"mocha": "3.3.0",
|
||
|
"webpack": "3.1.0",
|
||
|
"yargs": "7.1.0"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"webpack",
|
||
|
"es6",
|
||
|
"starter",
|
||
|
"library",
|
||
|
"universal",
|
||
|
"umd",
|
||
|
"commonjs"
|
||
|
],
|
||
|
"author": "Casper @Doodle3D",
|
||
|
"dependencies": {
|
||
|
"@doodle3d/cal": "0.0.8",
|
||
|
"@doodle3d/clipper-js": "^1.0.7",
|
||
|
"@doodle3d/threejs-export-obj": "0.0.3",
|
||
|
"@doodle3d/threejs-export-stl": "0.0.2",
|
||
|
"babel-plugin-inline-import": "^2.0.6",
|
||
|
"imports-loader": "^0.7.1",
|
||
|
"memoizee": "^0.3.9",
|
||
|
"proptypes": "^1.1.0",
|
||
|
"raw-loader": "^0.5.1",
|
||
|
"react": "^16.0.0",
|
||
|
"regenerator-runtime": "^0.11.0",
|
||
|
"semver": "^5.4.1",
|
||
|
"shortid": "^2.2.8",
|
||
|
"three": "^0.83.0",
|
||
|
"three-js-csg": "^72.0.0"
|
||
|
}
|
||
|
}
|