-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·74 lines (74 loc) · 3.17 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"private": true,
"workspaces": [
"sites/*",
"themes/*"
],
"name": "c32-gatsby",
"devDependencies": {},
"scripts": {
"develop:base": "yarn workspace c32-gatsby-site-base develop",
"clean:base": "yarn workspace c32-gatsby-site-base clean",
"eric:develop": "yarn workspace ericashish develop",
"eric:dev": "yarn workspace ericashish develop",
"eric:clean": "yarn workspace ericashish clean",
"eric:build": "yarn workspace ericashish build",
"eric:serve": "yarn workspace ericashish serve",
"ahi:dev": "yarn workspace affordablehomeimprovementz develop",
"ahi:build": "yarn workspace affordablehomeimprovementz build",
"ahi:serve": "yarngit remote remove origin workspace affordablehomeimprovementz serve",
"ahi:clean": "yarn workspace affordablehomeimprovementz clean",
"g:dev": "yarn workspace gizmosmn develop",
"g:build": "yarn workspace gizmosmn build",
"g:serve": "yarn workspace gizmosmn serve",
"g:clean": "yarn workspace gizmosmn clean",
"cc:dev": "yarn workspace customcars develop",
"cc:build": "yarn workspace customcars build",
"cc:serve": "yarn workspace customcars serve",
"cc:clean": "yarn workspace customcars clean",
"d:dev": "yarn workspace dagaz develop",
"d:build": "yarn workspace dagaz build",
"d:serve": "yarn workspace dagaz serve",
"d:clean": "yarn workspace dagaz clean",
"l:dev": "yarn workspace livgard develop",
"l:build": "yarn workspace livgard build",
"l:serve": "yarn workspace livgard serve",
"l:clean": "yarn workspace livgard clean",
"livgard:dev": "yarn workspace livgard develop",
"livgard:build": "yarn workspace livgard build",
"livgard:serve": "yarn workspace livgard serve",
"livgard:clean": "yarn workspace livgard clean",
"32:dev": "yarn workspace 3200pro develop",
"32:build": "yarn workspace 3200pro build",
"32:serve": "yarn workspace 3200pro serve",
"32:clean": "yarn workspace 3200pro clean",
"32:lint": "yarn workspace 3200pro eslint .",
"32:fix": "yarn workspace 3200pro eslint . --fix",
"10:dev": "yarn workspace 10sec develop",
"10:build": "yarn workspace 10sec build",
"10:serve": "yarn workspace 10sec serve",
"10:clean": "yarn workspace 10sec clean",
"10:s": "cd sites/10sec/sanity-studio && sanity start",
"fm:dev": "yarn workspace fishmaui develop",
"fm:build": "yarn workspace fishmaui build",
"fm:serve": "yarn workspace fishmaui serve",
"fm:clean": "yarn workspace fishmaui clean",
"fynn:dev": "yarn workspace fynn develop",
"fynn:build": "yarn workspace fynn build",
"fynn:serve": "yarn workspace fynn serve",
"fynn:clean": "yarn workspace fynn clean",
"p:clean": "yarn workspace paranet clean",
"p:dev": "yarn workspace paranet develop",
"p:build": "yarn workspace paranet build",
"p:serve": "yarn workspace paranet serve",
"tw:dev": "yarn workspace tailwindStarter develop",
"tw:build": "yarn workspace tailwindStarter build",
"tw:serve": "yarn workspace tailwindStarter serve",
"tw:clean": "yarn workspace tailwindStarter clean"
},
"dependencies": {
"core-js": "^3.6.5",
"react-dom": "17.0.1"
},
"version": "1.7.0"
}