FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
patternlab-node/package.json at dev · patrickcate/patternlab-node · GitHub
patrickcate
/
patternlab-node
Public
forked from
pattern-lab/patternlab-node
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
patternlab-node
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
54 lines (54 loc) · 1.6 KB
Breadcrumbs
patternlab-node
/
package.json
Copy path
File metadata and controls
54 lines (54 loc) · 1.6 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"workspaces"
: {
"packages"
: [
"
packages/*
"
],
"nohoist"
: [
"
@pattern-lab/engine-*
"
,
"
**/@pattern-lab/engine-*
"
,
"
**/@pattern-lab/uikit-workshop
"
]
},
"dependencies"
: {
"@babel/plugin-proposal-decorators"
:
"
^7.4.4
"
,
"@babel/plugin-syntax-jsx"
:
"
^7.2.0
"
,
"babel-eslint"
:
"
^10.0.2
"
,
"eslint"
:
"
^6.1.0
"
,
"eslint-config-airbnb-base"
:
"
^14.0.0
"
,
"eslint-config-prettier"
:
"
^6.0.0
"
,
"eslint-plugin-import"
:
"
^2.18.2
"
,
"eslint-plugin-prettier"
:
"
^3.1.0
"
,
"prettier"
:
"
^1.14.3
"
,
"lerna"
:
"
3.17.0
"
,
"pretty-quick"
:
"
^1.11.1
"
,
"auto"
:
"
^9.40.5
"
,
"@auto-it/released"
:
"
^9.40.5
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/pattern-lab/patternlab-node.git
"
},
"private"
:
true
,
"scripts"
: {
"postinstall"
:
"
lerna run postbootstrap
"
,
"setup"
:
"
yarn
"
,
"build:uikit"
:
"
cd packages/uikit-workshop && npm run build
"
,
"precommit"
:
"
pretty-quick --staged
"
,
"lint:fix"
:
"
npm run lint -- --fix
"
,
"lint"
:
"
eslint --max-warnings 0 './packages/{core,cli,uikit-workshop}/**/*.js ' --ignore-path .eslintignore
"
,
"test"
:
"
lerna run test
"
,
"clean"
:
"
git clean -dfx
"
,
"publish"
:
"
npx lerna publish -m
\"
[skip travis] chore(release): publish %s
\"
"
,
"postpublish"
:
"
auto release
"
,
"preview:docs"
:
"
cd packages/docs && yarn production
"
,
"preview:hbs"
:
"
cd packages/development-edition-engine-handlebars && yarn pl:starterkit && yarn pl:build
"
},
"nyc"
: {
"exclude"
: [
"
**/*_tests.js
"
,
"
packages/cli
"
,
"
packages/core/test
"
,
"
packages/live-server
"
]
}
}
Back
|
FazBrowse Home
|
New Git URL