-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.08 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "foresight-gatsby-starter",
"version": "0.0.2",
"description": "A starter for GatsbyJS with a preconfigured MDX, Storybook and ESLint environment",
"keywords": [
"gatsby",
"gatsby-starter",
"emotion",
"mdx",
"storybook"
],
"homepage": "https://github.com/open-sorcerers/foresight-gatsby-starter",
"bugs": "https://github.com/open-sorcerers/foresight-gatsby-starter/issues",
"license": "MIT",
"author": {
"name": "Open Sorcerers",
"email": "[email protected]",
"url": "https://open.sorcerers.dev"
},
"repository": {
"type": "git",
"url": "https://github.com/open-sorcerers/foresight-gatsby-starter"
},
"scripts": {
"start": "nps"
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@open-sorcerers/breakpoints": "^0.0.2",
"@rebass/forms": "^4.0.6",
"axios": "^0.19.2",
"bodypaint": "^0.0.2",
"emotion-theming": "^10.0.19",
"fluture": "^12.2.0",
"gatsby": "^2.17.11",
"gatsby-image": "^2.2.31",
"gatsby-plugin-create-client-paths": "^2.2.3",
"gatsby-plugin-emotion": "^4.1.18",
"gatsby-plugin-manifest": "^2.2.27",
"gatsby-plugin-mdx": "^1.0.56",
"gatsby-plugin-offline": "^3.0.19",
"gatsby-plugin-react-helmet": "^3.1.14",
"gatsby-plugin-sharp": "^2.2.37",
"gatsby-plugin-styled-components": "^3.1.12",
"gatsby-source-filesystem": "^2.1.36",
"gatsby-transformer-sharp": "^2.3.3",
"net": "^1.0.2",
"polished": "^3.4.2",
"prop-types": "^15.7.2",
"ramda": "^0.26.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-router-dom": "^5.1.2",
"react-uid": "^2.2.0",
"rebass": "^4.0.7",
"sharp": "^0.24.0",
"sockjs-client": "^1.4.0",
"stompjs": "^2.3.3",
"styled-components": "^4.4.1",
"styled-normalize": "^8.0.6"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-docs": "^5.2.6",
"@storybook/react": "^5.2.6",
"@svgr/webpack": "^4.3.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"clean-stack": "^2.2.0",
"cross-env": "^6.0.3",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.5.0",
"eslint-config-sorcerers": "^0.0.2",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.0.3",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-ramda": "^2.5.1",
"eslint-plugin-react": "^7.18.3",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-react-svg": "^2.1.2",
"husky": ">=1",
"jest": "^25.1.0",
"lint-staged": ">=8",
"micromatch": "^4.0.2",
"modernizr": "^3.9.0",
"nps": "^5.9.12",
"prettier": "^1.19.1",
"react-markdown": "^4.2.2",
"react-test-renderer": "^16.12.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}