2021-10-19 06:32:10 +00:00
|
|
|
{
|
|
|
|
"name": "configui",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "a web app to edit and action on update",
|
|
|
|
"scripts": {
|
2021-10-20 15:58:14 +00:00
|
|
|
"build": "sass --style compressed src/main.scss public/css/main.css",
|
|
|
|
"start": "sass src/main.scss public/css/main.css",
|
2021-10-21 11:00:25 +00:00
|
|
|
"js-dev": "parcel build src/main.js --dist-dir public/js --no-content-hash",
|
2021-10-19 06:32:10 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@kumoly.io:tools/configui.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2021-10-20 15:58:14 +00:00
|
|
|
"@creativebulma/bulma-tooltip": "^1.2.0",
|
2021-10-19 06:32:10 +00:00
|
|
|
"bulma": "^0.9.3",
|
|
|
|
"prismjs": "^1.25.0",
|
|
|
|
"sass": "^1.43.2"
|
2021-10-21 11:00:25 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"parcel": "^2.0.0"
|
2021-10-19 06:32:10 +00:00
|
|
|
}
|
|
|
|
}
|