Skip to content
Snippets Groups Projects
package.json 2.11 KiB
Newer Older
Francois AUBEUT's avatar
Francois AUBEUT committed
{
Bruno Boiget's avatar
Bruno Boiget committed
  "name": "laboite-blog-front",
  "description": "laboite blog service frontend",
  "version": "1.11.2-testing.2",
  "author": "EOLE/PCLL <team@eole.education> - DINUM",
  "type": "module",
Francois AUBEUT's avatar
Francois AUBEUT committed
  "scripts": {
    "start-dev": "npm-run-all --parallel server css-watch dev",
Francois AUBEUT's avatar
Francois AUBEUT committed
    "init-dev": "yarn && cd ../laboite-blog-api && yarn",
    "dev": "dotenv_config_path=.env NODE_OPTIONS='-r dotenv/config' vite --port 4000",
    "build": "yarn css-build && vite build",
    "server": "cd ../laboite-blog-api && dotenv_config_path=.env NODE_OPTIONS='-r dotenv/config' yarn start",
    "export": "vite build",
    "start": "node build",
    "validate": "svelte-check",
    "css-build": "node-sass --omit-source-map-url src/utils/theme/index.scss src/utils/theme/index.css",
    "css-watch": "yarn css-build --watch"
Francois AUBEUT's avatar
Francois AUBEUT committed
  },
  "dependencies": {
Francois AUBEUT's avatar
Francois AUBEUT committed
  },
  "devDependencies": {
Francois AUBEUT's avatar
Francois AUBEUT committed
  }