forked from corona-warn-app/cwa-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.73 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
{
"name": "corona-warn-app-landingpage",
"version": "1.1.0",
"description": "Corona-Warn-App website coronawarn.app",
"main": "gulpfile.js",
"scripts": {
"start-fast": "gulp --skip-compression",
"start": "gulp",
"build": "gulp build --production",
"cypress:open": "cypress open",
"cypress:run:chrome": "cypress run --browser chrome --headed",
"cypress:run:firefox": "cypress run --browser firefox --headed",
"start-server": "gulp start-server",
"test:prepare": "./cypress/prepare.sh",
"test:open:phase2": "start-server-and-test start-server http://localhost:8000 cypress:open",
"test:open": "run-s build test:open:phase2",
"test": "npm run test:chrome",
"test:chrome:phase2": "start-server-and-test start-server http://localhost:8000 cypress:run:chrome",
"test:chrome": "run-s build test:chrome:phase2",
"test:firefox:phase2": "start-server-and-test start-server http://localhost:8000 cypress:run:firefox",
"test:firefox": "run-s build test:firefox:phase2"
},
"author": "SAP Corona-Warn-App Open Source Team <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"apexcharts": "^3.29.0",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.2.3",
"browser-sync": "^2.27.5",
"cleave.js": "^1.6.0",
"dayjs": "^1.10.7",
"google-protobuf": "^3.19.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-filelist": "^2.0.5",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-json-transform": "^0.4.7",
"gulp-load-plugins": "^2.0.7",
"gulp-modify-file": "^1.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sitemap": "^7.7.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"jquery": "^3.6.0",
"js-yaml": "^3.14.1",
"jspdf": "^2.4.0",
"litepicker": "^2.0.11",
"lodash": "^4.17.21",
"lodash.throttle": "^4.0.8",
"luxon": "^2.0.2",
"node-fetch": "^2.6.7",
"node-sass": "^6.0.1",
"panini": "^1.7.2",
"papaparse": "^5.3.1",
"qrcode": "^1.5.0",
"regenerator-runtime": "^0.13.9",
"rimraf": "^3.0.2",
"rxjs": "^7.4.0",
"screenfull": "^5.1.0",
"slick-carousel": "^1.8.1",
"uint8-to-base64": "^0.2.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.46.0",
"webpack-stream": "^5.2.1",
"yargs": "^15.4.1"
},
"private": true,
"devDependencies": {
"cypress": "^7.7.0",
"frontmatter": "0.0.3",
"gulp-debug": "^4.0.0",
"gulp-replace": "^1.1.3",
"marked": "^2.1.3",
"moment": "^2.29.1",
"npm-run-all": "^4.1.5",
"start-server-and-test": "^1.14.0"
}
}