forked from TEAMMATES/teammates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.75 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
70
71
72
73
74
{
"scripts": {
"ng": "ng",
"mv": "move-cli --mkdirp",
"start": "ng serve",
"build": "npm run mv -- src/main/webapp/WEB-INF src/main/temp/WEB-INF && npm-run-all \"ng -- build --prod {@}\" \"mv -- src/main/temp/WEB-INF src/main/webapp/WEB-INF\" -c --",
"analyze": "webpack-bundle-analyzer src/main/webapp/stats.json",
"test": "ng test --watch",
"coverage": "rimraf coverage && ng test --coverage",
"lint:ts": "ng lint --tslint-config static-analysis/teammates-tslint.yml",
"lint:json": "jsonlint-cli src/web/**/*.json src/main/resources/*.json src/test/resources/data/*.json",
"lint:css": "stylelint \"src/web/**/*.scss\" --config static-analysis/teammates-stylelint.yml",
"lint:spaces": "lintspaces -n -t -d spaces -l 1 -. \"src/main/**/*.html\" \"src/web/**/*.html\" \"src/**/*.xml\" \"src/**/*.json\" \"src/**/*.properties\" \"*.yml\" \"*.json\" \"*.gradle\" \"static-analysis/*.*ml\"",
"lint": "npm-run-all lint:* -c"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/forms": "~8.2.14",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "~8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/pwa": "~0.803.22",
"@angular/router": "~8.2.14",
"@angular/service-worker": "~8.2.14",
"@fortawesome/fontawesome-free": "^5.12.0",
"@handsontable/angular": "^5.1.0",
"@ng-bootstrap/ng-bootstrap": "^5.1.5",
"@tinymce/tinymce-angular": "^3.3.1",
"bootstrap": "^4.4.1",
"classlist.js": "^1.1.20150312",
"d3": "^5.15.0",
"file-saver": "^2.0.2",
"handsontable": "^7.3.0",
"moment-timezone": "^0.5.27",
"ngx-captcha": "^7.0.0",
"ngx-clipboard": "^12.3.0",
"ngx-image-cropper": "^1.5.1",
"ngx-page-scroll-core": "^7.0.0",
"rxjs": "~6.4.0",
"tinymce": "^5.1.5",
"topojson": "^3.0.2",
"tslib": "^1.10.0",
"ua-parser-js": "^0.7.21",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-builders/jest": "~8.3.2",
"@angular-devkit/build-angular": "~0.803.22",
"@angular/cli": "~8.3.22",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/jest": "^24.0.25",
"@types/node": "~8.9.4",
"codelyzer": "^5.2.1",
"jest": "^24.9.0",
"jsonlint-cli": "^1.0.1",
"lintspaces-cli": "^0.7.1",
"move-cli": "^1.2.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.0",
"stylelint": "^13.0.0",
"stylelint-config-standard": "^19.0.0",
"ts-node": "~7.0.1",
"tslint": "~5.15.0",
"tslint-config-airbnb": "~5.11.2",
"typescript": "~3.5.3",
"webpack-bundle-analyzer": "^3.6.0"
}
}