mirror of
https://github.com/ragestudio/vessel.git
synced 2025-06-08 18:14:17 +00:00
35 lines
670 B
JSON
35 lines
670 B
JSON
{
|
|
"name": "@ragestudio/vessel",
|
|
"version": "0.21.2",
|
|
"main": "./src/index.js",
|
|
"repository": "https://github.com/ragestudio/vessel.git",
|
|
"author": "RageStudio",
|
|
"license": "MIT",
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"@loadable/component": "^5.16.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"comlink": "^4.4.1",
|
|
"less": "^4.2.0",
|
|
"localforage": "^1.10.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"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^6.2.1"
|
|
}
|
|
}
|