@patternplate/client
Version:
Universal javascript client application for patternplate
131 lines (130 loc) • 3.62 kB
JSON
{
"name": "@patternplate/client",
"version": "3.2.5",
"description": "Universal javascript client application for patternplate",
"main": "./server.js",
"scripts": {
"start": "yarn watch",
"babel": "babel src -d lib --source-maps",
"build": "babel src -d lib --source-maps",
"pack": "cross-env NODE_ENV=production webpack --mode production",
"clean": "npx rimraf lib",
"watch": "concurrently \"webpack -w\" \"babel src -d lib --source-maps -w\"",
"deps": "dependency-check . render.js eject.js lib/client.js lib/widgets.js --missing && dependency-check . render.js eject.js lib/client.js lib/widgets.js --extra --no-dev -i @babel/runtime",
"prepublishOnly": "./.scripts/prune.js --base=lib/static --manifest=lib/static/manifest.json"
},
"files": [
"eject.js",
"render.js",
"server.js",
"lib"
],
"xo": false,
"babel": {
"presets": [
[
"module:@patternplate/babel-preset",
{
"targets": [
"node"
],
"sources": [
"react",
"styled-components"
]
}
]
]
},
"repository": {
"type": "git",
"url": "patternplate/patternplate"
},
"keywords": [
"patternplate"
],
"author": {
"name": "Mario Nebl",
"email": "mario.nebl@sinnerschrader.com"
},
"contributors": [
{
"name": "Daniel Gooß",
"email": "daniel.gooss@sinnerschrader.com"
}
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">= 4",
"npm": ">= 3"
},
"dependencies": {
"@patternplate/api": "^3.2.5",
"@patternplate/load-config": "^3.2.5",
"@patternplate/load-docs": "^3.1.1",
"@patternplate/load-meta": "^3.2.5",
"buble": "^0.19.3",
"cors": "^2.8.4",
"express": "^4.16.2",
"globby": "^8.0.1",
"iframe-resizer": "^3.6.0",
"isomorphic-fetch": "^2.0.2",
"load-json-file": "^4.0.0",
"memory-fs": "^0.4.1",
"serve-static": "^1.13.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.40",
"@marionebl/react-router": "2.6.3",
"@marionebl/sander": "^0.6.1",
"@patternplate/babel-preset": "^3.2.5",
"@patternplate/components": "^3.2.5",
"@patternplate/search": "^3.2.0",
"@patternplate/websocket-client": "^3.2.5",
"@patternplate/widgets": "^3.2.5",
"arson": "^0.2.6",
"babel-loader": "8.0.0-beta.0",
"btoa": "^1.1.2",
"concurrently": "^3.5.0",
"cross-env": "^5.1.4",
"dependency-check": "^3.1.0",
"fast-async": "^6.3.0",
"front-matter": "^2.1.2",
"fuse.js": "^2.2.0",
"globby": "^8.0.1",
"hast-to-hyperscript": "^2.0.4",
"highlight.js": "^9.6.0",
"jest": "^23.6.0",
"lodash": "^4.15.0",
"lowlight": "^1.2.0",
"parse-json": "^4.0.0",
"platform": "^1.3.1",
"raf": "^3.3.2",
"raw-loader": "^0.5.1",
"react-addons-text-content": "^0.0.4",
"react-dom": "16.6.3",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.6",
"react-router-redux": "^4.0.5",
"react-transition-group": "^2.2.1",
"redux": "^3.5.2",
"redux-actions": "^0.10.1",
"redux-thunk": "^2.1.0",
"remark": "^9.0.0",
"remark-gemoji-to-emoji": "^1.1.0",
"reselect": "^3.0.1",
"scrollparent": "^1.0.0",
"semver": "^5.4.1",
"tag-hoc": "^1.0.0-0",
"topologically-combine-reducers": "0.0.5",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-manifest-plugin": "^2.0.0",
"xmldom": "^0.1.27",
"yargs-parser": "^10.0.0"
},
"gitHead": "735d5b15d5dd9a4cdf8acc4bd7a8b6c4232a4676"
}