-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.67 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.67 KB
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
{
"name": "ICFJ",
"private": true,
"description": "ICFJ Annual Report 2020",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"bodymovin": "^4.13.0",
"facepaint": "^1.2.1",
"gatsby": "^2.32.11",
"gatsby-image": "^2.11.0",
"gatsby-plugin-emotion": "^5.4.0",
"gatsby-plugin-fontawesome-css": "^1.1.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.14.3",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-plugin-zopfli": "^2.0.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-sharp": "^2.12.1",
"gsap": "^3.6.1",
"hamburger-react": "^2.4.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-double-marquee": "^1.1.0",
"react-lazy-load": "^3.1.13",
"react-loader-spinner": "^4.0.0",
"react-lottie": "^1.2.3"
},
"devDependencies": {
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/GregLongo/icfj"
},
"bugs": {
"url": "https://github.com/GregLongo/icfj/issues"
}
}