-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.09 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
{
"name": "star-index",
"private": true,
"description": "Star Wars profiles and info.",
"version": "0.1.0",
"author": "Jacob Roman <jcbrmn06@gmail.com>",
"dependencies": {
"@types/jest": "^25.2.3",
"@types/react-helmet": "^5.0.16",
"axios": "^0.20.0",
"fuzzysort": "^1.1.4",
"gatsby": "^2.24.23",
"gatsby-image": "^2.4.14",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-offline": "^3.2.21",
"gatsby-plugin-postcss": "^2.3.11",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.24",
"gatsby-plugin-typescript": "^2.4.16",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-transformer-sharp": "^2.5.12",
"netlify-cli": "^2.63.2",
"react": "^16.13.1",
"react-autosuggest": "^10.0.2",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-query": "^2.18.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.7",
"@types/react-test-renderer": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"babel-jest": "^25.5.1",
"babel-preset-gatsby": "^0.3.6",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.5.4",
"prettier": "^1.19.1",
"react-test-renderer": "^16.13.1",
"tailwindcss": "^1.6.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"keywords": [
"gatsby",
"typescript",
"tailwind"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"lint": "eslint --ignore-path .gitignore . --ext ts --ext tsx"
},
"repository": {
"type": "git",
"url": "https://github.com/roman-bytes/star-index"
},
"bugs": {
"url": "https://github.com/roman-bytes/star-index/issues"
}
}