-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "compass-numapp-web",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "npm run build:dev",
"start": "npm run build:dev",
"build": "stencil build",
"build:dev": "npm run build -- --dev --watch --serve --no-open",
"analyze": "stencil build",
"test": "stencil test --spec --runInBand",
"test:watch": "npm run test -- --watchAll",
"code-format": "prettier --write 'src/**/*.{tsx,scss,ts}'",
"lint": "eslint src/**/*{.ts,.tsx}"
},
"engines": {
"npm": ">7.0.0",
"node": ">14.0.0"
},
"dependencies": {
"@d4l/web-components-library": "2.29.0",
"@rollup/plugin-node-resolve": "13.3.0",
"@stencil/core": "2.17.0",
"@stencil/eslint-plugin": "0.4.0",
"@stencil/router": "1.0.1",
"@stencil/sass": "1.5.2",
"@stencil/store": "2.0.0",
"dotenv": "16.0.1",
"i18next": "21.8.14",
"i18next-browser-languagedetector": "6.1.4",
"jsqr": "1.4.0",
"node-forge": "1.3.1"
},
"devDependencies": {
"@types/fhir": "0.0.35",
"@types/jest": "^27.0.3",
"@types/node": "18.0.3",
"eslint": "7.32.0",
"jest": "^27.0.3",
"jest-cli": "^27.4.5",
"prettier": "2.7.1",
"rollup-plugin-visualizer": "5.6.0"
}
}