mirror of
https://github.com/ragestudio/vessel.git
synced 2025-06-09 02:24:17 +00:00
28 lines
568 B
JSON
28 lines
568 B
JSON
{
|
|
"name": "@ragestudio/vessel",
|
|
"version": "0.20.0",
|
|
"main": "./src/index.js",
|
|
"repository": "https://github.com/ragestudio/vessel.git",
|
|
"author": "RageStudio",
|
|
"license": "MIT",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@loadable/component": "^5.16.4",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"comlink": "^4.4.1",
|
|
"history": "^5.3.0",
|
|
"less": "^4.2.0",
|
|
"million": "^3.1.11",
|
|
"object-observer": "^6.0.0",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-helmet": "^6.1.0",
|
|
"sucrase": "^3.35.0"
|
|
}
|
|
}
|