Files
standardnotes-app-web/packages/web-server/package.json
StandardNotes CI abc51be2fa chore(release): publish
- @standardnotes/components-meta@2.1.1
 - @standardnotes/desktop@3.22.4
 - @standardnotes/icons@1.4.2
 - @standardnotes/mobile@3.23.2
 - @standardnotes/styles@1.2.3
 - @standardnotes/toast@1.2.2
 - @standardnotes/web-server@1.2.8
 - @standardnotes/web@3.22.4
 - @standardnotes/advanced-checklist@0.0.3
 - @standardnotes/markdown-hybrid@1.5.2
 - @standardnotes/bold-editor@1.3.7
 - @standardnotes/classic-code-editor@1.3.14
 - @standardnotes/markdown-math@1.3.8
 - @standardnotes/markdown-visual@1.0.9
 - @standardnotes/markdown-minimal@1.3.11
 - @standardnotes/rich-text@1.6.3
 - @standardnotes/markdown-basic@1.4.4
 - @standardnotes/simple-task-editor@1.3.12
 - @standardnotes/spreadsheets@1.4.6
 - @standardnotes/autobiography-theme@1.0.6
 - @standardnotes/dynamic-theme@1.0.6
 - @standardnotes/focus-theme@1.2.11
 - @standardnotes/futura-theme@1.2.11
 - @standardnotes/midnight-theme@1.2.10
 - @standardnotes/solarized-dark-theme@1.2.9
 - @standardnotes/titanium-theme@1.2.10
 - @standardnotes/authenticator@2.0.12
 - @standardnotes/inner-desktop@3.22.4
2022-06-16 19:42:42 +00:00

22 lines
712 B
JSON

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