-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·98 lines (98 loc) · 3.57 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "gatsby-starter-ghost",
"description": "A starter template to build lightning fast websites with Ghost and Gatsby",
"version": "1.0.0",
"license": "MIT",
"author": "Ghost Foundation",
"homepage": "https://docs.ghost.org/api/gatsby/",
"repository": {
"type": "git",
"url": "git+https://github.com/tryghost/gatsby-starter-ghost.git"
},
"resolutions": {
"sharp": "0.25.4"
},
"engines": {
"node": ">= 10.13.0"
},
"bugs": {
"url": "https://github.com/tryghost/gatsby-starter-ghost/issues"
},
"keywords": [
"gatsby",
"ghost"
],
"main": "n/a",
"scripts": {
"serve": "gatsby build && NODE_ENV=production gatsby serve",
"build": "gatsby build",
"dev": "gatsby develop",
"lint": "eslint . --ext .js --cache",
"test": "echo \"Error: no test specified\" && exit 1",
"compile-sass": "node-sass src/assets/scss/paper-kit.scss src/assets/css/paper-kit.css",
"minify-sass": "node-sass src/assets/scss/paper-kit.scss src/assets/css/paper-kit.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/paper-kit.scss src/assets/css/paper-kit.css --source-map true"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"babel-eslint": "10.1.0",
"eslint": "^7.14.0",
"eslint-plugin-ghost": "1.5.0",
"eslint-plugin-react": "^7.21.5"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@reach/tooltip": "^0.12.1",
"@tryghost/helpers": "1.1.30",
"@tryghost/helpers-gatsby": "1.0.34",
"axios": "^0.21.1",
"cheerio": "1.0.0-rc.3",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"emotion": "^10.0.27",
"framer": "^1.2.6",
"framer-motion": "^2.6.13",
"gatsby": "2.24.53",
"gatsby-awesome-pagination": "0.3.6",
"gatsby-image": "2.4.16",
"gatsby-plugin-advanced-sitemap": "1.5.5",
"gatsby-plugin-catch-links": "2.3.11",
"gatsby-plugin-feed": "2.5.11",
"gatsby-plugin-fontawesome-css": "^1.0.0",
"gatsby-plugin-force-trailing-slashes": "1.0.4",
"gatsby-plugin-manifest": "2.4.27",
"gatsby-plugin-nprogress": "^2.3.13",
"gatsby-plugin-offline": "3.2.26",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "2.6.31",
"gatsby-source-filesystem": "2.3.27",
"gatsby-source-ghost": "4.0.5",
"gatsby-transformer-sharp": "2.5.14",
"lodash": "4.17.20",
"node-sass": "4.14.0",
"p5": "^1.4.0",
"react": "16.13.1",
"react-calendar-heatmap": "^1.8.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^8.28.5",
"react-particles-js": "^3.4.0",
"react-player": "^2.6.2",
"react-plx": "^1.3.16",
"react-scroll-parallax": "^2.3.4",
"react-spinkit": "^3.0.0",
"react-tooltip": "^4.2.11",
"reactstrap": "^8.5.1",
"styled-components": "^5.2.0",
"three": "0.121.0",
"vanta": "^0.5.21"
}
}