-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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
{
"name": "synq",
"version": "1.0.0",
"private": true,
"description": "synq",
"author": "Iuriy-Budnikov",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && echo 'synq.gg' > ./public/CNAME && gh-pages -d public"
},
"dependencies": {
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"gatsby": "^3.4.1",
"gatsby-plugin-google-analytics": "^3.6.0",
"gatsby-plugin-image": "^1.6.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^4.6.0",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-transformer-sharp": "^3.6.0",
"lru-memoize": "^1.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-final-form": "^6.5.3",
"react-helmet": "^6.1.0",
"react-mailchimp-subscribe": "^2.1.3",
"sass": "^1.34.0"
},
"devDependencies": {
"gh-pages": "^3.2.0"
}
}