-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.35 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
{
"name": "materialx",
"description": "Company site",
"private": true,
"version": "1.0.0",
"author": "Matteo Ricci <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.7",
"gatsby": "^2.19.12",
"gatsby-background-image": "^0.10.2",
"gatsby-image": "^2.7.0",
"gatsby-plugin-styled-components": "^3.1.19",
"gatsby-theme-catalyst-blog": "^0.8.0",
"gatsby-theme-catalyst-core": "^0.22.4",
"gatsby-theme-catalyst-header-top": "^0.2.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"styled-components": "^5.0.1",
"theme-ui": "^0.3.4",
"typeface-cooper-hewitt": "0.0.44",
"typeface-raleway": "^0.0.75"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@storybook/addon-actions": "^5.3.13",
"@storybook/addon-links": "^5.3.13",
"@storybook/addon-viewport": "^5.3.13",
"@storybook/addons": "^5.3.13",
"@storybook/react": "^5.3.13",
"@testing-library/cypress": "^5.2.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"cypress": "^3.8.3",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-wesbos": "^1.0.1",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"gatsby-cypress": "^0.2.22",
"gh-pages": "^2.2.0",
"prettier": "^2.2.1",
"start-server-and-test": "^1.10.8"
},
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-plugin"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "start-server-and-test develop http://localhost:8000 cy:open",
"deploy": "gatsby build && gh-pages -d public",
"cy:open": "cypress open",
"storybook": "NODE_ENV=production start-storybook -s public -p 6006",
"build-storybook": "NODE_ENV=production build-storybook -s public"
},
"repository": {
"type": "git",
"url": "https://github.com/matteoeghirotta/materialx-blog"
},
"bugs": {
"url": "https://github.com/matteoeghirotta/materialx-blog/issues"
}
}