forked from TEAMMATES/teammates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.76 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
75
{
"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": "~7.2.14",
"@angular/cdk": "^7.3.7",
"@angular/common": "~7.2.14",
"@angular/compiler": "~7.2.14",
"@angular/core": "~7.2.14",
"@angular/forms": "~7.2.14",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "~7.2.14",
"@angular/platform-browser-dynamic": "~7.2.14",
"@angular/pwa": "~0.13.8",
"@angular/router": "~7.2.14",
"@angular/service-worker": "~7.2.14",
"@fortawesome/fontawesome-free": "^5.8.1",
"@handsontable/angular": "^4.0.0",
"@ng-bootstrap/ng-bootstrap": "^4.1.2",
"@tinymce/tinymce-angular": "^3.0.1",
"bootstrap": "^4.3.1",
"classlist.js": "^1.1.20150312",
"core-js": "^2.6.5",
"d3": "^5.9.2",
"file-saver": "^2.0.1",
"handsontable": "^7.0.2",
"moment-timezone": "^0.5.25",
"ngx-captcha": "^6.4.0",
"ngx-clipboard": "^12.0.0",
"ngx-image-cropper": "^1.3.9",
"ngx-page-scroll-core": "^6.0.0",
"rxjs": "~6.3.3",
"tinymce": "^5.0.8",
"topojson": "^3.0.2",
"tslib": "^1.9.3",
"ua-parser-js": "^0.7.19",
"zone.js": "~0.8.29"
},
"devDependencies": {
"@angular-builders/jest": "~7.4.2",
"@angular-devkit/build-angular": "~0.13.8",
"@angular/cli": "~7.3.8",
"@angular/compiler-cli": "~7.2.14",
"@angular/language-service": "~7.2.14",
"@types/jest": "^24.0.12",
"@types/node": "~8.9.4",
"codelyzer": "~4.5.0",
"jest": "^24.8.0",
"jsonlint-cli": "^1.0.1",
"lintspaces-cli": "^0.7.1",
"move-cli": "^1.2.1",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0",
"ts-node": "~7.0.1",
"tslint": "~5.12.1",
"tslint-config-airbnb": "~5.11.1",
"typescript": "~3.2.4",
"webpack-bundle-analyzer": "^3.3.2"
}
}