forked from d4l-data4life/covapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.62 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
{
"name": "infection-risk-assessment-app",
"private": true,
"version": "1.25.2",
"description": "Assessing the risk of contagious viral infections (COVID-19)",
"scripts": {
"analyze": "stencil build",
"prebuild": "npm run prepare-customization",
"build": "stencil build && echo $(date) > www/version.txt",
"prestart": "npm run prepare-customization",
"start": "stencil build --dev --watch --serve --no-open",
"import-translations": "node ./scripts/import-translations.js",
"prepare-customization": "node ./scripts/prepare-customization.js",
"test": "stencil test --spec",
"test:watch": "stencil test --spec --watchAll",
"test:e2e": "stencil test --e2e",
"test:all": "stencil test --spec --e2e",
"test:all:watch": "stencil test --spec --e2e --watchAll",
"code-format": "npx prettier --write 'src/**/*.{tsx,css,ts}'"
},
"devDependencies": {
"@lokalise/node-api": "^6.0.0",
"@stencil/core": "^1.9.2",
"@stencil/router": "^1.0.1",
"@types/jest": "^26.0.22",
"@types/puppeteer": "1.19.0",
"deep-assign": "^3.0.0",
"dotenv": "^8.2.0",
"javascript-stringify": "^2.0.1",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"jest-localstorage-mock": "^2.4.0",
"prettier": "^1.19.1",
"puppeteer": "1.19.0",
"rollup-plugin-visualizer": "^4.0.1",
"workbox-build": "4.3.1"
},
"license": "MIT",
"dependencies": {
"@d4l/web-components-library": "^2.13.4",
"@sentry/browser": "^5.15.4",
"i18next": "^19.3.2",
"i18next-browser-languagedetector": "^4.0.2",
"pure-svg-code": "^1.0.6",
"rollup-plugin-node-polyfills": "^0.2.1"
}
}