Add CA certificate to frontend
[clamp.git] / src / test / javascript / package.json
1 {
2         "scripts": {
3                 "test": "jest",
4                 "test:watch": "jest --watch",
5                 "test:coverage": "jest --coverage"
6         },
7         "jest": {
8                 "verbose": true,
9                 "coverageDirectory": "${project.build.directory}/clamp-ui/coverage",
10                 "collectCoverageFrom": [
11                         "**/designer/**/*.{js,jsx}",
12                         "!**/designer/lib/**"
13                 ],
14                 "rootDir": "${project.build.directory}/clamp-ui",
15                 "roots": [
16                         "${project.basedir}/src/test/javascript/",
17                         "<rootDir>/designer/"
18                 ],
19                 "moduleDirectories": [
20                         "${project.build.directory}/clamp-ui/node/node_modules",
21                         "${project.build.directory}/clamp-ui/node_modules",
22                         "<rootDir>/designer"
23                 ],
24                 "coverageReporters": [
25                         "lcov"
26                 ]
27         },
28         "devDependencies": {
29                 "angular": "1.3.2",
30                 "angular-resource": "1.3.2",
31                 "angular-cookies": "1.3.2",
32                 "angular-route": "1.3.2",
33                 "angular-mocks": "1.3.2",
34                 "angular-animate": "1.3.2",
35                 "angular-sanitize": "1.3.2",
36                 "angular-touch": "1.3.2",
37                 "angular-dialog-service": "5.3.0",
38                 "angular-loading-bar": "0.9.0",
39                 "jquery": "3.3.1",
40                 "popper.js": "1.14.4",
41                 "bootstrap": "4.1.1",
42                 "angular-ui-bootstrap": "2.5.6",
43                 "jest": "^23.6.0",
44                 "jest-cli": "^21.2.1"
45         }
46 }