-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 3.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "artpot",
"description": "",
"version": "0.0.1",
"author": "Filip Messa <[email protected]>",
"engines": {
"node": "10.14.*"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@umijs/hooks": "^1.9.2",
"faker": "^4.1.0",
"gatsby": "^2.20.35",
"gatsby-image": "^2.3.5",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-manifest": "^2.3.7",
"gatsby-plugin-netlify-cms": "^4.2.5",
"gatsby-plugin-offline": "^3.1.5",
"gatsby-plugin-react-helmet": "^3.2.5",
"gatsby-plugin-sharp": "^2.5.7",
"gatsby-plugin-styled-components": "^3.2.4",
"gatsby-remark-copy-linked-files": "^2.2.4",
"gatsby-remark-images": "^3.2.6",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-remark": "^2.7.5",
"gatsby-transformer-sharp": "^2.4.7",
"netlify-cms-app": "^2.12.11",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-browser-hooks": "^2.2.4",
"react-dom": "^16.13.1",
"react-full-screen": "^0.2.4",
"react-helmet": "^5.2.1",
"react-icons": "^3.10.0",
"react-images": "^1.1.3",
"react-lazyload": "^2.6.7",
"react-markdown": "^4.3.1",
"react-spinners": "^0.8.1",
"react-spring": "^8.0.27",
"react-truncate": "^2.4.0",
"styled-components": "^5.1.0",
"styled-media-query": "^2.1.2",
"styled-reset": "^4.1.2"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "GATSBY_GRAPHQL_IDE=playground gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "jest",
"lint": "eslint .",
"lint:css": "stylelint './src/**/*.js'",
"test-ci": "yarn lint && yarn lint:css && yarn test"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"@hot-loader/react-dom": "^16.13.0",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.1",
"babel-cli": "^6.26.0",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.3.0",
"babel-plugin-styled-components": "^1.10.7",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"gatsby-plugin-eslint": "^2.0.8",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.3.0",
"jest-styled-components": "^7.0.0",
"prettier": "^2.0.1",
"stylelint": "^13.3.2",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0"
},
"peerDependencies": {
"@reach/router": "^"
}
}