forked from TEAMMATES/teammates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.68 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
{
"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.1.4",
"@angular/cdk": "^7.3.4",
"@angular/common": "~7.1.4",
"@angular/compiler": "~7.1.4",
"@angular/core": "~7.1.4",
"@angular/forms": "~7.1.4",
"@angular/material": "^7.3.5",
"@angular/platform-browser": "~7.1.4",
"@angular/platform-browser-dynamic": "~7.1.4",
"@angular/pwa": "~0.11.4",
"@angular/router": "~7.1.4",
"@angular/service-worker": "~7.1.4",
"@fortawesome/fontawesome-free": "^5.5.0",
"@handsontable/angular": "^3.0.0",
"@ng-bootstrap/ng-bootstrap": "^4.0.1",
"@tinymce/tinymce-angular": "^2.5.0",
"bootstrap": "^4.1.3",
"classlist.js": "^1.1.20150312",
"core-js": "^2.5.7",
"d3": "^5.7.0",
"file-saver": "^2.0.0",
"handsontable": "^6.2.2",
"moment-timezone": "^0.5.23",
"ngx-captcha": "^6.3.0",
"ngx-clipboard": "^11.1.9",
"ngx-image-cropper": "^1.3.8",
"rxjs": "~6.3.3",
"tinymce": "^4.9.2",
"topojson": "^3.0.2",
"tslib": "^1.9.0",
"ua-parser-js": "^0.7.18",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-builders/jest": "~7.1.2",
"@angular-devkit/build-angular": "~0.11.4",
"@angular/cli": "~7.1.4",
"@angular/compiler-cli": "~7.1.4",
"@angular/language-service": "~7.1.4",
"@types/node": "~8.9.4",
"codelyzer": "~4.5.0",
"jest": "^23.6.0",
"jsonlint-cli": "^1.0.1",
"lintspaces-cli": "^0.6.1",
"move-cli": "^1.2.0",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.2",
"stylelint": "^9.9.0",
"stylelint-config-standard": "^18.2.0",
"ts-node": "~7.0.1",
"tslint": "~5.11.0",
"tslint-config-airbnb": "~5.11.1",
"typescript": "~3.1.6",
"webpack-bundle-analyzer": "^3.0.3"
}
}