-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.2 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
{
"name": "tryhighspeed",
"private": true,
"description": "Wellness, Delivered.",
"version": "0.1.0",
"author": "Ebrima Jobe <[email protected]>",
"dependencies": {
"@craco/craco": "^6.1.0",
"@pasdo501/gatsby-source-woocommerce": "^0.14.3",
"@types/classnames": "^2.2.11",
"@types/woocommerce__woocommerce-rest-api": "^1.0.1",
"@vercel/node": "^1.9.0",
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"autoprefixer": "^10.2.4",
"axios": "^0.21.0",
"classnames": "^2.2.6",
"gatsby": "^2.32.8",
"gatsby-image": "^2.4.21",
"gatsby-plugin-create-client-paths": "^2.10.0",
"gatsby-plugin-manifest": "^2.4.37",
"gatsby-plugin-nodejs": "^0.7.0",
"gatsby-plugin-offline": "^3.2.38",
"gatsby-plugin-postcss": "^3.6.0",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.14.3",
"gatsby-source-filesystem": "^2.3.37",
"gatsby-transformer-sharp": "^2.5.20",
"li": "^1.3.0",
"mailchimp-api-v3": "^1.15.0",
"morgan": "^1.10.0",
"postcss": "^8.2.4",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-responsive": "^8.1.0",
"styled-components": "^5.2.1",
"tailwindcss": "^2.0.2",
"wpapi": "^2.0.0-alpha.1",
"zustand": "^3.3.1",
"zustand-persist": "^0.3.0"
},
"devDependencies": {
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.2.0",
"prettier": "2.1.2",
"typescript": "^4.1.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "node server/index.js",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}