forked from corona-warn-app/cwa-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.07 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
{
"name": "corona-warn-app-landingpage",
"version": "1.0.0",
"description": "Corona Warn App website coronawarn.app",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production",
"cypress:open": "cypress open",
"cypress:run:chrome": "cypress run --browser chrome",
"cypress:run:firefox": "cypress run --browser firefox",
"test:prepare": "./cypress/prepare.sh",
"test:open": "start-server-and-test start http://localhost:8000 cypress:open",
"test": "npm run test:chrome",
"test:chrome": "start-server-and-test start http://localhost:8000 cypress:run:chrome",
"test:firefox": "start-server-and-test start http://localhost:8000 cypress:run:firefox"
},
"author": "SAP Corona Warn-App Open Source Team <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.14",
"cleave.js": "^1.6.0",
"google-protobuf": "^3.15.8",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-json-transform": "^0.4.7",
"gulp-load-plugins": "^2.0.6",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sitemap": "^7.7.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"jquery": "^3.5.1",
"js-yaml": "^3.14.1",
"lodash.throttle": "^4.0.8",
"panini": "^1.7.1",
"qrcode": "^1.4.4",
"rimraf": "^3.0.2",
"slick-carousel": "^1.8.1",
"uint8-to-base64": "^0.2.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.44.2",
"webpack-stream": "^5.2.1",
"yargs": "^15.4.1"
},
"private": true,
"devDependencies": {
"cypress": "^4.12.1",
"cypress-plugin-snapshots": "^1.4.4",
"frontmatter": "0.0.3",
"gulp-debug": "^4.0.0",
"gulp-replace": "^1.0.0",
"marked": "^2.0.0",
"moment": "^2.29.1",
"start-server-and-test": "^1.12.0"
}
}