forked from MizarWeb/DataCube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 4.22 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
{
"name": "DataCube",
"version": "1.0.0",
"description": "Manipulation et représentation d'un cube de données",
"private": true,
"scripts": {
"ng": "ng",
"rename-main": "mv dist/main.*.js dist/main.datacube.bundle.js",
"rename-scripts": "mv dist/scripts.*.js dist/scripts.datacube.bundle.js",
"rename-polyfills": "mv dist/polyfills.*.js dist/polyfills.datacube.bundle.js",
"rename-styles": "mv dist/styles.*.css dist/styles.datacube.bundle.css",
"rename-inline": "mv dist/runtime.*.js dist/inline.datacube.bundle.js",
"rename-files": "npm run rename-main && npm run rename-scripts && npm run rename-polyfills && npm run rename-styles && npm run rename-inline",
"build": "npm run env --s && ng build --prod && npm run rename-files ",
"start": "ng serve --proxy-config proxy.conf.js",
"lint": "ng lint --type-check && stylelint \"src/**/*.scss\" --syntax scss && htmlhint \"src\" --config .htmlhintrc",
"test": "ng test",
"test:ci": "npm run lint -s && ng test --single-run --code-coverage",
"e2e": "ng e2e",
"translations:extract": "ngx-translate-extract --input ./src --output ./src/translations/template.json --format=json --clean -sort --marker extract",
"compodoc": "compodoc -p src/tsconfig.app.json --disableRoutesGraph -s",
"env": "ngx-scripts env2json npm_package_version",
"generate": "ng generate",
"build-mizar": "npm run build && cd plugin && npm install && grunt build && cd .. && cp -r plugin/dist/libs dist/",
"postinstall": "patch-package"
},
"keywords": [
"cnes",
"datacube",
"spectre",
"histogram",
"cube",
"data"
],
"author": "CNES",
"license": "",
"bugs": {
"url": "https://github.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/MizarWeb/DataCube"
},
"homepage": "http://DataCube/home",
"dependencies": {
"@angular-devkit/build-angular": "0.13.9",
"@angular/animations": "^7.2.16",
"@angular/common": "^7.2.16",
"@angular/compiler": "^7.2.16",
"@angular/core": "^7.2.16",
"@angular/forms": "^7.2.16",
"@angular/http": "^7.2.16",
"@angular/platform-browser": "^7.2.16",
"@angular/platform-browser-dynamic": "^7.2.16",
"@angular/router": "^7.2.16",
"brfs": "^2.0.2",
"@ng-bootstrap/ng-bootstrap": "^3.0.0",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"@types/plotly.js": "1.44.24",
"acorn": "^6.4.1",
"bootstrap": "4.0.0-alpha.6",
"core-js": "^2.5.2",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"font-awesome": "^4.7.0",
"glslify": "^6.1.0",
"ify-loader": "^1.1.0",
"jquery": "^3.5.1",
"lodash": "^4.17.19",
"mapbox-gl": "^1.11.1",
"ng": "0.0.0",
"ng2-slider-component": "1.0.9",
"ngx-toastr": "^10.1.0",
"patch-package": "^6.2.2",
"plotly.js": "^1.54.5",
"plotly.js-cartesian-dist": "^1.42.5",
"primeng": "7.1.3",
"rxjs": "^6.5.4",
"rxjs-compat": "^6.0.0-rc.0",
"zone.js": "^0.8.12"
},
"browserify": {
"transform": [
"glslify",
"brfs",
"plotly"
]
},
"devDependencies": {
"@angular/cli": "^6.2.9",
"@angular/compiler-cli": "^7.2.16",
"@angular/language-service": "^7.2.16",
"@biesbjerg/ngx-translate-extract": "^7.0.2",
"@compodoc/compodoc": "^1.1.11",
"@ngx-rocket/scripts": "^1.0.0",
"@types/jasmine": "^2.5.52",
"@types/jasminewd2": "^2.0.2",
"@types/jquery": "3.3.31",
"@types/lodash": "4.14.116",
"@types/node": "^8.0.10",
"htmlhint": "^0.11.0",
"https-proxy-agent": "^2.2.3",
"install": "^0.13.0",
"jasmine-core": "~2.7.0",
"jasmine-spec-reporter": "^4.1.0",
"karma": "^5.1.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"npm": "^6.14.6",
"phantomjs-prebuilt": "^2.1.14",
"protractor": "^7.0.0",
"rename-files": "0.0.2",
"renamer": "^1.1.0",
"stylelint": "^13.6.1",
"stylelint-config-recommended-scss": "~1.0.0",
"stylelint-config-standard": "~17.0.0",
"stylelint-scss": "^3.18.0",
"ts-node": "^3.1.0",
"tslint": "~5.4.3",
"typescript": "~3.2.4"
}
}