UNPKG

aleph-ds

Version:
51 lines (50 loc) 1.24 kB
{ "name": "aleph-ds", "version": "1.0.2", "description": "Make the world happy", "main": "build/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack-dev-server --mode development", "build": "webpack --mode production" }, "repository": { "type": "git", "url": "git+https://github.com/levinhphuc91/aleph-ds.git" }, "keywords": [ "Aleph", "Labs", "Design", "System", "Material", "UI" ], "author": "Le Phuc levinhphuc91@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/levinhphuc91/aleph-ds/issues" }, "homepage": "https://github.com/levinhphuc91/aleph-ds#readme", "peerDependencies": { "react": "^16.8.3", "react-dom": "^16.8.3" }, "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "css-loader": "^2.1.0", "html-webpack-plugin": "^3.2.0", "react": "^16.8.3", "react-dom": "^16.8.3", "style-loader": "^0.23.1", "webpack": "^4.29.5", "webpack-cli": "^3.2.3", "webpack-dev-server": "^3.2.0" }, "dependencies": { "@material-ui/core": "^3.9.2" } }