This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.25 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
62
63
64
65
66
67
68
69
70
71
{
"name": "finiam.com",
"description": "Finiam's Website",
"version": "1.0.0",
"author": "Finiam",
"homepage": "https://finiam.com",
"license": "MPL-2.0",
"main": "n/a",
"repository": {
"type": "git",
"url": "https://github.com/finiam/finiam.com"
},
"scripts": {
"dev": "GATSBY_HOT_LOADER=fast-refresh gatsby develop",
"build": "gatsby build",
"lint": "eslint src config",
"lint-styles": "stylelint \"src/**/*.css\" \"src/**/*.scss\" \"src/**/*.js\""
},
"dependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"core-js": "^3.6.5",
"eslint-plugin-prettier": "^3.1.4",
"framer-motion": "^2.1.4",
"gatsby": "^2.24.53",
"gatsby-image": "^2.4.16",
"gatsby-link": "^2.4.13",
"gatsby-plugin-manifest": "^2.4.27",
"gatsby-plugin-mdx": "^1.2.37",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sharp": "^2.6.31",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-plugin-subfont": "^2.2.11",
"gatsby-remark-copy-relative-linked-files": "^1.0.3",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.3.28",
"gatsby-remark-prismjs": "^3.5.11",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-remark-unwrap-images": "^1.0.2",
"gatsby-source-filesystem": "^2.3.27",
"gatsby-transformer-json": "^2.4.11",
"gatsby-transformer-sharp": "^2.5.14",
"intersection-observer": "^0.11.0",
"normalize.css": "^8.0.1",
"prismjs": "^1.27.0",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-use-dimensions": "^1.2.1",
"styled-components": "^5.1.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"prettier": "^2.1.1",
"stylelint": "^13.7.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-order": "^4.1.0"
}
}