-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 992 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "ancillapp",
"version": "2.3.0",
"description": "Ancillapp",
"author": "Giorgio Garasto <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"start": "lerna run start --stream",
"build": "lerna run build --stream",
"start:pwa": "yarn workspace @ancillapp/pwa start",
"build:pwa": "yarn workspace @ancillapp/pwa run build",
"start:functions": "yarn workspace @ancillapp/functions start",
"build:functions": "yarn workspace @ancillapp/functions run build",
"build:sitemap": "node scripts/sitemap"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"firebase-tools": "^11.8.0",
"lerna": "^5.5.0",
"prettier": "^2.7.1",
"typescript": "^4.8.2"
},
"workspaces": [
"functions",
"pwa"
],
"packageManager": "[email protected]"
}