kconfig/package.json

23 lines
497 B
JSON
Raw Normal View History

2021-11-19 03:58:55 +00:00
{
"name": "kconfig",
"version": "1.0.0",
"repository": "git@kumoly.io:tools/kconfig.git",
"author": "Evan Chen <evanchen@kumoly.io>",
"license": "MIT",
"scripts": {
2021-11-24 09:08:11 +00:00
"build": "rm public/*.js public/*.css && yarn parcel build index.html"
2021-11-19 03:58:55 +00:00
},
"dependencies": {
"@json-editor/json-editor": "^2.6.1",
2021-11-24 09:08:11 +00:00
"parcel": "^2.0.1",
"spectre.css": "^0.5.9"
2021-11-19 03:58:55 +00:00
},
2021-11-24 09:08:11 +00:00
"targets": {
"default": {
"distDir": "public",
"publicUrl": "./",
2021-11-19 03:58:55 +00:00
"sourceMap": false
}
}
}