UNPKG

packsuit

Version:
59 lines (58 loc) 1.31 kB
{ "name": "packsuit", "version": "1.0.2-beta", "description": "web pack", "main": "index.js", "bin": { "packsuit": "bin/index" }, "directories": { "example": "examples", "lib": "lib", "bin": "bin" }, "scripts": { "test": "null", "test:examples": "cd examples && node build-all" }, "devDependencies": { "koa": "^2.5.2", "react": "^16.4.2", "react-dom": "^16.4.2" }, "dependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.2", "css-loader": "^1.0.0", "file-loader": "^2.0.0", "js-beautify": "^1.8.6", "mini-css-extract-plugin": "^0.4.2", "minimist": "^1.2.0", "style-loader": "^0.23.0", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "uglify-js": "^3.4.9", "url-loader": "^1.1.1", "webpack": "^4.17.1", "webpack-entrypoints-plugin": "^1.1.1" }, "repository": { "type": "git", "url": "git+https://github.com/packsuit/packsuit.git" }, "keywords": [ "web", "pack", "node", "react", "vue" ], "author": "Spencer Ye", "license": "Apache-2.0", "bugs": { "url": "https://github.com/packsuit/packsuit/issues" }, "homepage": "https://github.com/packsuit/packsuit#readme" }