-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "krashna-site",
"description": "Website for Krashna Musika",
"version": "1.0.0",
"author": "Krashna WebCie <[email protected]>",
"dependencies": {
"@reach/router": "1.3.3",
"bootstrap": "4.5.0",
"classnames": "2.2.6",
"flat": "5.0.0",
"gatsby": "^2.25.0",
"gatsby-cli": "2.12.21",
"gatsby-link": "^2.4.13",
"gatsby-plugin-catch-links": "2.3.1",
"gatsby-plugin-intl": "0.3.3",
"gatsby-plugin-react-helmet": "3.3.1",
"gatsby-plugin-sitemap": "2.4.2",
"gatsby-react-router-scroll": "^3.0.12",
"gatsby-source-filesystem": "2.3.3",
"gatsby-transformer-yaml": "2.4.1",
"is-svg": "4.2.2",
"js-yaml": "3.13.1",
"mime": "2.4.5",
"qrcode.react": "1.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.0.0",
"react-remarkable": "1.1.3",
"react-share": "4.1.0"
},
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"serve": "gatsby serve",
"develop": "gatsby develop",
"dev": "yarn develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^2.0.5"
}
}