mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
refactor(build): remove echarts package, import minified scripts
This commit is contained in:
parent
26de80961d
commit
5a16cc3793
5 changed files with 20 additions and 33 deletions
|
@ -34,14 +34,14 @@
|
|||
"./app/@theme/styles/styles.scss"
|
||||
],
|
||||
"scripts": [
|
||||
"../node_modules/tinymce/tinymce.js",
|
||||
"../node_modules/tinymce/themes/modern/theme.js",
|
||||
"../node_modules/tinymce/plugins/link/plugin.js",
|
||||
"../node_modules/tinymce/plugins/paste/plugin.js",
|
||||
"../node_modules/tinymce/plugins/table/plugin.js",
|
||||
"../node_modules/tinymce/tinymce.min.js",
|
||||
"../node_modules/tinymce/themes/modern/theme.min.js",
|
||||
"../node_modules/tinymce/plugins/link/plugin.min.js",
|
||||
"../node_modules/tinymce/plugins/paste/plugin.min.js",
|
||||
"../node_modules/tinymce/plugins/table/plugin.min.js",
|
||||
"./assets/vendors/echarts.min.js",
|
||||
"../node_modules/echarts/map/js/world.js",
|
||||
"../node_modules/chart.js/dist/Chart.js"
|
||||
"./assets/vendors/echarts.world.min.js",
|
||||
"../node_modules/chart.js/dist/Chart.min.js"
|
||||
],
|
||||
"environmentSource": "environments/environment.ts",
|
||||
"environments": {
|
||||
|
|
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -2724,14 +2724,6 @@
|
|||
"jsbn": "0.1.1"
|
||||
}
|
||||
},
|
||||
"echarts": {
|
||||
"version": "3.5.4",
|
||||
"resolved": "https://registry.npmjs.org/echarts/-/echarts-3.5.4.tgz",
|
||||
"integrity": "sha1-9PsyVZcR7cVjdbBr8ddiinB/+eI=",
|
||||
"requires": {
|
||||
"zrender": "3.5.2"
|
||||
}
|
||||
},
|
||||
"ee-first": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
||||
|
@ -10187,11 +10179,6 @@
|
|||
"version": "0.8.16",
|
||||
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.8.16.tgz",
|
||||
"integrity": "sha1-rDG2xBj4jA+Ritas2KQCrKkxOrs="
|
||||
},
|
||||
"zrender": {
|
||||
"version": "3.5.2",
|
||||
"resolved": "https://registry.npmjs.org/zrender/-/zrender-3.5.2.tgz",
|
||||
"integrity": "sha1-53DL6Xi19JgcG5PZuEFHo0dPIdI="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
"classlist.js": "1.1.20150312",
|
||||
"core-js": "2.4.1",
|
||||
"d3": "4.8.0",
|
||||
"echarts": "3.5.4",
|
||||
"font-awesome": "4.7.0",
|
||||
"intl": "1.2.5",
|
||||
"ionicons": "2.0.1",
|
||||
|
|
24
src/assets/vendors/echarts.min.js
vendored
24
src/assets/vendors/echarts.min.js
vendored
File diff suppressed because one or more lines are too long
1
src/assets/vendors/echarts.world.min.js
vendored
Normal file
1
src/assets/vendors/echarts.world.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue