-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.72 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
{
"name": "site",
"version": "0.1.1",
"engines": {
"node": "18.x"
},
"description": "main site of organization whiterabit systems LLC",
"keywords": [
"whiterabbit"
],
"private": true,
"author": "beautato",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wh-iterabb-it/site.git"
},
"bugs": {
"url": "https://github.com/wh-iterabb-it/site/issues"
},
"homepage": "https://github.com/wh-iterabb-it/site#readme",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
},
"dependencies": {
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.12.6",
"gatsby-image": "3.11.0",
"gatsby-plugin-google-analytics": "^5.12.0",
"gatsby-plugin-google-fonts": "1.0.1",
"gatsby-plugin-google-gtag": "^5.12.1",
"gatsby-plugin-image": "^3.12.1",
"gatsby-plugin-manifest": "^5.12.1",
"gatsby-plugin-prefetch-google-fonts": "1.4.3",
"gatsby-plugin-sharp": "^5.12.1",
"gatsby-plugin-styled-components": "^6.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.1",
"isomorphic-fetch": "3.0.0",
"lodash.debounce": "4.0.8",
"lodash.isequal": "4.5.0",
"prettier": "2.8.8",
"prop-types": "15.8.1",
"query-string": "8.1.0",
"react": "^18.2.0",
"react-cookie": "4.1.1",
"react-dom": "^18.2.0",
"react-helmet": "6.1.0",
"react-icons": "4.11.0",
"react-redux": "8.1.3",
"styled-components": "^6.0.9"
},
"devDependencies": {
"prettier": "2.8.8"
}
}