32 lines
675 B
JSON
32 lines
675 B
JSON
{
|
|
"name": "story-editor",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.20",
|
|
"@types/node": "24.3.0",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.9.2",
|
|
"vite": "^7.1.1",
|
|
"vite-plugin-solid": "^2.10.2"
|
|
},
|
|
"dependencies": {
|
|
"codemirror": "^6.0.2",
|
|
"idb": "^8.0.3",
|
|
"lodash": "^4.17.21",
|
|
"solid-js": "^1.9.2",
|
|
"y-codemirror.next": "^0.3.5",
|
|
"yjs": "^13.6.27"
|
|
}
|
|
}
|