-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.71 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
{
"name": "gatsby-starter-wordpress-typescript",
"description": "Gatsby TypeScript starter for WordPress site",
"version": "1.0.0",
"author": "Shifter Team <hello@getshifter.io>",
"dependencies": {
"@capacitor/cli": "^2.2.0",
"@capacitor/core": "^2.2.0",
"@capacitor/ios": "2.4.2",
"@ionic/pwa-elements": "^3.0.0",
"@ionic/react-hooks": "^0.0.8",
"bootstrap": "^4.4.1",
"gatsby": "^2.20.27",
"gatsby-awesome-pagination": "^0.3.5",
"gatsby-link": "^2.3.4",
"gatsby-plugin-manifest": "^2.3.6",
"gatsby-plugin-offline": "^3.1.4",
"gatsby-plugin-react-helmet": "^3.2.4",
"gatsby-plugin-typescript": "^2.3.3",
"gatsby-react-router-scroll": "^3.0.11",
"gatsby-source-wordpress": "^3.2.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-github-ribbons": "^0.2.2",
"react-helmet": "^6.0.0",
"reactstrap": "^8.4.1",
"typescript": "^4.0.0"
},
"keywords": [
"gatsby, typescript",
"wordpress"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build && npx cap sync",
"develop": "gatsby develop",
"format": "prettier --parser typescript --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.ts*\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@reach/router": "1.3.4",
"@types/node": "8.10.61",
"@types/reach__router": "1.3.6",
"@types/react-helmet": "6.1.0",
"@types/reactstrap": "8.5.2",
"gatsby-plugin-graphql-codegen": "2.7.1",
"prettier": "2.1.2",
"ts-node": "9.0.0"
},
"contributors": [
"fabien0102 <fabien0102@gmail.com>",
"Hays Clark <hays.clark@gmail.com>",
"hideokamoto <hide.okamoto@digitalcube.jp>"
]
}