awv3
Version:
⚡ AWV3 embedded CAD
71 lines (70 loc) • 2.28 kB
JSON
{
"name": "awv3",
"version": "7.0.91",
"description": "⚡ AWV3 embedded CAD",
"main": "dist/index.js",
"jsnext:main": "index.js",
"scripts": {
"version": "node ./.dev/bump",
"postversion": "git add -A . && git commit -m \"update version\" && git push --all && git push --tags",
"start": "npm-run-all --parallel babel rollup doc",
"doc": "esdoc -c esdoc.json",
"babel": "babel . -d dist --ignore .dev,node_modules,dist --presets=es2015,stage-0,react --plugins=transform-runtime,transform-decorators-legacy",
"rollup": "rollup -c .dev/rollup.config.js"
},
"dependencies": {
"awv3-icons": "^1.0.2",
"awv3-protocol": "^1.0.14",
"babel-runtime": "^6.23.0",
"base64-arraybuffer": "^0.1.5",
"element-resize-event": "2.0.9",
"fast-json-patch": "^2.0.2",
"jsonpatch": "^3.0.1",
"lodash": "^4.17.4",
"pako": "^1.0.5",
"redux": "^3.7.0",
"redux-thunk": "^2.2.0",
"shallow-equal": "^1.0.0",
"socket.io-client": "^2.0.3",
"string-hash": "^1.1.3",
"three": "^0.86",
"uuid-v4": "^0.1.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-babili": "^0.1.4",
"babel-preset-env": "1.5.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"babel-types": "^6.25.0",
"esdoc": "^0.5.2",
"esdoc-importpath-plugin": "0.1.3",
"npm-run-all": "^4.0.2",
"rollup": "^0.43.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^2.0.1",
"url-loader": "^0.5.9"
},
"repository": {
"type": "git",
"url": "https://github.com/awv-informatik/awv3-next"
},
"keywords": [
"awv3"
],
"author": "Paul Henschel <drcmda@gmail.com>",
"license": "MIT"
}