-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
61 lines (61 loc) · 1.67 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
{
"name": "kactus-www",
"description": "Kactus.io source",
"version": "0.2.6",
"repository": {
"type": "git",
"url": "git+https://github.com/kactus-io/website.git"
},
"author": {
"name": "Mathieu Dutour",
"email": "[email protected]",
"url": "http://mathieu.dutour.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kactus-io/website/issues"
},
"homepage": "https://github.com/kactus-io/website",
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.5.5",
"@mdx-js/react": "^1.5.5",
"gatsby": "^2.19.1",
"gatsby-image": "^2.2.39",
"gatsby-plugin-emotion": "^4.1.21",
"gatsby-plugin-google-analytics": "^2.1.33",
"gatsby-plugin-manifest": "^2.2.37",
"gatsby-plugin-mdx": "^1.0.67",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sharp": "^2.4.0",
"gatsby-plugin-sitemap": "^2.2.26",
"gatsby-plugin-typescript": "^2.1.26",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-sharp": "^2.3.13",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-spring": "^8.0.27",
"react-stripe-checkout": "^2.6.3"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
"start": "npm run develop",
"serve": "gatsby serve"
},
"devDependencies": {
"@types/react-dom": "^16.9.5",
"@types/react-helmet": "^5.0.15",
"@types/stripe-v3": "^3.1.14",
"prettier": "^1.19.1"
},
"prettier": {
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "es5",
"semi": false
}
}