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

View File

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

View File

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

View File

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

File diff suppressed because it is too large Load Diff