@proteinjs/server 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +69 -69
package/package.json
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
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
|
-
|
|
2
|
+
"name": "@proteinjs/server",
|
|
3
|
+
"version": "1.1.2",
|
|
4
|
+
"description": "A server impl",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"access": "public"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/proteinjs/server.git"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/proteinjs/server/issues"
|
|
14
|
+
},
|
|
15
|
+
"homepage": "https://github.com/proteinjs/server#readme",
|
|
16
|
+
"author": "Brent Bahry",
|
|
17
|
+
"license": "MIT",
|
|
18
|
+
"scripts": {
|
|
19
|
+
"clean": "rm -rf dist/ generated/ node_modules/",
|
|
20
|
+
"build": "reflection-build && tsc",
|
|
21
|
+
"watch": "reflection-watch"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
|
|
25
|
+
"@proteinjs/db": "1.0.15",
|
|
26
|
+
"@proteinjs/reflection": "1.1.1",
|
|
27
|
+
"@proteinjs/server-api": "^1.1.1",
|
|
28
|
+
"@proteinjs/util": "1.1.0",
|
|
29
|
+
"@proteinjs/util-node": "1.2.0",
|
|
30
|
+
"body-parser": "1.19.0",
|
|
31
|
+
"buffer": "6.0.3",
|
|
32
|
+
"compression": "1.7.4",
|
|
33
|
+
"cookie-parser": "1.4.5",
|
|
34
|
+
"crypto-browserify": "3.12.0",
|
|
35
|
+
"events": "3.3.0",
|
|
36
|
+
"express": "4.17.1",
|
|
37
|
+
"express-session": "1.17.1",
|
|
38
|
+
"file-loader": "6.2.0",
|
|
39
|
+
"passport": "0.4.1",
|
|
40
|
+
"passport-local": "1.0.0",
|
|
41
|
+
"process": "0.11.10",
|
|
42
|
+
"react": "18.2.0",
|
|
43
|
+
"react-helmet": "6.1.0",
|
|
44
|
+
"react-refresh": "0.14.0",
|
|
45
|
+
"react-refresh-typescript": "2.0.9",
|
|
46
|
+
"stream-browserify": "3.0.0",
|
|
47
|
+
"ts-loader": "8.0.3",
|
|
48
|
+
"typescript": "5.2.2",
|
|
49
|
+
"url": "0.11.3",
|
|
50
|
+
"util": "0.12.5",
|
|
51
|
+
"webpack": "5.88.2",
|
|
52
|
+
"webpack-dev-middleware": "7.0.0",
|
|
53
|
+
"webpack-hot-middleware": "2.26.0"
|
|
54
|
+
},
|
|
55
|
+
"devDependencies": {
|
|
56
|
+
"@proteinjs/reflection-build": "1.0.16",
|
|
57
|
+
"@types/body-parser": "1.19.0",
|
|
58
|
+
"@types/compression": "1.7.0",
|
|
59
|
+
"@types/cookie-parser": "1.4.2",
|
|
60
|
+
"@types/express": "4.17.7",
|
|
61
|
+
"@types/express-session": "1.17.0",
|
|
62
|
+
"@types/node": "14.0.13",
|
|
63
|
+
"@types/passport": "1.0.4",
|
|
64
|
+
"@types/passport-local": "1.0.33",
|
|
65
|
+
"@types/react": "18.2.23",
|
|
66
|
+
"@types/react-helmet": "6.1.0",
|
|
67
|
+
"@types/webpack-hot-middleware": "2.25.9"
|
|
68
|
+
},
|
|
69
|
+
"main": "./dist/generated/index.js",
|
|
70
|
+
"types": "./dist/generated/index.d.ts"
|
|
71
71
|
}
|