FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
utterances/package.json at master · utterance/utterances · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
utterance
/
utterances
Public
Notifications
You must be signed in to change notification settings
Fork
597
Star
9.7k
Code
Issues
146
Pull requests
27
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
utterances
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
52 lines (52 loc) · 1.79 KB
Breadcrumbs
utterances
/
package.json
Copy path
File metadata and controls
52 lines (52 loc) · 1.79 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
{
"name"
:
"
utterances
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
A lightweight comments widget built on GitHub issues.
"
,
"private"
:
true
,
"license"
:
"
MIT
"
,
"keywords"
: [
"
github
"
,
"
comments-widget
"
,
"
comments
"
,
"
blog
"
],
"homepage"
:
"
https://utteranc.es
"
,
"bugs"
:
"
https://github.com/utterance/utterances/issues
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/utterance/utterances.git
"
},
"browserslist"
:
"
last 3 Chrome versions,last 3 Safari versions,last 3 Firefox versions
"
,
"targets"
: {
"main"
:
false
},
"scripts"
: {
"preparcel"
:
"
rm -rf dist;mkdir dist
"
,
"parcel"
:
"
parcel $RUN src/*.html src/client.ts src/stylesheets/themes/*/{index,utterances}.scss
"
,
"build"
:
"
RUN=build npm run parcel --
"
,
"start"
:
"
RUN=serve npm run parcel -- --port 4000
"
,
"predeploy"
:
"
npm run build && touch dist/.nojekyll && echo 'utteranc.es' > dist/CNAME
"
,
"deploy"
:
"
gh-pages --dist dist
"
,
"reinstall"
:
"
git clean -fxd -e .env && rm -f package-lock.json && npm install
"
,
"update-deps"
:
"
npm exec --package npm-check-updates --call 'ncu -u -x @primer/css' && git clean -fxd -e .env && rm package-lock.json && npm install
"
},
"devDependencies"
: {
"@parcel/packager-raw-url"
:
"
^2.3.1
"
,
"@parcel/packager-xml"
:
"
^2.3.1
"
,
"@parcel/transformer-sass"
:
"
^2.3.1
"
,
"@parcel/transformer-typescript-tsc"
:
"
^2.3.1
"
,
"@parcel/transformer-webmanifest"
:
"
^2.3.1
"
,
"@parcel/transformer-xml"
:
"
^2.3.1
"
,
"@primer/css"
:
"
^15.2.0
"
,
"autoprefixer"
:
"
^10.4.2
"
,
"gh-pages"
:
"
^3.2.3
"
,
"github-syntax-dark"
:
"
^0.5.0
"
,
"github-syntax-light"
:
"
^0.5.0
"
,
"parcel"
:
"
^2.3.1
"
,
"posthtml-expressions"
:
"
^1.9.0
"
,
"posthtml-include"
:
"
^1.7.2
"
,
"posthtml-md"
:
"
^1.1.0
"
,
"sass"
:
"
^1.49.7
"
,
"typescript"
:
"
^4.5.5
"
}
}
Back
|
FazBrowse Home
|
New Git URL