mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-06 23:57:30 +08:00
Refactoring
This commit is contained in:
74
package.json
Normal file → Executable file
74
package.json
Normal file → Executable file
@@ -1,37 +1,37 @@
|
||||
{
|
||||
"name": "ueblueprint",
|
||||
"version": "1.0.0",
|
||||
"description": "Unreal Engine's Blueprint visualisation library",
|
||||
"main": "ueblueprint.js",
|
||||
"scripts": {
|
||||
"build": "rollup --config && sass scss:dist/css --style=compressed"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/barsdeveloper/ueblueprint.git"
|
||||
},
|
||||
"keywords": [
|
||||
"unreal",
|
||||
"engine",
|
||||
"blueprint"
|
||||
],
|
||||
"author": "barsdeveloper",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/barsdeveloper/ueblueprint/issues"
|
||||
},
|
||||
"homepage": "https://github.com/barsdeveloper/ueblueprint#readme",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^21.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.5",
|
||||
"rollup": "^2.58.0",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
"rollup-plugin-minify-html-template-literals": "^1.2.0",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"sass": "^1.45.1",
|
||||
"terser": "^5.9.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"parsimmon": "^1.18.0"
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "ueblueprint",
|
||||
"version": "1.0.0",
|
||||
"description": "Unreal Engine's Blueprint visualisation library",
|
||||
"main": "ueblueprint.js",
|
||||
"scripts": {
|
||||
"build": "rollup --config && sass scss:dist/css --style=compressed"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/barsdeveloper/ueblueprint.git"
|
||||
},
|
||||
"keywords": [
|
||||
"unreal",
|
||||
"engine",
|
||||
"blueprint"
|
||||
],
|
||||
"author": "barsdeveloper",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/barsdeveloper/ueblueprint/issues"
|
||||
},
|
||||
"homepage": "https://github.com/barsdeveloper/ueblueprint#readme",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^21.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.5",
|
||||
"rollup": "^2.58.0",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
"rollup-plugin-minify-html-template-literals": "^1.2.0",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"sass": "^1.45.1",
|
||||
"terser": "^5.9.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"parsimmon": "^1.18.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user