@tdb/web
Version:
Common condiguration for serving a web-site and testing web-based UI components.
49 lines (48 loc) • 1.44 kB
JSON
{
"name": "@tdb/web",
"version": "7.2.68",
"description": "Common condiguration for serving a web-site and testing web-based UI components.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"prod": "export NODE_ENV=production && yarn build:next && yarn start",
"start": "node ./lib/example/server.nextjs",
"watch": "nodemon ./lib/example/server.express -w lib",
"dev": "node ./lib/example --dev",
"test": "sh ./node_modules/@tdb/test/sh/test.sh",
"tdd": "yarn run test -- --reporter min --watch",
"lint": "sh ./node_modules/@tdb/typescript/sh/lint.sh",
"now-build": "echo no-op",
"build": "sh ./node_modules/@tdb/typescript/sh/build.sh",
"build:next": "yarn build && next build ./lib",
"deploy": "sh ./sh/deploy.sh",
"prepare": "yarn run lint && yarn test && yarn run build"
},
"dependencies": {
"@tdb/util": "1.9.38",
"@tdb/util.server": "1.3.73",
"@types/next": "7.0.5",
"bowser": "1.9.3",
"image-size": "0.6.3",
"next": "7.0.2",
"remark-html": "9.0.0",
"remark-parse": "6.0.3",
"unified": "7.1.0"
},
"devDependencies": {
"@tdb/typescript": "3.3.1",
"@tdb/ui.test": "4.0.73",
"@types/image-size": "0.0.29"
},
"repository": {
"type": "git",
"url": "https://github.com/philcockfield/teamdb"
},
"files": [
"lib",
"src",
"sh",
"static"
],
"license": "UNLICENSED"
}