release
This commit is contained in:
commit
47f67eea8c
43 changed files with 5819 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "blueprint",
|
||||
"version": "1.0.0",
|
||||
"description": "A modern UI component compiler with live reload support",
|
||||
"main": "lib/BlueprintBuilder.js",
|
||||
"scripts": {
|
||||
"build": "node lib/build.js --debug && echo \"Built successfully! You can now deploy the dist folder.\" && exit 0",
|
||||
"dev": "node lib/dev-server.js --live"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.7.9",
|
||||
"chokidar": "^3.5.3",
|
||||
"express": "^4.18.2",
|
||||
"express-ws": "^5.0.2",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"node-fetch": "^3.3.2"
|
||||
},
|
||||
"keywords": [
|
||||
"ui",
|
||||
"compiler",
|
||||
"live-reload",
|
||||
"development"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue