UNPKG

3.28 kBJSONView Raw
1{
2 "name": "@flypapertech/avian",
3 "version": "0.6.27",
4 "description": "Create Enterprise-class component driven applications that scale.",
5 "publishConfig": {
6 "access": "public"
7 },
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/flypapertech/avian.git"
11 },
12 "preferGlobal": true,
13 "main": "./dist/avian.lib.js",
14 "types": "./dist/avian.lib.d.ts",
15 "bin": {
16 "avian": "./dist/avian.cli.js"
17 },
18 "scripts": {
19 "build": "node_modules/.bin/tsc --project ./;",
20 "test": "node_modules/.bin/mocha --exit --require ts-node/register spec/**/*.spec.ts",
21 "start": "node_modules/.bin/ts-node src/avian.cli.ts",
22 "snyk-protect": "node_modules/.bin/snyk protect",
23 "security-check": "node_modules/.bin/snyk test"
24 },
25 "contributors": [
26 "Dan Stephenson",
27 "Nick Fredricks"
28 ],
29 "license": "MIT",
30 "dependencies": {
31 "@babel/core": "7.2.2",
32 "@babel/plugin-syntax-dynamic-import": "7.2.0",
33 "@babel/preset-env": "7.3.1",
34 "@babel/preset-react": "7.0.0",
35 "@babel/preset-typescript": "7.1.0",
36 "@flypapertech/fluentd-logger-middleware": "^0.3.8",
37 "babel-loader": "8.0.5",
38 "bunyan": "1.8.12",
39 "compression": "1.7.4",
40 "connect-history-api-fallback": "1.6.0",
41 "connect-redis": "3.4.0",
42 "cookie": "^0.3.1",
43 "cookie-signature": "1.1.0",
44 "css-loader": "2.1.0",
45 "ejs": "2.6.1",
46 "express": "4.16.4",
47 "express-bunyan-logger": "1.3.3",
48 "express-minify": "1.0.0",
49 "express-pino-logger": "^4.0.0",
50 "express-session": "1.15.6",
51 "fast-glob": "^3.1.0",
52 "findit": "^2.0.0",
53 "graceful-fs": "^4.2.3",
54 "handlebars": "4.5.3",
55 "jsonfile": "5.0.0",
56 "luxon": "^1.16.1",
57 "macaddress": "0.2.9",
58 "mkdirp": "0.5.1",
59 "node-schedule": "^1.3.2",
60 "path-exists": "3.0.0",
61 "pug": "2.0.3",
62 "pug-plain-loader": "1.0.0",
63 "redis": "2.8.0",
64 "rimraf": "2.6.3",
65 "ts-loader": "6.0.0",
66 "typescript": "3.3.3",
67 "vue-loader": "15.6.2",
68 "vue-template-compiler": "2.6.6",
69 "webpack-merge": "4.2.1",
70 "webpack-node-externals": "1.7.2",
71 "webpack-watched-glob-entries-plugin": "2.1.4",
72 "yargs": "13.2.0"
73 },
74 "resolutions": {
75 "*/**/hoek": "^4.2.0",
76 "*/**/fresh": "^0.5.2",
77 "*/**/deep-extend": "^0.5.1",
78 "*/**/macaddress": "^0.2.9",
79 "*/**/micromatch": "^3.0.0",
80 "*/**/request": "^2.86.0"
81 },
82 "peerDependencies": {
83 "webpack": ">=4.28.0"
84 },
85 "devDependencies": {
86 "@types/connect-history-api-fallback": "^1.3.1",
87 "@types/cookie": "^0.3.2",
88 "@types/cookie-signature": "^1.0.1",
89 "@types/express": "^4.16.0",
90 "@types/express-session": "^1.15.11",
91 "@types/graceful-fs": "4.1.3",
92 "@types/luxon": "^1.15.2",
93 "@types/jsonfile": "^4.0.1",
94 "@types/mkdirp": "^0.5.2",
95 "@types/mocha": "^5.2.6",
96 "@types/node": "^10.12.2",
97 "@types/redis": "^2.8.7",
98 "@types/rimraf": "^2.0.2",
99 "@types/socket.io": "^2.1.2",
100 "@types/webpack": "^4.4.17",
101 "@types/webpack-merge": "^4.1.3",
102 "@types/webpack-node-externals": "^1.6.3",
103 "@types/webpack-watched-glob-entries-plugin": "^2.1.0",
104 "@types/yargs": "^12.0.9",
105 "mocha": "^5.2.0",
106 "snyk": "^1.130.0",
107 "ts-node": "^8.0.2",
108 "tslint": "^5.12.1",
109 "webpack": "4.29.3"
110 }
111}