-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.58 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
{
"name": "site",
"private": true,
"description": "The Gatsby + Sanity Site for https://allday.io",
"version": "0.0.1",
"scripts": {
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"dev1": "npm run clean-cache && gatsby develop",
"dev": "gatsby develop",
"lint": "eslint .",
"format": "prettier-eslint --write \"**/*.js\" \"!.cache/**\" \"!node_modules/**\" \"!public/**\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"@sanity/block-content-to-react": "^2.0.6",
"@sanity/client": "^2.1.4",
"babel-plugin-styled-components": "^1.12.0",
"date-fns": "^2.16.1",
"gatsby": "^2.30.2",
"gatsby-background-image": "^1.4.0",
"gatsby-image": "^2.9.0",
"gatsby-plugin-google-analytics": "^2.9.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.10.0",
"gatsby-plugin-offline": "^3.8.0",
"gatsby-plugin-preact": "^4.5.0",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^2.12.1",
"gatsby-plugin-sitemap": "^2.10.0",
"gatsby-plugin-styled-components": "^3.8.0",
"gatsby-remark-images": "^3.9.0",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-source-sanity": "^6.0.4",
"gatsby-transformer-sharp": "^2.10.1",
"get-youtube-id": "^1.0.1",
"glam": "^5.0.1",
"i": "^0.3.6",
"npm": "^6.14.11",
"polished": "^4.0.5",
"preact": "^10.5.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-flickity-component": "^3.6.0",
"react-headroom": "^3.1.0",
"react-helmet": "^6.1.0",
"react-hooks-global-state": "^1.0.1",
"react-images": "^1.1.7",
"react-input-color": "^3.0.1",
"react-responsive-modal": "^6.0.1",
"react-typical": "^0.1.3",
"react-typing-animation": "^1.6.2",
"react-youtube": "^7.13.0",
"slugify": "^1.4.6",
"styled-components": "^5.2.1",
"styled-normalize": "^8.0.6"
},
"devDependencies": {
"dotenv": "^8.1.0",
"eslint": "^7.14.0",
"eslint-config-standard": "^14.0.1",
"eslint-config-standard-react": "^9.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-standard": "^4.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kenjwho/allday.io"
},
"bugs": {
"url": "https://github.com/kenjwho/allday.io/issues"
}
}