-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 3.98 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "@lufrai/knex-rqlite",
"version": "0.0.1",
"description": "Rqlite dialect for knex",
"main": "dist/back/main.js",
"homepage": "https://github.com/lufrai/knex-rqlite",
"types": "typings/package/main/main.d.ts",
"author": {
"name": "Katja Lutz",
"email": "[email protected]",
"url": "https://github.com/katywings"
},
"license": "MIT",
"scripts": {
"postinstall": "patch-package"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-typescript": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@lufrai/concat-with-sourcemaps": "^1.1.0",
"@types/chai": "^4.2.9",
"@types/lodash": "^4.14.144",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.1",
"@types/pino": "^5.15.5",
"@types/selenium-webdriver": "^4.0.8",
"@types/webpack-env": "^1.15.1",
"babel-loader": "^8.0.6",
"babel-plugin-emotion": "^10.0.21",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-universal-import": "^4.0.0",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chalk": "^3.0.0",
"chromedriver": "^80.0.1",
"codegen.macro": "^3.0.0",
"cross-env": "^7.0.0",
"css-loader": "^3.4.2",
"emotion": "^10.0.17",
"emotion-server": "^10.0.17",
"express-http-proxy": "^1.6.0",
"extract-css-chunks-webpack-plugin": "^4.7.4",
"feathericon": "^1.0.2",
"file-loader": "^5.0.2",
"hoppla": "^0.14.1",
"html-webpack-plugin": "^4.0.0-beta.11",
"idx.macro": "^4.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jsdom": "^16.1.0",
"jsdom-global": "^3.0.2",
"knex": "^0.20.10",
"lodash": "^4.17.15",
"mallery": "1.0.0-alpha.3",
"micromatch": "^4.0.2",
"mocha": "^10.2.0",
"nodemon": "^2.0.2",
"null-loader": "^3.0.0",
"nyc": "^15.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"param.macro": "^3.2.1",
"pino": "^5.16.0",
"pino-pretty": "^3.6.0",
"postcss-flexbugs-fixes": "^4.2.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^1.19.1",
"preval.macro": "^4.0.0",
"raw-loader": "^4.0.0",
"resolve-url-loader": "^3.1.1",
"rqlite-js": "^1.0.0",
"rucksack-css": "^1.0.2",
"sanitize.css": "^11.0.0",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"selenium-webdriver": "^4.0.0-alpha.5",
"shelljs": "^0.8.3",
"stats-webpack-plugin": "^0.7.0",
"style-loader": "^1.1.3",
"svgo": "^1.3.2",
"svgstore": "^3.0.0-2",
"terser-webpack-plugin": "^2.3.5",
"typescript": "^3.7.5",
"wait-on": "^4.0.0",
"wald": "^0.2.1",
"webpack": "^4.41.6",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-filter-warnings-plugin": "^1.2.1",
"webpack-node-externals": "^1.7.2",
"workbox-webpack-plugin": "^5.0.0",
"worker-loader": "^2.0.0",
"yargs": "^15.1.0"
},
"peerDependencies": {
"knex": ">= 0.20.10 < 1",
"rqlite-js": ">= 1.0.0 < 2"
},
"optionalDependencies": {
"fibers": "^4.0.2"
},
"common": {
"licenseUrl": "https://opensource.org/licenses/MIT",
"repoStaticUrl": "https://raw.github.com/lufrai/knex-rqlite/${branch}/",
"readmeSvgUrlSuffix": "?sanitize=true",
"bannerCopyright": "Copyright(c) 2020 Katja Lutz"
},
"repository": {
"type": "git",
"url": "https://github.com/lufrai/knex-rqlite.git"
},
"sideEffects": false,
"dependencies": {
"express": "^4.17.1",
"faye": "^1.2.4",
"got": "^11.8.5",
"patch-package": "^6.2.0",
"source-map-support": "^0.5.16"
}
}