-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 4.79 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "platon-front",
"version": "0.0.0",
"license": "CeCILL-B",
"scripts": {
"postinstall": "node ./decorate-angular-cli.js && ngcc",
"ng": "nx",
"nx": "nx",
"compodoc": "npx compodoc -p tsconfig.doc.json",
"start": "nx serve",
"build": "nx build platon --stats-json --extra-webpack-config webpack.externals.js",
"build:prod": "nx build platon --stats-json --extra-webpack-config webpack.externals.js --prod",
"deploy:github": "npm run build:prod -- --base-href='https://premierlangage.github.io/platon-front/' && angular-cli-ghpages --dir=./dist/apps/platon",
"stats": "npm run build:prod && webpack-bundle-analyzer dist/apps/platon/stats.json",
"test": "nx run-many --target=test --all --code-coverage --watch=false --browsers=ChromeHeadless && node coverage-merger.js",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test --code-coverage --browsers=ChromeHeadless && node coverage-merger.js",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/workspace",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.3",
"@angular/cdk": "^11.2.2",
"@angular/common": "^11.2.3",
"@angular/compiler": "^11.2.3",
"@angular/core": "^11.2.3",
"@angular/elements": "^11.2.3",
"@angular/forms": "^11.2.3",
"@angular/material": "^11.2.2",
"@angular/platform-browser": "^11.2.3",
"@angular/platform-browser-dynamic": "^11.2.3",
"@angular/router": "^11.2.3",
"@auth0/angular-jwt": "^5.0.2",
"@juristr/ngx-lazy-el": "^1.0.1",
"@cisstech/nge": "^13.1.5",
"@cisstech/nge-ide": "^13.0.3",
"@ngx-formly/core": "^5.10.22",
"@ngx-formly/material": "^5.10.22",
"@ngx-pwa/local-storage": "^11.1.0",
"@swimlane/ngx-charts": "^16.0.0",
"@webcomponents/webcomponentsjs": "^2.4.3",
"ang-jsoneditor": "^1.10.2",
"angular-animations": "^0.11.0",
"angular-split": "^4.0.0",
"animate.css": "^4.1.1",
"common-tags": "^1.8.0",
"d3-graphviz": "^2.6.1",
"document-register-element": "^1.7.2",
"emoji-toolkit": "^6.0.1",
"fast-deep-equal": "^3.1.3",
"fuse.js": "^6.4.3",
"hammerjs": "^2.0.8",
"intro.js": "^3.0.1",
"jsoneditor": "^9.1.1",
"jsplumb": "^2.14.6",
"jsxgraph": "^1.1.0",
"katex": "^0.12.0",
"marked": "^2.1.3",
"mathlive": "^0.59.0",
"monaco-editor": "^0.25.2",
"ng-event-bus": "^2.0.0",
"ng-zorro-antd": "^11.2.0",
"ngx-build-plus": "^11.0.0",
"ngx-pipes": "^2.7.5",
"rxjs": "~6.6.6",
"tslib": "^2.0.0",
"vscode-uri": "^3.0.0",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1100.3",
"@angular-devkit/core": "^11.2.2",
"@angular/cli": "^11.2.2",
"@angular/compiler-cli": "^11.2.3",
"@angular/language-service": "^11.2.3",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@compodoc/compodoc": "^1.1.14",
"@nrwl/angular": "^11.4.0",
"@nrwl/cli": "^11.4.0",
"@nrwl/devkit": "11.4.0",
"@nrwl/workspace": "^11.4.0",
"@types/common-tags": "^1.8.0",
"@types/d3-graphviz": "^2.6.6",
"@types/intro.js": "^3.0.0",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/json-schema": "^7.0.6",
"@types/marked": "^1.2.2",
"@types/node": "^8.9.5",
"angular-cli-ghpages": "^0.6.2",
"angular-in-memory-web-api": "^0.11.0",
"codelyzer": "~5.0.1",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "6.2.0",
"eslint": "6.8.0",
"husky": "^4.3.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^5.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"prettier": "2.0.4",
"protractor": "^7.0.0",
"puppeteer": "^8.0.0",
"source-map-explorer": "^2.5.0",
"standard-version": "^9.0.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.3",
"typescript": "~4.0.3",
"webpack-bundle-analyzer": "^3.8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}