mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-19 12:27:39 +08:00
Deduce quoted object reference
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
{
|
||||
"name": "ueblueprint",
|
||||
"description": "UE's Blueprint visualisation library",
|
||||
"version": "1.0.0",
|
||||
"description": "Unreal Engine's Blueprint visualization web library",
|
||||
"version": "2.0.0",
|
||||
"type": "module",
|
||||
"main": "dist/ueblueprint.js",
|
||||
"types": "types.js",
|
||||
"scripts": {
|
||||
"build": "rollup --config && sass scss/export.scss:dist/css/ueb-style.css && sass scss/export.scss:dist/css/ueb-style.min.css --style=compressed",
|
||||
"test": "npm run build && export UEBLUEPRINT_TEST_SERVER_PORT=8181 && npx concurrently -k \"http-server -s -p $UEBLUEPRINT_TEST_SERVER_PORT\" \"npx cypress run --env UEBLUEPRINT_TEST_SERVER_PORT=8181\"",
|
||||
"start": "npx http-server"
|
||||
},
|
||||
"repository": {
|
||||
@@ -26,7 +25,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/barsdeveloper/ueblueprint#readme",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1",
|
||||
"@playwright/test": "1.46",
|
||||
"@rollup/plugin-commonjs": "^25",
|
||||
"@rollup/plugin-node-resolve": "^15",
|
||||
"@rollup/plugin-terser": "^0",
|
||||
|
||||
Reference in New Issue
Block a user