mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-11-14 00:17:55 +01:00
59 lines
1.9 KiB
JSON
59 lines
1.9 KiB
JSON
{
|
|
"name": "@doodle3d/doodle3d-api",
|
|
"version": "1.0.0",
|
|
"description": "Doodle3D API for communication with the Doodle3D WiFi-Box",
|
|
"main": "lib/index.js",
|
|
"module": "module/index.js",
|
|
"esnext": "src/index.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server -w",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"eventdispatcher.js": "0.0.2",
|
|
"whatwg-fetch": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"babel-plugin-inline-import": "^2.0.6",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"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-loader": "7.0.0",
|
|
"babel-plugin-add-module-exports": "0.2.1",
|
|
"babel-preset-es2015": "6.24.1",
|
|
"babel-polyfill": "^6.23.0",
|
|
"file-saver": "^1.3.3",
|
|
"html-webpack-template": "^6.0.2",
|
|
"imports-loader": "^0.7.1",
|
|
"material-ui": "^0.19.4",
|
|
"react-tap-event-plugin": "^3.0.2",
|
|
"url-loader": "^0.5.9",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"html-webpack-plugin": "^2.29.0",
|
|
"webpack": "^3.3.0",
|
|
"webpack-dev-server": "^2.5.1",
|
|
"worker-loader": "^0.8.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/casperlamboo/Doodle3D-API.git"
|
|
},
|
|
"author": "Casper Lamboo",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/casperlamboo/Doodle3D-API/issues"
|
|
},
|
|
"homepage": "https://github.com/casperlamboo/Doodle3D-API#readme"
|
|
}
|