-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.57 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
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "shop-darkly",
"description": "LaunchDarkly store for swag and other LaunchDarkly goodies.",
"version": "0.2.2",
"license": "MIT",
"author": "You",
"dependencies": {
"@emotion/core": "10.0.28",
"@emotion/styled": "10.0.27",
"apollo-boost": "0.4.7",
"emotion": "10.0.27",
"emotion-server": "10.0.27",
"eslint-config-prettier": "4.1.0",
"gatsby": "2.20.18",
"gatsby-cli": "2.11.5",
"gatsby-image": "2.3.2",
"gatsby-plugin-emotion": "4.2.1",
"gatsby-plugin-google-analytics": "2.2.2",
"gatsby-plugin-layout": "1.2.1",
"gatsby-plugin-manifest": "2.3.3",
"gatsby-plugin-offline": "3.1.2",
"gatsby-plugin-react-helmet": "3.2.2",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.5.4",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-source-shopify": "^3.1.2",
"gatsby-transformer-sharp": "^2.4.4",
"launchdarkly-react-client-sdk": "2.18.0",
"react": "^16.13.1",
"react-apollo": "3.1.4",
"react-dom": "^16.13.1",
"react-helmet": "5.2.1",
"react-icons": "3.9.0",
"react-onclickoutside": "6.9.0",
"react-router-dom": "5.1.2",
"recompose": "0.30.0",
"shopify-buy": "2.9.3"
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --ignore-path .gitignore --ignore-path .prettierignore --fix",
"git add"
],
"*.{md,css,scss,yaml,yml}": [
"prettier --write",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged yarn test || node on-lint-error.js",
"prepublish": "yarn test",
"prepush": "yarn test",
"test": "yarn run shame"
}
},
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"format": "prettier --write src/**/*.js",
"serve": "gatsby serve",
"shame": "eslint .",
"start": "gatsby develop",
"stylelint": "stylelint './src/**/*.js'",
"test": "yarn run stylelint"
},
"devDependencies": {
"eslint-plugin-emotion": "^10.0.27",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.12.4",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"prettier": "^2.0.4",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^2.0.0",
"stylelint-processor-styled-components": "^1.5.2"
},
"repository": "https://github.com/PerStirpes/shop-darkly",
"bugs": {
"url": "https://github.com/PerStirpes/shop-darkly/issues"
},
"homepage": "https://github.com/PerStirpes/shop-darkly#readme",
"main": "gatsby-browser.js"
}