mirror of
https://github.com/ragestudio/vessel.git
synced 2025-06-09 02:24:17 +00:00
29 lines
636 B
JSON
29 lines
636 B
JSON
{
|
|
"name": "@ragestudio/vessel",
|
|
"version": "0.18.1",
|
|
"main": "./src/index.js",
|
|
"repository": "https://github.com/ragestudio/vessel.git",
|
|
"author": "RageStudio",
|
|
"license": "MIT",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@loadable/component": "^5.16.4",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"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"
|
|
}
|
|
} |