-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.43 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
{
"name": "listed",
"description": "Design inspiration / resource site",
"author": "Joe Alden <[email protected]> (joealden.com)",
"version": "0.1.0",
"license": "MIT",
"private": true,
"homepage": "https://github.com/joealden/listed",
"repository": {
"type": "git",
"url": "git+https://github.com/joealden/listed.git"
},
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"test": "jest --verbose"
},
"dependencies": {
"gatsby-image": "^2.0.28",
"lodash.shuffle": "^4.2.0",
"memoize-one": "^5.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-responsive": "^6.0.1",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@types/jest": "^23.3.13",
"@types/lodash.shuffle": "^4.2.4",
"@types/memoize-one": "^4.1.0",
"@types/react": "^16.7.21",
"@types/styled-components": "^4.1.6",
"babel-plugin-styled-components": "^1.10.0",
"gatsby": "^2.0.98",
"gatsby-plugin-manifest": "^2.0.13",
"gatsby-plugin-netlify": "^2.0.7",
"gatsby-plugin-robots-txt": "^1.3.0",
"gatsby-plugin-sitemap": "^2.0.4",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-plugin-typescript": "^2.0.3",
"gatsby-source-contentful": "^2.0.26",
"jest": "^23.6.0",
"lodash.flatten": "^4.4.0",
"ts-jest": "^23.10.5",
"typescript": "^3.2.4"
},
"resolutions": {
"@types/react": "16.7.21"
}
}