-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.58 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.58 KB
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
{
"name": "zoff-aca-sharepics",
"description": "A Gatsby starter with Sass and no assumptions",
"version": "0.1.2",
"author": "Colby Fayock <hello@colbyfayock.com>",
"dependencies": {
"emoji-regex": "^10.5.0",
"gatsby": "^5.15.0",
"gatsby-image": "^3.11.0",
"gatsby-omni-font-loader": "2.0.2",
"gatsby-plugin-manifest": "^5.15.0",
"gatsby-plugin-postcss": "^6.15.0",
"gatsby-plugin-react-helmet": "^6.15.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-sass": "^6.15.0",
"gatsby-plugin-sharp": "^5.15.0",
"gatsby-source-filesystem": "^5.15.0",
"gatsby-transformer-sharp": "^5.15.0",
"html-to-image": "^1.11.13",
"sass": "^1.83.4",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-div-100vh": "^0.7.0",
"react-dom": "^18.3.1",
"react-draggable": "^4.5.0",
"react-helmet": "^6.1.0",
"react-slugify": "^5.0.0"
},
"devDependencies": {
"tailwindcss": "^3.4.16"
},
"keywords": [
"gatsby",
"sass",
"scss"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"lint": "Get started linting your code with Eslint and stylelint",
"format": "Get started formatting your code with Eslint, Prettier, and stylelint",
"start": "yarn develop",
"serve": "gatsby serve",
"test": "echo 'Write tests! -> https://gatsby.dev/unit-testing'"
},
"repository": {
"type": "git",
"url": "https://github.com/colbyfayock/gatsby-starter-sass"
},
"bugs": {
"url": "https://github.com/colbyfayock/gatsby-starter-sass/issues"
}
}