-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1012 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
{
"name": "atchyut.dev",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packageManager": "yarn@4.1.0",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"web": "yarn workspace @atchyut.dev/portfolio dev",
"web:build": "yarn workspace @atchyut.dev/portfolio build",
"web:start": "yarn workspace @atchyut.dev/portfolio start",
"web:dev": "yarn workspace @atchyut.dev/portfolio dev",
"web:lint": "yarn workspace @atchyut.dev/portfolio lint",
"web:test": "yarn workspace @atchyut.dev/portfolio test",
"blog": "yarn workspace @atchyut.dev/blog dev",
"blog:build": "yarn workspace @atchyut.dev/blog build",
"blog:start": "yarn workspace @atchyut.dev/blog start",
"blog:dev": "yarn workspace @atchyut.dev/blog dev",
"blog:lint": "yarn workspace @atchyut.dev/blog lint",
"blog:test": "yarn workspace @atchyut.dev/blog test",
"clean": "rm -rf node_modules"
},
"devDependencies": {
"netlify-cli": "^17.10.1"
}
}