-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.8 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
{
"name": "@meese-enterprises/website",
"private": true,
"version": "0.0.0",
"license": "MIT",
"scripts": {
"clean": "env-cmd --silent gatsby clean",
"start": "env-cmd --silent gatsby develop",
"build": "env-cmd --silent gatsby build",
"serve": "env-cmd --silent gatsby serve -p 5000",
"setup": "node ./bin/setup.mjs",
"test:ci": "yarn build && start-server-and-test serve 5000",
"check-types": "tsc -p . --noEmit"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@rebass/preset": "^4.0.5",
"@tippy.js/react": "^3.1.1",
"assert": "^2.1.0",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-styled-components": "^6.14.0",
"gatsby-plugin-typescript": "^5.14.0",
"gatsby-source-contentful": "^8.14.0",
"gatsby-source-medium": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"react": "^18.3.1",
"react-awesome-reveal": "^4.2.14",
"react-dom": "^18.3.1",
"react-headroom": "^3.2.1",
"react-helmet": "^6.1.0",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"rebass": "^4.0.7",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@types/node": "^20",
"@types/react-headroom": "^3.2.3",
"@types/react-helmet": "^6.1.11",
"@types/react-modal": "^3.16.3",
"@types/rebass": "^4.0.15",
"chalk": "^5.3.0",
"contentful-import": "^9.4.69",
"env-cmd": "^10.1.0",
"inquirer": "^12.0.1",
"start-server-and-test": "^2.0.8",
"typescript": "^5.6.3"
}
}