-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.93 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
{
"name": "temporal-still",
"version": "3.0.0",
"description": "Verification and validation of temporal formulas based on boolean signals.",
"repository": "https://github.com/heia-fr/temporal-still",
"private": true,
"dependencies": {
"@angular/animations": "~11.1.0",
"@angular/common": "~11.1.0",
"@angular/compiler": "~11.1.0",
"@angular/core": "~11.1.0",
"@angular/forms": "~11.1.0",
"@angular/platform-browser": "~11.1.0",
"@angular/platform-browser-dynamic": "~11.1.0",
"@angular/router": "~11.1.0",
"@fortawesome/fontawesome-free": "^5.15.2",
"@sweetalert2/ngx-sweetalert2": "^9.0.0",
"bitset": "^5.1.1",
"bootstrap": "^3.4.1",
"classlist.js": "^1.1.20150312",
"d3": "^3.5.17",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"mdn-polyfills": "^5.20.0",
"ng2-nvd3": "^2.0.0",
"nvd3": "^1.8.6",
"perfect-scrollbar": "^1.5.0",
"random-js": "^2.1.0",
"rxjs": "~6.6.0",
"sweetalert2": "^10.13.0",
"threads": "^1.6.3",
"tslib": "^2.1.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1101.1",
"@angular/cli": "~11.1.1",
"@angular/compiler-cli": "~11.1.0",
"@types/bootstrap": "^3.4.0",
"@types/d3": "^3.5.44",
"@types/jasmine": "~3.6.3",
"@types/jquery": "^3.5.5",
"@types/lodash": "^4.14.168",
"@types/node": "^12.19.15",
"@types/nvd3": "^1.8.41",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.2.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-phantomjs-launcher": "^1.0.4",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.0.5"
},
"scripts": {
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --prod",
"test": "ng test",
"test:prod": "ng test --watch=false --code-coverage",
"lint": "ng lint",
"ng": "ng"
}
}