Files
standardnotes-app-web/packages/web-server/package.json
StandardNotes CI 5f52b5a454 chore(release): publish
- @standardnotes/components-meta@2.2.0
 - @standardnotes/desktop@3.22.13
 - @standardnotes/mobile@3.24.0
 - @standardnotes/styles@1.3.0
 - @standardnotes/web-server@1.2.15
 - @standardnotes/web@3.24.0
 - @standardnotes/advanced-checklist@0.0.5
 - @standardnotes/markdown-hybrid@1.5.5
 - @standardnotes/bold-editor@1.3.10
 - @standardnotes/classic-code-editor@1.3.17
 - @standardnotes/markdown-math@1.3.10
 - @standardnotes/markdown-visual@1.0.11
 - @standardnotes/markdown-minimal@1.3.13
 - @standardnotes/rich-text@1.6.6
 - @standardnotes/markdown-basic@1.4.7
 - @standardnotes/simple-task-editor@1.3.15
 - @standardnotes/spreadsheets@1.4.9
 - @standardnotes/autobiography-theme@1.0.8
 - @standardnotes/dynamic-theme@1.0.8
 - @standardnotes/focus-theme@1.2.13
 - @standardnotes/futura-theme@1.2.13
 - @standardnotes/midnight-theme@1.2.12
 - @standardnotes/solarized-dark-theme@1.2.11
 - @standardnotes/titanium-theme@1.2.12
 - @standardnotes/authenticator@2.1.0
2022-06-22 20:14:08 +00:00

22 lines
725 B
JSON

{
"name": "@standardnotes/web-server",
"version": "1.2.15",
"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:*"
}
}