-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 3.89 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
{
"name": "some-pkg",
"version": "0.0.1",
"description": "Full stack nodejs express/preact boilerplate with SSR and HMR",
"main": "index.js",
"homepage": "https://github.com/witneyjs/witney",
"types": "typings/package/main/main.d.ts",
"author": "Katja Lutz",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@babel/runtime": "^7.6.3",
"@lufrai/concat-with-sourcemaps": "^1.1.0",
"@types/chai": "^4.2.3",
"@types/express": "^4.17.1",
"@types/express-http-proxy": "^1.5.12",
"@types/lodash": "^4.14.144",
"@types/mocha": "^5.2.7",
"@types/node": "^12.11.2",
"@types/pino": "^5.8.12",
"@types/selenium-webdriver": "^4.0.5",
"@types/webpack-env": "^1.14.1",
"alo": "^4.0.0-alpha.13",
"babel-loader": "^8.0.6",
"babel-plugin-emotion": "^10.0.21",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^2.6.1",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"chromedriver": "^76.0.1",
"codegen.macro": "^3.0.0",
"cross-env": "^5.2.1",
"css-loader": "^3.2.0",
"emotion": "^10.0.17",
"emotion-server": "^10.0.17",
"express-http-proxy": "^1.6.0",
"feathericon": "^1.0.2",
"file-loader": "^4.2.0",
"got": "^10.0.0-alpha.2",
"hoppla": "^0.10.1",
"html-webpack-plugin": "^4.0.0-beta.8",
"idx.macro": "^4.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jsdom": "15.1.1",
"jsdom-global": "3.0.2",
"ky": "^0.15.0",
"ky-universal": "^0.3.0",
"lost": "^8.3.1",
"mallery": "0.0.3",
"micromatch": "^4.0.2",
"mini-css-extract-plugin": "^0.8.0",
"mocha": "^6.2.2",
"nodemon": "^1.19.4",
"null-loader": "^3.0.0",
"nyc": "^14.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"param.macro": "^3.2.1",
"pino": "^5.13.5",
"pino-pretty": "^3.2.2",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"preact": "^10.0.1",
"preact-render-to-string": "^5.1.0",
"prettier": "^1.18.2",
"preval.macro": "^3.0.0",
"raw-loader": "^3.1.0",
"react-helmet-async": "^1.0.4",
"react-router5": "^7.1.0",
"resolve-url-loader": "^3.1.0",
"router5": "^7.0.2",
"router5-plugin-browser": "^7.0.2",
"rucksack-css": "^1.0.2",
"sanitize.css": "^11.0.0",
"sass": "^1.23.0",
"sass-loader": "^7.3.1",
"selenium-webdriver": "^4.0.0-alpha.5",
"shelljs": "^0.8.3",
"style-loader": "^1.0.0",
"svgo": "^1.3.0",
"svgstore": "^3.0.0-2",
"terser-webpack-plugin": "^1.4.1",
"typescript": "^3.6.4",
"wait-on": "^3.3.0",
"wald": "^0.2.1",
"webpack": "4.39.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"webpack-filter-warnings-plugin": "^1.2.1",
"webpack-node-externals": "^1.7.2",
"workbox-webpack-plugin": "^4.3.1",
"worker-loader": "^2.0.0",
"yargs": "^14.2.0"
},
"optionalDependencies": {
"fibers": "^4.0.1"
},
"common": {
"licenseUrl": "https://opensource.org/licenses/MIT",
"repoStaticUrl": "https://raw.github.com/witneyjs/witney/${branch}/",
"readmeSvgUrlSuffix": "?sanitize=true",
"bannerCopyright": "Copyright(c) 2019 Katja Lutz"
},
"repository": {
"type": "git",
"url": "https://github.com/witneyjs/witney.git"
},
"sideEffects": false,
"dependencies": {
"express": "^4.17.1",
"faye": "^1.2.4",
"lodash": "^4.17.15",
"source-map-support": "^0.5.13"
}
}