-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
28 lines (28 loc) · 832 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
{
"name": "rpsychologist-com",
"private": true,
"version": "0.1.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "yarn workspace blog develop -H 0.0.0.0",
"clean": "yarn workspace blog clean",
"build": "yarn workspace blog build",
"build-deploy-preview": "yarn workspace blog build && netlify deploy",
"serve": "yarn workspace blog serve"
},
"workspaces": [
"blog",
"gatsby-theme-rpsych",
"gatsby-theme-rpsych-viz",
"gatsby-theme-rpsych-cohend",
"gatsby-theme-rpsych-likelihood",
"gatsby-theme-rpsych-correlation",
"gatsby-theme-rpsych-pvalue",
"gatsby-theme-rpsych-therapist-effects"
],
"dependencies": {
"netlify-cli": "^3.10.0",
"yarn": "^1.22.22"
}
}