Files
standardnotes-app-web/packages/web-server/package.json
StandardNotes CI 3b6b5b1887 chore(release): publish
- @standardnotes/components-meta@2.1.6
 - @standardnotes/desktop@3.22.11
 - @standardnotes/icons@1.4.4
 - @standardnotes/mobile@3.23.7
 - @standardnotes/toast@1.2.4
 - @standardnotes/web-server@1.2.13
 - @standardnotes/web@3.22.6
 - @standardnotes/markdown-hybrid@1.5.4
 - @standardnotes/bold-editor@1.3.9
 - @standardnotes/classic-code-editor@1.3.16
 - @standardnotes/rich-text@1.6.5
 - @standardnotes/markdown-basic@1.4.6
 - @standardnotes/simple-task-editor@1.3.14
 - @standardnotes/spreadsheets@1.4.8
 - @standardnotes/authenticator@2.0.14
2022-06-18 14:51:19 +00:00

22 lines
725 B
JSON

{
"name": "@standardnotes/web-server",
"version": "1.2.13",
"license": "AGPL-3.0-or-later",
"private": true,
"author": "Standard Notes.",
"description": "Ruby on Rails web server for hosting the web application",
"engines": {
"node": ">=12.19.0 <17.0.0"
},
"scripts": {
"start": "bundle exec rails s -b 0.0.0.0",
"start:no-binding": "bundle exec rails s",
"copy:components": "cp -r ../../node_modules/@standardnotes/components-meta/dist/assets/. public/components/assets/",
"build": "bundle install && yarn copy:components && bundle exec rails assets:precompile"
},
"dependencies": {
"@standardnotes/components-meta": "workspace:*",
"@standardnotes/web": "workspace:*"
}
}