UNPKG

deviceful

Version:

Command devices for your designs

62 lines 1.81 kB
{ "name": "deviceful", "version": "0.9.5", "description": "Command devices for your designs", "scripts": { "build": "NODE_ENV=production webpack --config webpack/webpack.config.prod.js --colors", "start": "webpack-dev-server --open --config webpack/webpack.config.dev.js" }, "main": "src/scripts/index.js", "unpkg": "dist/deviceful.min.js", "repository": { "type": "git", "url": "git+https://github.com/kylewetton/deviceful" }, "keywords": [ "Deviceful", "Design", "Showcase", "3D" ], "homepage": "https://deviceful.app/", "author": "Kyle Wetton", "bugs": { "url": "https://github.com/kylewetton/deviceful" }, "devDependencies": { "@babel/core": "^7.9.6", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.9.6", "babel-loader": "^8.1.0", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^5.1.1", "css-loader": "^3.5.3", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-config-node": "^4.0.0", "eslint-config-prettier": "^6.11.0", "eslint-loader": "^4.0.2", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.3", "file-loader": "^6.0.0", "html-webpack-plugin": "^4.3.0", "mini-css-extract-plugin": "^0.9.0", "node-sass": "^4.14.1", "prettier": "^2.0.5", "sass-loader": "^8.0.2", "style-loader": "^1.2.1", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.3", "webpack-merge": "^4.2.2" }, "dependencies": { "@babel/polyfill": "^7.8.7", "core-js": "^3.6.5", "shifty": "^2.9.2", "three": "^0.119.1" } }