mirror of
https://github.com/ragestudio/vessel.git
synced 2025-06-09 02:24:17 +00:00
32 lines
736 B
JSON
32 lines
736 B
JSON
{
|
|
"name": "vessel",
|
|
"version": "0.18.0",
|
|
"main": "./src/index.js",
|
|
"repository": "https://github.com/ragestudio/vessel.git",
|
|
"author": "SrGooglo <srgooglo@ragestudio.net>",
|
|
"license": "MIT",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"link": "yarn link && yarn link 'evite'",
|
|
"example:react": "cd example && yarn start"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"vite": "^4.2.1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|