-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
45 lines (45 loc) · 1.02 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
{
"name": "@s-ui/ssr",
"version": "8.32.0",
"description": "> Plug SSR to you SUI SPA.",
"main": "index.js",
"bin": {
"sui-ssr": "./bin/sui-ssr.js"
},
"scripts": {
"test:server:watch": "npm run test:server -- --watch",
"test:server": "NODE_ENV=test sui-test server",
"test": "npm run test:server"
},
"keywords": [],
"author": "",
"license": "MIT",
"config": {
"sui-test": {
"server": {
"forceTranspilation": [
"./server"
]
}
}
},
"dependencies": {
"@s-ui/critical-css-middleware": "1",
"@s-ui/hoc": "1",
"@tunnckocore/execa": "5.2.7",
"archiver": "5.3.2",
"commander": "8.3.0",
"compression": "1.7.4",
"express": "4.21.0",
"express-basic-auth": "1.2.1",
"git-url-parse": "13.1.0",
"jsesc": "3.0.2",
"mime": "1.6.0",
"noop-console": "0.8.0",
"parse5": "6.0.1",
"ua-parser-js": "0.7.33",
"webpack-dev-middleware": "6.1.2",
"webpack-hot-middleware": "2.26.1",
"nodemon": "3.1.4"
}
}