mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-03 08:35:29 +02:00
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "@joplin/server",
|
|
"version": "1.6.4",
|
|
"private": true,
|
|
"scripts": {
|
|
"start-dev": "nodemon --config nodemon.json dist/app.js --env dev",
|
|
"start": "node dist/app.js",
|
|
"generate-types": "rm -f db-buildTypes.sqlite && npm run start -- --migrate-db --env buildTypes && node dist/tools/generate-types.js && rm -f db-buildTypes.sqlite",
|
|
"tsc": "tsc --project tsconfig.json",
|
|
"test": "jest",
|
|
"test-ci": "npm run test",
|
|
"watch": "tsc --watch --project tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
"@joplin/lib": "^1.0.9",
|
|
"bcryptjs": "^2.4.3",
|
|
"bulma": "^0.9.1",
|
|
"bulma-prefers-dark": "^0.1.0-beta.0",
|
|
"dayjs": "^1.9.8",
|
|
"formidable": "^1.2.2",
|
|
"fs-extra": "^8.1.0",
|
|
"html-entities": "^1.3.1",
|
|
"knex": "^0.19.4",
|
|
"koa": "^2.8.1",
|
|
"markdown-it": "^12.0.4",
|
|
"mustache": "^3.1.0",
|
|
"nanoid": "^2.1.1",
|
|
"nodemon": "^2.0.6",
|
|
"pg": "^8.5.1",
|
|
"query-string": "^6.8.3",
|
|
"sqlite3": "^4.1.0",
|
|
"yargs": "^14.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@joplin/tools": "^1.0.9",
|
|
"@rmp135/sql-ts": "^1.7.0",
|
|
"@types/fs-extra": "^8.0.0",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/koa": "^2.0.49",
|
|
"@types/markdown-it": "^12.0.0",
|
|
"@types/mustache": "^0.8.32",
|
|
"@types/yargs": "^13.0.2",
|
|
"jest": "^26.6.3",
|
|
"node-mocks-http": "^1.10.0",
|
|
"source-map-support": "^0.5.13",
|
|
"typescript": "^4.1.2"
|
|
}
|
|
}
|