use bulma via npm

This commit is contained in:
Anantha Kumaran 2022-08-28 18:23:00 +05:30
parent 406e5d7e86
commit 2673897c57
5 changed files with 19 additions and 11820 deletions

19
package-lock.json generated
View File

@ -5,10 +5,12 @@
"packages": {
"": {
"dependencies": {
"@types/clusterize.js": "^0.18.1",
"@types/d3": "^7.1.0",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.181",
"@types/sprintf-js": "^1.1.2",
"bulma": "^0.9.4",
"clusterize.js": "^0.19.0",
"d3": "^7.4.0",
"d3-svg-legend": "^2.25.6",
@ -20,7 +22,6 @@
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@types/clusterize.js": "^0.18.1",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.15.0",
@ -175,8 +176,7 @@
"node_modules/@types/clusterize.js": {
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/@types/clusterize.js/-/clusterize.js-0.18.1.tgz",
"integrity": "sha512-yRALTOHnKi/F3IvzO7AfBWXBAsOdl3sMgvLqTOV3DNAxz2lNOP0NraLkqMCeJdaCYvV4yF7WEYAhJCWuRMITeQ==",
"dev": true
"integrity": "sha512-yRALTOHnKi/F3IvzO7AfBWXBAsOdl3sMgvLqTOV3DNAxz2lNOP0NraLkqMCeJdaCYvV4yF7WEYAhJCWuRMITeQ=="
},
"node_modules/@types/d3": {
"version": "7.1.0",
@ -872,6 +872,11 @@
"node": ">=8"
}
},
"node_modules/bulma": {
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz",
"integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ=="
},
"node_modules/callsites": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
@ -3186,8 +3191,7 @@
"@types/clusterize.js": {
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/@types/clusterize.js/-/clusterize.js-0.18.1.tgz",
"integrity": "sha512-yRALTOHnKi/F3IvzO7AfBWXBAsOdl3sMgvLqTOV3DNAxz2lNOP0NraLkqMCeJdaCYvV4yF7WEYAhJCWuRMITeQ==",
"dev": true
"integrity": "sha512-yRALTOHnKi/F3IvzO7AfBWXBAsOdl3sMgvLqTOV3DNAxz2lNOP0NraLkqMCeJdaCYvV4yF7WEYAhJCWuRMITeQ=="
},
"@types/d3": {
"version": "7.1.0",
@ -3725,6 +3729,11 @@
"fill-range": "^7.0.1"
}
},
"bulma": {
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz",
"integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ=="
},
"callsites": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",

View File

@ -1,10 +1,10 @@
{
"dependencies": {
"@types/clusterize.js": "^0.18.1",
"@types/d3": "^7.1.0",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.181",
"@types/sprintf-js": "^1.1.2",
"@types/clusterize.js": "^0.18.1",
"clusterize.js": "^0.19.0",
"d3": "^7.4.0",
"d3-svg-legend": "^2.25.6",
@ -13,7 +13,8 @@
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"sprintf-js": "^1.1.2",
"tippy.js": "^6.3.7"
"tippy.js": "^6.3.7",
"bulma": "^0.9.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.22.0",

View File

@ -1,6 +1,8 @@
// css
import "clusterize.js/clusterize.css";
import "bulma/css/bulma.css";
import "../static/styles/custom.css";
import { followCursor, Instance, delegate } from "tippy.js";
import dayjs from "dayjs";

View File

@ -3,8 +3,6 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="static/styles/bulma-0.9.3.css">
<link rel="stylesheet" href="static/styles/custom.css" type="text/css"/>
<link rel="stylesheet" href="static/dist.css" type="text/css"/>
<title>₹ Paisa</title>
</head>

File diff suppressed because it is too large Load Diff