-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.27 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
{
"name": "jsconfbp-schedule",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "npm run dev",
"dev": "npx gatsby develop -p 8000",
"postdev": "npm run format",
"build": "npx gatsby build",
"develop": "gatsby develop -p 8000",
"format": "npx prettier --write \"src/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+"
},
"dependencies": {
"@fontsource/roboto": "^4.5.7",
"@fontsource/titillium-web": "^4.5.8",
"classnames": "^2.3.1",
"gatsby": "^4.14.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-force-trailing-slashes": "^1.0.6",
"gatsby-plugin-image": "^2.14.0",
"gatsby-plugin-manifest": "^4.14.0",
"gatsby-plugin-mdx": "^2.9.0",
"gatsby-plugin-offline": "^5.14.0",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sass": "^5.14.0",
"gatsby-plugin-sharp": "^4.14.1",
"gatsby-remark-smartypants": "^5.14.0",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-transformer-sharp": "^4.14.0",
"isomorphic-unfetch": "^3.1.0",
"node-sass": "^7.0.1",
"prettier": "^2.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}