-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.98 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@fast-csv/parse": "^4.3.6",
"@netlify/functions": "^2.5.1",
"@visx/axis": "^3.10.1",
"@visx/grid": "^3.5.0",
"@visx/group": "^3.3.0",
"@visx/responsive": "^3.10.2",
"@visx/scale": "^3.5.0",
"@visx/shape": "^3.5.0",
"abort-controller": "^3.0.0",
"cheerio": "^1.0.0-rc.10",
"chrono-node": "^2.3.8",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.3",
"gatsby": "^4.24.8",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-netlify": "^5.0.1",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"html-entities": "^2.3.3",
"ical": "^0.8.0",
"node-fetch": "^2.6.7",
"prop-types": "^15.8.1",
"puppeteer": "^13.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rss-parser": "^3.13.0",
"wink-eng-lite-model": "https://github.com/winkjs/wink-eng-lite-model/releases/download/1.3.1/wink-eng-lite-model-1.3.1.tgz",
"wink-nlp": "^1.12.0"
},
"devDependencies": {
"prettier": "^2.6.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"postinstall": "node -e \"require( 'wink-nlp/models/install' )\" wink-eng-lite-model"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}