-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1002 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": "rafaelfranco.com",
"version": "6.1.2",
"private": true,
"type": "module",
"scripts": {
"deploy": "run-s \"deploy -w app\" \"deploy -w server\"",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"start": "run-p \"start -w server\" \"start -w app\"",
"typecheck": "npm run typecheck -ws"
},
"license": "MIT",
"workspaces": [
"app",
"server"
],
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.3",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/release-notes-generator": "^11.0.3",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"semantic-release": "^21.0.6"
}
}