-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.88 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
{
"name": "lichtpiraten",
"private": true,
"description": "A starter with basic stuff",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop -H 0.0.0.0",
"start": "yarn run dev",
"serve": "gatsby serve",
"clean": "gatsby clean && yarn start",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"push": "git push && ntl open",
"deploy": "yarn build && ntl deploy --prod --message \"DEPLOYED_LOCALLY\" && ntl open"
},
"dependencies": {
"@contentful/rich-text-types": "^14.1.2",
"@tailwindcss/forms": "^0.3.2",
"autoprefixer": "^10.2.4",
"gatsby": "^3.0.1",
"gatsby-background-image": "^1.5.1",
"gatsby-plugin-advanced-sitemap": "^1.6.0",
"gatsby-plugin-canonical-urls": "^3.0.0",
"gatsby-plugin-gatsby-cloud": "^2.3.0",
"gatsby-plugin-image": "^1.0.0",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-postcss": "^4.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-styled-components": "^4.0.0",
"gatsby-source-contentful": "^5.3.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"gbimage-bridge": "^0.1.3",
"gsap": "^3.6.1",
"postcss": "^8.2.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.2.1",
"tailwindcss": "^2.1.1",
"twin.macro": "^2.3.0"
},
"devDependencies": {
"gatsby-plugin-perf-budgets": "^0.0.17",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.20",
"js-conditional-compile-loader": "^1.0.14",
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}