-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
65 lines (65 loc) · 1.64 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
{
"name": "@examples/basic-routes-rematch-old",
"version": "3.1.13",
"description": "",
"private": true,
"scripts": {
"server": "NODE_ENV=production nodemon dist/server.js",
"build": "kkt-ssr build --s-ne",
"start": "kkt-ssr start",
"build:s": "kkt-ssr build --s-st"
},
"keywords": [],
"author": "Kenny Wong <[email protected]>",
"license": "MIT",
"dependencies": {
"@kkt/react-ssr-enhanced": "3.1.13",
"@rematch/core": "2.2.0",
"@rematch/loading": "2.1.2",
"axios": "0.26.0",
"cookie-parser": "1.4.3",
"cookiejs": "1.0.15",
"express": "~4.16.4",
"http-proxy-middleware": "~0.19.1",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"react-dynamic-loadable": "~3.0.0",
"react-redux": "7.2.6",
"react-router": "^6.2.2",
"react-router-dom": "^6.2.2",
"redux": "^4.1.2"
},
"devDependencies": {
"@kkt/plugin-less": "3.1.13",
"@kkt/ssr": "3.1.13",
"@types/cookie-parser": "^1.4.2",
"@types/cookiejs": "^1.2.0",
"@types/react-helmet": "^6.1.5",
"assert": "2.0.0",
"browserify-zlib": "0.2.0",
"buffer": "6.0.3",
"crypto-browserify": "3.12.0",
"https-browserify": "1.0.0",
"kkt": "~7.1.5",
"mocker-api": "2.9.5",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
"stream-browserify": "3.0.0",
"stream-http": "3.2.0",
"tty-browserify": "0.0.1",
"url": "0.11.0",
"util": "0.12.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}