Compare commits

..

2 Commits

Author SHA1 Message Date
Evan Chen 1d7b8f5868 feat: #8, #9, #10 2021-10-19 12:34:01 +08:00
Evan Chen 1dbb80d326 update 2021-10-19 02:38:28 +08:00
17 changed files with 4 additions and 55525 deletions

View File

@ -1,2 +1 @@
dist dist
node_modules

5
.gitignore vendored
View File

@ -1,4 +1 @@
dist dist
node_modules
public/css/main.css*
public/js/main.js*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

6112
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,26 +0,0 @@
{
"name": "configui",
"version": "1.0.0",
"description": "a web app to edit and action on update",
"scripts": {
"build-sass": "sass --style compressed src/main.scss public/css/main.css",
"build-js": "parcel build src/main.js --dist-dir public/js",
"start":"npm run build-sass && npm run build-js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@kumoly.io:tools/configui.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bulma": "^0.9.3",
"prismjs": "^1.25.0",
"sass": "^1.43.2"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.0.0",
"parcel": "^2.0.0"
}
}

View File

1
public/css/bulma0.9.3.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

1
public/js/prism1.23.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1,5 +0,0 @@
import Prism from "prismjs";
import "prismjs/plugins/custom-class/prism-custom-class";
Prism.plugins.customClass.map({ number: "prism-number", tag: "prism-tag" });

View File

@ -1,2 +0,0 @@
@charset "utf-8";
@import "../node_modules/bulma/bulma.sass";