|
1 | 1 | {
|
2 | 2 | "name": "snapp",
|
3 |
| - "version": "2.0.0", |
| 3 | + "version": "3.0.0", |
4 | 4 | "description": "Snapp!",
|
5 |
| - |
6 | 5 | "author": {
|
7 | 6 | "name": "Adrian Hintze",
|
8 | 7 | "email": "hintze.adrian@gmail.com",
|
9 | 8 | "url": "https://github.com/Rydion/"
|
10 | 9 | },
|
11 |
| - |
12 | 10 | "private": true,
|
13 |
| - |
14 | 11 | "scripts": {
|
15 | 12 | "run": "node build/snapp/Snapp.js",
|
16 |
| - |
17 | 13 | "prebuild": "rimraf build/logs && rimraf build/upload",
|
18 | 14 | "build": "npm run build-server && npm run build-client && npm run copy-resources && npm run create-conf-file",
|
19 | 15 | "prebuild-server": "rimraf build/snapp",
|
20 | 16 | "build-server": "tsc -p server-tsconfig.json",
|
21 | 17 | "prebuild-client": "rimraf build/WebContent",
|
22 | 18 | "build-client": "webpack --progress --profile",
|
23 |
| - |
24 | 19 | "copy-resources": "npm run copy-snap && npm run copy-nw && npm run copy-icons && npm run copy-conf",
|
25 |
| - |
26 | 20 | "copy-snap": "npm run copy-snap-full && npm run copy-snap-reduced",
|
27 | 21 | "precopy-snap-full": "rimraf build/resources/snap/full",
|
28 | 22 | "copy-snap-full": "copyfiles -u 2 \"node_modules/snap-4-snapp-full/**/*\" \"build/resources/snap/full/files\" && copyfiles -u 2 \"node_modules/snap-4-snapp-full/gui.js\" \"build/resources/snap/full/gui\"",
|
29 | 23 | "postcopy-snap-full": "rimraf build/resources/snap/full/files/gui.js && rimraf build/resources/snap/full/files/package.json",
|
30 | 24 | "precopy-snap-reduced": "rimraf build/resources/snap/reduced",
|
31 | 25 | "copy-snap-reduced": "rimraf build/resources/snap/reduced && copyfiles -u 2 \"node_modules/snap-4-snapp-reduced/**/*\" \"build/resources/snap/reduced/files\" && copyfiles -u 2 \"node_modules/snap-4-snapp-reduced/gui.js\" \"build/resources/snap/reduced/gui\"",
|
32 | 26 | "postcopy-snap-reduced": "rimraf build/resources/snap/reduced/files/gui.js && rimraf build/resources/snap/reduced/files/package.json",
|
33 |
| - |
34 | 27 | "precopy-nw": "rimraf build/resources/nw",
|
35 | 28 | "copy-nw": "copyfiles -u 1 \"nw/**/*\" \"build/resources/nw\"",
|
36 |
| - |
37 | 29 | "precopy-icons": "rimraf build/resources/icons",
|
38 | 30 | "copy-icons": "copyfiles -u 1 \"icons/**/*\" \"build/resources/icons\"",
|
39 |
| - |
40 | 31 | "precopy-conf": "rimraf build/resources/conf",
|
41 | 32 | "copy-conf": "copyfiles -u 1 \"binary_conf/**/*\" \"build/resources/conf\"",
|
42 |
| - |
43 | 33 | "precreate-conf-file": "rimraf build/snapp_conf.json",
|
44 | 34 | "create-conf-file": "echo { \"port\": 80, \"uploadFileSizeLimit\": 100000000, \"compressStaticFiles\": true } >> build/snapp_conf.json"
|
45 | 35 | },
|
46 |
| - |
47 | 36 | "engines": {
|
48 |
| - "node": ">=7.9.0", |
49 |
| - "npm": ">=4.5.0" |
| 37 | + "node": ">=10.4.1", |
| 38 | + "npm": ">=6.1.0" |
50 | 39 | },
|
51 |
| - |
52 | 40 | "dependencies": {
|
53 |
| - "express": "4.15.2", |
54 |
| - "body-parser": "1.17.1", |
55 |
| - "multer": "1.3.0", |
56 |
| - "compression": "1.6.2", |
57 |
| - |
58 |
| - "sax": "1.2.2", |
59 |
| - |
60 |
| - "archiver": "1.3.0", |
61 |
| - |
62 |
| - "winston": "2.3.1", |
63 |
| - "winston-daily-rotate-file": "1.4.6", |
64 |
| - |
| 41 | + "archiver": "2.1.1", |
| 42 | + "body-parser": "1.18.3", |
| 43 | + "compression": "1.7.2", |
| 44 | + "express": "4.16.3", |
65 | 45 | "mkdirp": "0.5.1",
|
66 |
| - |
67 |
| - "stream-to-array": "2.3.0" |
| 46 | + "multer": "1.3.0", |
| 47 | + "sax": "1.2.4", |
| 48 | + "stream-to-array": "2.3.0", |
| 49 | + "winston": "3.0.0", |
| 50 | + "winston-daily-rotate-file": "3.2.1" |
68 | 51 | },
|
69 |
| - |
70 | 52 | "devDependencies": {
|
71 |
| - "typescript": "2.3.2", |
72 |
| - |
73 |
| - "@types/body-parser": "1.16.3", |
74 |
| - "@types/compression": "0.0.33", |
75 |
| - "@types/express": "4.0.35", |
76 |
| - "@types/file-saver": "0.0.1", |
77 |
| - "@types/mime": "0.0.29", |
78 |
| - "@types/mkdirp": "0.3.29", |
79 |
| - "@types/multer": "0.0.33", |
80 |
| - "@types/node": "7.0.16", |
| 53 | + "@angular/animations": "6.0.5", |
| 54 | + "@angular/common": "6.0.5", |
| 55 | + "@angular/compiler": "6.0.5", |
| 56 | + "@angular/core": "6.0.5", |
| 57 | + "@angular/forms": "6.0.5", |
| 58 | + "@angular/http": "6.0.5", |
| 59 | + "@angular/platform-browser": "6.0.5", |
| 60 | + "@angular/platform-browser-dynamic": "6.0.5", |
| 61 | + "@angular/router": "6.0.5", |
| 62 | + "@types/body-parser": "1.17.0", |
| 63 | + "@types/compression": "0.0.36", |
| 64 | + "@types/express": "4.16.0", |
| 65 | + "@types/file-saver": "1.3.0", |
| 66 | + "@types/mime": "2.0.0", |
| 67 | + "@types/mkdirp": "0.5.2", |
| 68 | + "@types/multer": "1.3.7", |
| 69 | + "@types/node": "10.3.3", |
81 | 70 | "@types/sax": "1.0.0",
|
82 |
| - "@types/stream-to-array": "0.0.28", |
83 |
| - |
84 |
| - "concurrently": "3.4.0", |
85 |
| - "rimraf": "2.6.1", |
86 |
| - "copyfiles": "1.2.0", |
87 |
| - |
88 |
| - "webpack": "2.5.0", |
89 |
| - "webpack-merge": "4.1.0", |
90 |
| - |
| 71 | + "@types/stream-to-array": "2.3.0", |
| 72 | + "angular2-busy": "2.0.4", |
91 | 73 | "angular2-template-loader": "0.6.2",
|
92 |
| - "awesome-typescript-loader": "3.1.3", |
93 |
| - "css-loader": "0.28.1", |
94 |
| - "file-loader": "0.11.1", |
95 |
| - "html-loader": "0.4.5", |
| 74 | + "awesome-typescript-loader": "5.1.0", |
| 75 | + "bootstrap": "4.1.1", |
| 76 | + "concurrently": "3.5.1", |
| 77 | + "copyfiles": "2.0.0", |
| 78 | + "core-js": "2.5.7", |
| 79 | + "css-loader": "0.28.11", |
| 80 | + "extract-text-webpack-plugin": "3.0.2", |
| 81 | + "file-loader": "1.1.11", |
| 82 | + "file-saver": "1.3.8", |
| 83 | + "html-loader": "0.5.5", |
| 84 | + "html-webpack-plugin": "3.2.0", |
| 85 | + "ngx-modialog": "5.0.1", |
96 | 86 | "null-loader": "0.1.1",
|
97 | 87 | "raw-loader": "0.5.1",
|
98 |
| - "style-loader": "0.17.0", |
99 |
| - "to-string-loader": "1.1.5", |
100 |
| - |
101 |
| - "extract-text-webpack-plugin": "2.1.0", |
102 |
| - "html-webpack-plugin": "2.28.0", |
103 |
| - |
104 |
| - "@angular/animations": "4.1.1", |
105 |
| - "@angular/common": "4.1.1", |
106 |
| - "@angular/compiler": "4.1.1", |
107 |
| - "@angular/core": "4.1.1", |
108 |
| - "@angular/forms": "4.1.1", |
109 |
| - "@angular/http": "4.1.1", |
110 |
| - "@angular/platform-browser": "4.1.1", |
111 |
| - "@angular/platform-browser-dynamic": "4.1.1", |
112 |
| - "@angular/router": "4.1.1", |
113 |
| - |
114 |
| - "core-js": "2.4.1", |
115 |
| - "rxjs": "5.3.1", |
116 |
| - "zone.js": "0.8.10", |
117 |
| - |
118 |
| - "angular2-busy": "2.0.4", |
119 |
| - "angular2-modal": "2.0.3", |
120 |
| - |
121 |
| - "file-saver": "1.3.3", |
122 |
| - |
123 |
| - "bootstrap": "3.3.7", |
124 |
| - |
| 88 | + "rimraf": "2.6.2", |
| 89 | + "rxjs": "6.2.1", |
125 | 90 | "snap-4-snapp-full": "git+https://git@github.com/Rydion/Snap-4-Snapp.git#full-v2.0.0",
|
126 |
| - "snap-4-snapp-reduced": "git+https://git@github.com/Rydion/Snap-4-Snapp.git#reduced-v2.0.0" |
| 91 | + "snap-4-snapp-reduced": "git+https://git@github.com/Rydion/Snap-4-Snapp.git#reduced-v2.0.0", |
| 92 | + "style-loader": "0.21.0", |
| 93 | + "to-string-loader": "1.1.5", |
| 94 | + "typescript": "2.9.2", |
| 95 | + "webpack": "4.12.0", |
| 96 | + "webpack-cli": "3.0.8", |
| 97 | + "webpack-merge": "4.1.3", |
| 98 | + "zone.js": "0.8.26" |
127 | 99 | }
|
128 | 100 | }
|
0 commit comments