-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
{
"name": "baard",
"description": "",
"version": "1.0.0",
"author": "Soichiro Nitta",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write src/**/*.{js,ts,jsx,tsx}",
"start": "npm run develop",
"serve": "gatsby serve"
},
"dependencies": {
"@emotion/core": "^10.0.15",
"@emotion/styled": "^10.0.15",
"gatsby": "^2.15.15",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sitemap": "^2.2.26",
"gatsby-plugin-typescript": "^2.1.2",
"google-map-react": "^1.1.5",
"gsap": "^2.1.3",
"lucide-react": "^0.292.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"unstated-next": "^1.1.0"
},
"devDependencies": {
"@types/google-map-react": "^1.1.3",
"@types/gsap": "^1.20.2",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-helmet": "^5.0.15",
"@typescript-eslint/eslint-plugin": "^2.1.0",
"@typescript-eslint/parser": "^2.1.0",
"babel-eslint": "^10.0.2",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"prettier": "^1.18.2",
"typescript": "^3.7.2"
}
}