-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.5 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": "docs",
"version": "1.0.0",
"private": true,
"description": "docs",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"node16": "nvm use 16",
"start": "gatsby clean && npm run develop",
"build": "gatsby clean && gatsby build --prefix-paths",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean",
"deploy": "gatsby clean && gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"babel-plugin-styled-components": "^1.12.0",
"bootstrap": "5.1",
"gatsby": "^2.32.3",
"gatsby-plugin-google-gtag": "^3.14.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-react-i18next": "^1.1.1",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-styled-components": "^4.0.0",
"gatsby-remark-autolink-headers": "^3.2.0",
"gatsby-remark-copy-linked-files": "^3.0.0",
"gatsby-remark-images": "^4.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-remark": "^3.0.0",
"i18next": "^21.3.2",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-bootstrap": "^2.0.0",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.12.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/styled-components": "^5.1.15",
"gh-pages": "^3.1.0"
}
}