Files
standardnotes-app-web/packages/web-server/package.json
StandardNotes CI d11e0aa41a chore(release): publish
- @standardnotes/components-meta@2.1.0-alpha.12
 - @standardnotes/desktop@3.22.3-alpha.18
 - @standardnotes/icons@1.4.1-alpha.2
 - @standardnotes/mobile@3.23.1-alpha.8
 - @standardnotes/styles@1.2.2-alpha.2
 - @standardnotes/toast@1.2.1-alpha.2
 - @standardnotes/web-server@1.2.7-alpha.19
 - @standardnotes/web@3.22.3-alpha.6
 - @standardnotes/advanced-checklist@0.0.2-alpha.0
 - @standardnotes/markdown-hybrid@1.5.1-alpha.0
 - @standardnotes/bold-editor@1.3.6-alpha.0
 - @standardnotes/classic-code-editor@1.3.13-alpha.0
 - @standardnotes/markdown-math@1.3.7-alpha.0
 - @standardnotes/markdown-visual@1.0.8-alpha.0
 - @standardnotes/markdown-minimal@1.3.10-alpha.0
 - @standardnotes/rich-text@1.6.2-alpha.0
 - @standardnotes/markdown-basic@1.4.3-alpha.0
 - @standardnotes/simple-task-editor@1.3.11-alpha.0
 - @standardnotes/spreadsheets@1.4.5-alpha.0
 - @standardnotes/autobiography-theme@1.0.5-alpha.0
 - @standardnotes/dynamic-theme@1.0.5-alpha.0
 - @standardnotes/focus-theme@1.2.10-alpha.0
 - @standardnotes/futura-theme@1.2.10-alpha.0
 - @standardnotes/midnight-theme@1.2.9-alpha.0
 - @standardnotes/solarized-dark-theme@1.2.8-alpha.0
 - @standardnotes/titanium-theme@1.2.9-alpha.0
 - @standardnotes/authenticator@2.0.11-alpha.0
2022-06-15 22:17:35 +00:00

22 lines
720 B
JSON

{
"name": "@standardnotes/web-server",
"version": "1.2.7-alpha.19",
"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",
"build:components": "cp -r ../../node_modules/@standardnotes/components-meta/dist/. public/components/",
"build": "bundle install && yarn build:components && bundle exec rails assets:precompile"
},
"dependencies": {
"@standardnotes/components-meta": "workspace:*",
"@standardnotes/web": "workspace:*"
}
}